diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..82b2b9e --- /dev/null +++ b/.envrc @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# the shebang is ignored, but nice for editors + +if type -P lorri &>/dev/null; then + eval "$(lorri direnv)" +else + echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' + use nix +fi diff --git a/CMakeCache.txt b/CMakeCache.txt new file mode 100644 index 0000000..1ae6292 --- /dev/null +++ b/CMakeCache.txt @@ -0,0 +1,418 @@ +# This is the CMakeCache file. +# For build in directory: /home/calvin/bitcoin-projects/mmap-forest +# It was generated by CMake: /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING= + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang + +//LLVM archiver +CMAKE_C_COMPILER_AR:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar + +//`clang-scan-deps` dependency scanner +CMAKE_C_COMPILER_CLANG_SCAN_DEPS:FILEPATH=/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps + +//Generate index for LLVM archive +CMAKE_C_COMPILER_RANLIB:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-dlltool + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/ld.lld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-objdump + +//Value Computed by CMake +CMAKE_PROJECT_COMPAT_VERSION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=stump + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the archiver during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the archiver during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the archiver during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the archiver during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the archiver during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Path to a library. +OPENSSL_CRYPTO_LIBRARY:FILEPATH=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so + +//Path to a file. +OPENSSL_INCLUDE_DIR:PATH=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include + +//Path to a library. +OPENSSL_SSL_LIBRARY:FILEPATH=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so + +//Arguments to supply to pkg-config +PKG_CONFIG_ARGN:STRING= + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/pkg-config + +//Path to a library. +pkgcfg_lib__OPENSSL_crypto:FILEPATH=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so + +//Path to a library. +pkgcfg_lib__OPENSSL_ssl:FILEPATH=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so + +//Value Computed by CMake +stump_BINARY_DIR:STATIC=/home/calvin/bitcoin-projects/mmap-forest + +//Value Computed by CMake +stump_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +stump_SOURCE_DIR:STATIC=/home/calvin/bitcoin-projects/mmap-forest/stump + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/calvin/bitcoin-projects/mmap-forest +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=1 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/ctest +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_CLANG_SCAN_DEPS +CMAKE_C_COMPILER_CLANG_SCAN_DEPS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/calvin/bitcoin-projects/mmap-forest/stump +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//Name of CMakeLists files to read +CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding OpenSSL +FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so][/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include][ ][v3.6.0()] +//ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY +OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSSL_INCLUDE_DIR +OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSSL_SSL_LIBRARY +OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_ARGN +PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +_OPENSSL_CFLAGS:INTERNAL=-I/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_CFLAGS_I:INTERNAL= +_OPENSSL_CFLAGS_OTHER:INTERNAL= +_OPENSSL_FOUND:INTERNAL=1 +_OPENSSL_INCLUDEDIR:INTERNAL=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_INCLUDE_DIRS:INTERNAL=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_LDFLAGS:INTERNAL=-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib;-lssl;-lcrypto +_OPENSSL_LDFLAGS_OTHER:INTERNAL= +_OPENSSL_LIBDIR:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib +_OPENSSL_LIBRARIES:INTERNAL=ssl;crypto +_OPENSSL_LIBRARY_DIRS:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib +_OPENSSL_LIBS:INTERNAL= +_OPENSSL_LIBS_L:INTERNAL= +_OPENSSL_LIBS_OTHER:INTERNAL= +_OPENSSL_LIBS_PATHS:INTERNAL= +_OPENSSL_MODULE_NAME:INTERNAL=openssl +_OPENSSL_PREFIX:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0 +_OPENSSL_STATIC_CFLAGS:INTERNAL=-I/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_STATIC_CFLAGS_I:INTERNAL= +_OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL= +_OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_STATIC_LDFLAGS:INTERNAL=-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib;-lssl;-lcrypto;-ldl;-pthread +_OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +_OPENSSL_STATIC_LIBDIR:INTERNAL= +_OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto;dl +_OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib +_OPENSSL_STATIC_LIBS:INTERNAL= +_OPENSSL_STATIC_LIBS_L:INTERNAL= +_OPENSSL_STATIC_LIBS_OTHER:INTERNAL= +_OPENSSL_STATIC_LIBS_PATHS:INTERNAL= +_OPENSSL_VERSION:INTERNAL=3.6.0 +_OPENSSL_openssl_INCLUDEDIR:INTERNAL= +_OPENSSL_openssl_LIBDIR:INTERNAL= +_OPENSSL_openssl_PREFIX:INTERNAL= +_OPENSSL_openssl_VERSION:INTERNAL= +__pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl +__pkg_config_checked__OPENSSL:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto +pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl +pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib + diff --git a/CMakeFiles/4.1.2/CMakeCCompiler.cmake b/CMakeFiles/4.1.2/CMakeCCompiler.cmake new file mode 100644 index 0000000..eb81ddf --- /dev/null +++ b/CMakeFiles/4.1.2/CMakeCCompiler.cmake @@ -0,0 +1,84 @@ +set(CMAKE_C_COMPILER "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "Clang") +set(CMAKE_C_COMPILER_VERSION "18.1.8") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_COMPILER_APPLE_SYSROOT "") +set(CMAKE_C_SIMULATE_VERSION "") +set(CMAKE_C_COMPILER_ARCHITECTURE_ID "x86_64") + + + +set(CMAKE_AR "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar") +set(CMAKE_C_COMPILER_AR "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar") +set(CMAKE_RANLIB "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib") +set(CMAKE_C_COMPILER_RANLIB "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib") +set(CMAKE_LINKER "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/ld.lld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld") +set(CMAKE_C_COMPILER_LINKER_ID "GNU") +set(CMAKE_C_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC ) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) +set(CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include;/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include;/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include;/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include;/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include;/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include;/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include;/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib;/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib;/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib;/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib;/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib;/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0;/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib;/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib;/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib;/lib64;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/CMakeFiles/4.1.2/CMakeSystem.cmake b/CMakeFiles/4.1.2/CMakeSystem.cmake new file mode 100644 index 0000000..cd07a54 --- /dev/null +++ b/CMakeFiles/4.1.2/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.12.3") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.12.3") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.12.3") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.12.3") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/CMakeFiles/4.1.2/CompilerIdC/CMakeCCompilerId.c b/CMakeFiles/4.1.2/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..ab3c359 --- /dev/null +++ b/CMakeFiles/4.1.2/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,934 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__RENESAS__) +# define COMPILER_ID "Renesas" +/* __RENESAS_VERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__DCC__) && defined(_DIAB_TOOL) +# define COMPILER_ID "Diab" + # define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__) + # define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__) + # define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__) + # define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__) + + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) || defined(__CPARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__RENESAS__) +# if defined(__CCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__CCRL__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__CCRH__) +# define ARCHITECTURE_ID "RH850" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) && !defined(__RENESAS__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/CMakeFiles/4.1.2/CompilerIdC/a.out b/CMakeFiles/4.1.2/CompilerIdC/a.out new file mode 100755 index 0000000..68a2ac1 Binary files /dev/null and b/CMakeFiles/4.1.2/CompilerIdC/a.out differ diff --git a/CMakeFiles/CMakeConfigureLog.yaml b/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..c4ea13a --- /dev/null +++ b/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,5378 @@ + +--- +events: + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineSystem.cmake:12 (find_program)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_UNAME" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "uname" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/uname" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/uname" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/uname" + found: "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/uname" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineSystem.cmake:212 (message)" + - "CMakeLists.txt:5 (project)" + message: | + The system is: Linux - 6.12.3 - x86_64 + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeUnixFindMake.cmake:5 (find_program)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_MAKE_PROGRAM" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "gmake" + - "make" + - "smake" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/gmake" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/gmake" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/gmake" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/gmake" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/gmake" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/gmake" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/gmake" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/gmake" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/gmake" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/gmake" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/gmake" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/gmake" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/gmake" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/gmake" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/gmake" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/gmake" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/gmake" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/gmake" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/gmake" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/gmake" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/gmake" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/gmake" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/gmake" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/gmake" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/gmake" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/gmake" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/gmake" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/gmake" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/gmake" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/gmake" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/gmake" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/gmake" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/gmake" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/gmake" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/gmake" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/gmake" + - "/run/wrappers/bin/gmake" + - "/home/calvin/.nix-profile/bin/gmake" + - "/nix/profile/bin/gmake" + - "/home/calvin/.local/state/nix/profile/bin/gmake" + - "/etc/profiles/per-user/calvin/bin/gmake" + - "/nix/var/nix/profiles/default/bin/gmake" + - "/run/current-system/sw/bin/gmake" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/make" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/make" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/make" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/make" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/make" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/make" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/make" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/make" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/make" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/make" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/make" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/make" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/make" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/make" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/make" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/make" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/make" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/make" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/make" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/make" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/make" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/make" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/make" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/make" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/make" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/make" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/make" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/make" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/make" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/make" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/make" + found: "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompiler.cmake:73 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:64 (_cmake_find_compiler)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER" + description: "C compiler" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + found: "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:462 (find_file)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:500 (CMAKE_DETERMINE_COMPILER_ID_WRITE)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:5 (project)" + mode: "file" + variable: "src_in" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "CMakeCCompilerId.c.in" + candidate_directories: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/" + found: "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerId.c.in" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:5 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is Clang, found in: + /home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/4.1.2/CompilerIdC/a.out + + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_AR" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ar" + - "ar" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_RANLIB" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ranlib" + - "ranlib" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_STRIP" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-strip" + - "strip" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-strip" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-strip" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-strip" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_LINKER" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ld.lld" + - "ld" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/ld.lld" + found: "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/ld.lld" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_NM" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-nm" + - "nm" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-nm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-nm" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-nm" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_OBJDUMP" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-objdump" + - "objdump" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-objdump" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-objdump" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-objdump" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_OBJCOPY" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-objcopy" + - "objcopy" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-objcopy" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-objcopy" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-objcopy" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_READELF" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-readelf" + - "readelf" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-readelf" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-readelf" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-readelf" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_DLLTOOL" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-dlltool" + - "dlltool" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-dlltool" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-dlltool" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-dlltool" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_ADDR2LINE" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-addr2line" + - "addr2line" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-addr2line" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-addr2line" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-addr2line" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_TAPI" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "tapi" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/tapi" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/tapi" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/tapi" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/tapi" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/tapi" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/tapi" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/tapi" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/tapi" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/tapi" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/tapi" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/tapi" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/tapi" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/tapi" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/tapi" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/tapi" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/tapi" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/tapi" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/tapi" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/tapi" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/tapi" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/tapi" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/tapi" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/tapi" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/tapi" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/tapi" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/tapi" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/tapi" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/tapi" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/tapi" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/tapi" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/tapi" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/tapi" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/tapi" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/tapi" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/tapi" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/tapi" + - "/run/wrappers/bin/tapi" + - "/home/calvin/.nix-profile/bin/tapi" + - "/nix/profile/bin/tapi" + - "/home/calvin/.local/state/nix/profile/bin/tapi" + - "/etc/profiles/per-user/calvin/bin/tapi" + - "/nix/var/nix/profiles/default/bin/tapi" + - "/run/current-system/sw/bin/tapi" + found: false + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:26 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:201 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER_AR" + description: "LLVM archiver" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ar-18.1" + - "llvm-ar-18" + - "llvm-ar18" + - "llvm-ar" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar-18.1" + - "/run/wrappers/bin/llvm-ar-18.1" + - "/home/calvin/.nix-profile/bin/llvm-ar-18.1" + - "/nix/profile/bin/llvm-ar-18.1" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar-18.1" + - "/etc/profiles/per-user/calvin/bin/llvm-ar-18.1" + - "/nix/var/nix/profiles/default/bin/llvm-ar-18.1" + - "/run/current-system/sw/bin/llvm-ar-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar-18" + - "/run/wrappers/bin/llvm-ar-18" + - "/home/calvin/.nix-profile/bin/llvm-ar-18" + - "/nix/profile/bin/llvm-ar-18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar-18" + - "/etc/profiles/per-user/calvin/bin/llvm-ar-18" + - "/nix/var/nix/profiles/default/bin/llvm-ar-18" + - "/run/current-system/sw/bin/llvm-ar-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar18" + - "/run/wrappers/bin/llvm-ar18" + - "/home/calvin/.nix-profile/bin/llvm-ar18" + - "/nix/profile/bin/llvm-ar18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar18" + - "/etc/profiles/per-user/calvin/bin/llvm-ar18" + - "/nix/var/nix/profiles/default/bin/llvm-ar18" + - "/run/current-system/sw/bin/llvm-ar18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:38 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:201 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER_RANLIB" + description: "Generate index for LLVM archive" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ranlib-18.1" + - "llvm-ranlib-18" + - "llvm-ranlib18" + - "llvm-ranlib" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib-18.1" + - "/run/wrappers/bin/llvm-ranlib-18.1" + - "/home/calvin/.nix-profile/bin/llvm-ranlib-18.1" + - "/nix/profile/bin/llvm-ranlib-18.1" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib-18.1" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib-18.1" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib-18.1" + - "/run/current-system/sw/bin/llvm-ranlib-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib-18" + - "/run/wrappers/bin/llvm-ranlib-18" + - "/home/calvin/.nix-profile/bin/llvm-ranlib-18" + - "/nix/profile/bin/llvm-ranlib-18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib-18" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib-18" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib-18" + - "/run/current-system/sw/bin/llvm-ranlib-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib18" + - "/run/wrappers/bin/llvm-ranlib18" + - "/home/calvin/.nix-profile/bin/llvm-ranlib18" + - "/nix/profile/bin/llvm-ranlib18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib18" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib18" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib18" + - "/run/current-system/sw/bin/llvm-ranlib18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:50 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:201 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER_CLANG_SCAN_DEPS" + description: "`clang-scan-deps` dependency scanner" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "clang-scan-deps-18.1" + - "clang-scan-deps-18" + - "clang-scan-deps18" + - "clang-scan-deps" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps-18.1" + - "/run/wrappers/bin/clang-scan-deps-18.1" + - "/home/calvin/.nix-profile/bin/clang-scan-deps-18.1" + - "/nix/profile/bin/clang-scan-deps-18.1" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps-18.1" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps-18.1" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps-18.1" + - "/run/current-system/sw/bin/clang-scan-deps-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps-18" + - "/run/wrappers/bin/clang-scan-deps-18" + - "/home/calvin/.nix-profile/bin/clang-scan-deps-18" + - "/nix/profile/bin/clang-scan-deps-18" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps-18" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps-18" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps-18" + - "/run/current-system/sw/bin/clang-scan-deps-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps18" + - "/run/wrappers/bin/clang-scan-deps18" + - "/home/calvin/.nix-profile/bin/clang-scan-deps18" + - "/nix/profile/bin/clang-scan-deps18" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps18" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps18" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps18" + - "/run/current-system/sw/bin/clang-scan-deps18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps" + found: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:5 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/CMakeScratch/TryCompile-bfbjg3" + binary: "/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/CMakeScratch/TryCompile-bfbjg3" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/CMakeScratch/TryCompile-bfbjg3' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_7712c/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_7712c.dir/build.make CMakeFiles/cmTC_7712c.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/CMakeScratch/TryCompile-bfbjg3' + Building C object CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -v -MD -MT CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o -c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerABI.c + clang version 18.1.8 + Target: x86_64-unknown-linux-gnu + Thread model: posix + InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin + Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Candidate multilib: .;@m64 + Selected multilib: .;@m64 + (in-process) + "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-18" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/CMakeScratch/TryCompile-bfbjg3 -v -fcoverage-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/CMakeScratch/TryCompile-bfbjg3 -nostdsysteminc -resource-dir /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root -dependency-file CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o.d -MT CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o -sys-header-deps -idirafter /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -U _FORTIFY_SOURCE -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -internal-isystem /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include -fmacro-prefix-map=/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.40-66-dev/include -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -source-date-epoch 315532800 -O2 -Wformat -Wformat-security -Werror=format-security -ferror-limit 19 -fzero-call-used-regs=used-gpr -fwrapv -stack-protector 2 -stack-protector-buffer-size 4 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o -x c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerABI.c + clang -cc1 version 18.1.8 based upon LLVM 18.1.8 default target x86_64-unknown-linux-gnu + ignoring duplicate directory "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + ignoring duplicate directory "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + ignoring duplicate directory "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + ignoring duplicate directory "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + ignoring duplicate directory "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + ignoring duplicate directory "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + ignoring duplicate directory "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + ignoring duplicate directory "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + ignoring duplicate directory "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + ignoring duplicate directory "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + #include "..." search starts here: + #include <...> search starts here: + /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include + /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include + /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include + /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include + /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include + /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include + /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include + /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include + /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include + /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include + End of search list. + Linking C executable cmTC_7712c + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7712c.dir/link.txt --verbose=1 + clang version 18.1.8 + Target: x86_64-unknown-linux-gnu + Thread model: posix + InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin + Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Candidate multilib: .;@m64 + Selected multilib: .;@m64 + "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -pie -o cmTC_7712c /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib -L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib -L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/lib/../lib64 -L/lib -dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2 -v CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o -rpath /nix/store/d4rzlan4bp1shj9gvvg8jcqkg5zz2la8-lorri-keep-env-hack-bitcoin/lib -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o + GNU ld (GNU Binutils) 2.44 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -v -Wl,-v CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o -o cmTC_7712c + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/CMakeScratch/TryCompile-bfbjg3' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:217 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:5 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + add: [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + add: [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + add: [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + add: [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + add: [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + add: [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + add: [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + add: [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + add: [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + add: [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + add: [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + end of search list found + collapse include dir [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] ==> [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + collapse include dir [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] ==> [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + collapse include dir [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] ==> [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + collapse include dir [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] ==> [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + collapse include dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + collapse include dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + collapse include dir [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] ==> [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + collapse include dir [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] ==> [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + collapse include dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + collapse include dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + collapse include dir [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] ==> [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + collapse include dir [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] ==> [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + implicit include dirs: [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include;/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include;/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include;/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include;/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include;/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include;/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include;/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + + + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:253 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:5 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/CMakeScratch/TryCompile-bfbjg3'] + ignore line: [] + ignore line: [Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_7712c/fast] + ignore line: [/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_7712c.dir/build.make CMakeFiles/cmTC_7712c.dir/build] + ignore line: [make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/CMakeScratch/TryCompile-bfbjg3'] + ignore line: [Building C object CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o] + ignore line: [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -v -MD -MT CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o -c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerABI.c] + ignore line: [clang version 18.1.8] + ignore line: [Target: x86_64-unknown-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin] + ignore line: [Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Candidate multilib: .] + ignore line: [@m64] + ignore line: [Selected multilib: .] + ignore line: [@m64] + ignore line: [ (in-process)] + ignore line: [ "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-18" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/CMakeScratch/TryCompile-bfbjg3 -v -fcoverage-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/CMakeScratch/TryCompile-bfbjg3 -nostdsysteminc -resource-dir /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root -dependency-file CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o.d -MT CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o -sys-header-deps -idirafter /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -U _FORTIFY_SOURCE -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -internal-isystem /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include -fmacro-prefix-map=/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.40-66-dev/include -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -source-date-epoch 315532800 -O2 -Wformat -Wformat-security -Werror=format-security -ferror-limit 19 -fzero-call-used-regs=used-gpr -fwrapv -stack-protector 2 -stack-protector-buffer-size 4 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o -x c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerABI.c] + ignore line: [clang -cc1 version 18.1.8 based upon LLVM 18.1.8 default target x86_64-unknown-linux-gnu] + ignore line: [ignoring duplicate directory "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include"] + ignore line: [ignoring duplicate directory "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include"] + ignore line: [ignoring duplicate directory "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + ignore line: [ /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + ignore line: [ /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + ignore line: [ /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + ignore line: [ /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + ignore line: [ /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + ignore line: [ /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + ignore line: [ /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + ignore line: [ /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + ignore line: [ /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + ignore line: [ /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + ignore line: [ /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + ignore line: [End of search list.] + ignore line: [Linking C executable cmTC_7712c] + ignore line: [/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7712c.dir/link.txt --verbose=1] + ignore line: [clang version 18.1.8] + ignore line: [Target: x86_64-unknown-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin] + ignore line: [Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Candidate multilib: .] + ignore line: [@m64] + ignore line: [Selected multilib: .] + ignore line: [@m64] + link line: [ "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -pie -o cmTC_7712c /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib -L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib -L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/lib/../lib64 -L/lib -dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2 -v CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o -rpath /nix/store/d4rzlan4bp1shj9gvvg8jcqkg5zz2la8-lorri-keep-env-hack-bitcoin/lib -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + arg [/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_7712c] ==> ignore + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o] + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o] + arg [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o] ==> obj [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] ==> dir [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + arg [-L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] ==> dir [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] + arg [-L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] ==> dir [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] + arg [-L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] ==> dir [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + arg [-L/lib/../lib64] ==> dir [/lib/../lib64] + arg [-L/lib] ==> dir [/lib] + arg [-dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2] ==> ignore + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_7712c.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-rpath] ==> ignore + arg [/nix/store/d4rzlan4bp1shj9gvvg8jcqkg5zz2la8-lorri-keep-env-hack-bitcoin/lib] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o] ==> obj [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o] + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + linker tool for 'C': /nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] ==> [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + collapse library dir [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] ==> [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib] + collapse library dir [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] ==> [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] + collapse library dir [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] ==> [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + collapse library dir [/lib/../lib64] ==> [/lib64] + collapse library dir [/lib] ==> [/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + implicit dirs: [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib;/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib;/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib;/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib;/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib;/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0;/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib;/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib;/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib;/lib64;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:299 (cmake_determine_linker_id)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:5 (project)" + message: | + Running the C compiler's linker: "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" "-v" + GNU ld (GNU Binutils) 2.44 + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:336 (find_path)" + - "CMakeLists.txt:14 (find_package)" + mode: "path" + variable: "OPENSSL_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "openssl/ssl.h" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/include/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/include/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/include/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/include/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/include/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/include/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/include/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/include/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/include/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/include/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/include/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/include/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/include/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/include/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/include/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/include/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/include/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/include/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/include/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/include/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/include/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/include/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/include/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/include/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/include/" + - "/run/current-system/sw/bin/" + - "/usr/local/include/include/" + - "/usr/local/include/" + - "/usr/local/include/" + - "/usr/local/" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/include/" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/openssl/ssl.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/include/openssl/ssl.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/openssl/ssl.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/openssl/ssl.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/openssl/ssl.h" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/include/openssl/ssl.h" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/openssl/ssl.h" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/openssl/ssl.h" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/openssl/ssl.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/include/openssl/ssl.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/openssl/ssl.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/openssl/ssl.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/openssl/ssl.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/include/openssl/ssl.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/openssl/ssl.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/openssl/ssl.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/openssl/ssl.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/include/openssl/ssl.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/openssl/ssl.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/openssl/ssl.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/openssl/ssl.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/include/openssl/ssl.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/openssl/ssl.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/openssl/ssl.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/openssl/ssl.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/include/openssl/ssl.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/openssl/ssl.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/openssl/ssl.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/openssl/ssl.h" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/include/openssl/ssl.h" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/openssl/ssl.h" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/openssl/ssl.h" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/openssl/ssl.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/include/openssl/ssl.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/openssl/ssl.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/openssl/ssl.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/openssl/ssl.h" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/include/openssl/ssl.h" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/openssl/ssl.h" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/openssl/ssl.h" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/include/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/include/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/include/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/openssl/ssl.h" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/include/openssl/ssl.h" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/openssl/ssl.h" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/openssl/ssl.h" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/openssl/ssl.h" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/include/openssl/ssl.h" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/openssl/ssl.h" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/openssl/ssl.h" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/openssl/ssl.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/include/openssl/ssl.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/openssl/ssl.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/openssl/ssl.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/openssl/ssl.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/include/openssl/ssl.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/openssl/ssl.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/openssl/ssl.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/openssl/ssl.h" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/include/openssl/ssl.h" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/openssl/ssl.h" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/openssl/ssl.h" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/openssl/ssl.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/include/openssl/ssl.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/openssl/ssl.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/openssl/ssl.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/include/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/openssl/ssl.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/include/openssl/ssl.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/openssl/ssl.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/openssl/ssl.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/openssl/ssl.h" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/include/openssl/ssl.h" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/openssl/ssl.h" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/openssl/ssl.h" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/include/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/openssl/ssl.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/include/openssl/ssl.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/openssl/ssl.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/include/openssl/ssl.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/openssl/ssl.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/include/openssl/ssl.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/include/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/include/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/include/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/openssl/ssl.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/include/openssl/ssl.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/include/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/include/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/openssl/ssl.h" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/include/openssl/ssl.h" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/openssl/ssl.h" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/include/openssl/ssl.h" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/openssl/ssl.h" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/include/openssl/ssl.h" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/openssl/ssl.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/include/openssl/ssl.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/openssl/ssl.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/include/openssl/ssl.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/openssl/ssl.h" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/include/openssl/ssl.h" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/openssl/ssl.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/include/openssl/ssl.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/openssl/ssl.h" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/include/openssl/ssl.h" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/openssl/ssl.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/include/openssl/ssl.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/include/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/include/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/include/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/openssl/ssl.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/include/openssl/ssl.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/openssl/ssl.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/include/openssl/ssl.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/include/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/openssl/ssl.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/include/openssl/ssl.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/include/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/openssl/ssl.h" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/include/openssl/ssl.h" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/openssl/ssl.h" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/include/openssl/ssl.h" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/openssl/ssl.h" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/include/openssl/ssl.h" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/openssl/ssl.h" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/include/openssl/ssl.h" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/openssl/ssl.h" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/include/openssl/ssl.h" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/openssl/ssl.h" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/include/openssl/ssl.h" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/openssl/ssl.h" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/include/openssl/ssl.h" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/openssl/ssl.h" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/include/openssl/ssl.h" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/openssl/ssl.h" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/include/openssl/ssl.h" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/openssl/ssl.h" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/include/openssl/ssl.h" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/openssl/ssl.h" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/include/openssl/ssl.h" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/openssl/ssl.h" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/include/openssl/ssl.h" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/openssl/ssl.h" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/include/openssl/ssl.h" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/openssl/ssl.h" + - "/run/wrappers/bin/include/openssl/ssl.h" + - "/run/wrappers/bin/openssl/ssl.h" + - "/home/calvin/.nix-profile/bin/include/openssl/ssl.h" + - "/home/calvin/.nix-profile/bin/openssl/ssl.h" + - "/nix/profile/bin/include/openssl/ssl.h" + - "/nix/profile/bin/openssl/ssl.h" + - "/home/calvin/.local/state/nix/profile/bin/include/openssl/ssl.h" + - "/home/calvin/.local/state/nix/profile/bin/openssl/ssl.h" + - "/etc/profiles/per-user/calvin/bin/include/openssl/ssl.h" + - "/etc/profiles/per-user/calvin/bin/openssl/ssl.h" + - "/nix/var/nix/profiles/default/bin/include/openssl/ssl.h" + - "/nix/var/nix/profiles/default/bin/openssl/ssl.h" + - "/run/current-system/sw/bin/include/openssl/ssl.h" + - "/run/current-system/sw/bin/openssl/ssl.h" + - "/usr/local/include/include/openssl/ssl.h" + - "/usr/local/include/openssl/ssl.h" + - "/usr/local/include/openssl/ssl.h" + - "/usr/local/openssl/ssl.h" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/include/openssl/ssl.h" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/openssl/ssl.h" + found: false + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:594 (find_library)" + - "CMakeLists.txt:14 (find_package)" + mode: "library" + variable: "OPENSSL_SSL_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ssl" + - "ssleay32" + - "ssleay32MD" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/run/wrappers/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/run/current-system/sw/bin/" + - "/run/current-system/sw/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + found: false + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:608 (find_library)" + - "CMakeLists.txt:14 (find_package)" + mode: "library" + variable: "OPENSSL_CRYPTO_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "crypto" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + found: false + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" +... + +--- +events: + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:307 (find_library)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:357 (_pkg_find_libs)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:695 (_pkg_recalculate)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:867 (_pkg_check_modules_internal)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:263 (pkg_check_modules)" + - "CMakeLists.txt:14 (find_package)" + mode: "library" + variable: "pkgcfg_lib__OPENSSL_ssl" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ssl" + candidate_directories: + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + found: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:307 (find_library)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:357 (_pkg_find_libs)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:695 (_pkg_recalculate)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:867 (_pkg_check_modules_internal)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:263 (pkg_check_modules)" + - "CMakeLists.txt:14 (find_package)" + mode: "library" + variable: "pkgcfg_lib__OPENSSL_crypto" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "crypto" + candidate_directories: + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + found: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:336 (find_path)" + - "CMakeLists.txt:14 (find_package)" + mode: "path" + variable: "OPENSSL_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "openssl/ssl.h" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/include/include/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/include/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/include/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/include/include/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/include/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/include/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/include/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/include/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/include/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/include/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/include/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/include/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/include/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/include/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/include/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/include/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/include/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/include/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/include/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/include/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/include/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/include/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/include/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/include/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/include/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/include/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/include/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/include/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/include/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/include/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/include/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/include/" + - "/run/current-system/sw/bin/" + - "/usr/local/include/include/" + - "/usr/local/include/" + - "/usr/local/include/" + - "/usr/local/" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/include/" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/openssl/ssl.h" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/include/openssl/ssl.h" + found: "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:594 (find_library)" + - "CMakeLists.txt:14 (find_package)" + mode: "library" + variable: "OPENSSL_SSL_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ssl" + - "ssleay32" + - "ssleay32MD" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + found: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:608 (find_library)" + - "CMakeLists.txt:14 (find_package)" + mode: "library" + variable: "OPENSSL_CRYPTO_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "crypto" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + found: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" +... diff --git a/CMakeFiles/CMakeDirectoryInformation.cmake b/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..adaf370 --- /dev/null +++ b/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/calvin/bitcoin-projects/mmap-forest/stump") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/calvin/bitcoin-projects/mmap-forest") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/CMakeFiles/InstallScripts.json b/CMakeFiles/InstallScripts.json new file mode 100644 index 0000000..9a89f83 --- /dev/null +++ b/CMakeFiles/InstallScripts.json @@ -0,0 +1,7 @@ +{ + "InstallScripts" : + [ + "/home/calvin/bitcoin-projects/mmap-forest/cmake_install.cmake" + ], + "Parallel" : false +} diff --git a/CMakeFiles/Makefile.cmake b/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..9830437 --- /dev/null +++ b/CMakeFiles/Makefile.cmake @@ -0,0 +1,57 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "CMakeFiles/4.1.2/CMakeCCompiler.cmake" + "CMakeFiles/4.1.2/CMakeSystem.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeLists.txt" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCommonLanguageInclude.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeGenericSystem.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeInitializeConfigs.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeLanguageInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInitialize.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCLinkerInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCommonLinkerInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-Clang-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-Initialize.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/UnixPaths.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/stump.dir/DependInfo.cmake" + ) diff --git a/CMakeFiles/Makefile2 b/CMakeFiles/Makefile2 new file mode 100644 index 0000000..12f21ab --- /dev/null +++ b/CMakeFiles/Makefile2 @@ -0,0 +1,122 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake + +# The command to remove a file. +RM = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/calvin/bitcoin-projects/mmap-forest + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/stump.dir/all +.PHONY : all + +# The main recursive "codegen" target. +codegen: CMakeFiles/stump.dir/codegen +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/stump.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/stump.dir + +# All Build rule for target. +CMakeFiles/stump.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/stump.dir/build.make CMakeFiles/stump.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/stump.dir/build.make CMakeFiles/stump.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles --progress-num=1,2,3,4 "Built target stump" +.PHONY : CMakeFiles/stump.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/stump.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/CMakeFiles 4 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/stump.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/CMakeFiles 0 +.PHONY : CMakeFiles/stump.dir/rule + +# Convenience name for target. +stump: CMakeFiles/stump.dir/rule +.PHONY : stump + +# codegen rule for target. +CMakeFiles/stump.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/stump.dir/build.make CMakeFiles/stump.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles --progress-num=1,2,3,4 "Finished codegen for target stump" +.PHONY : CMakeFiles/stump.dir/codegen + +# clean rule for target. +CMakeFiles/stump.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/stump.dir/build.make CMakeFiles/stump.dir/clean +.PHONY : CMakeFiles/stump.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/CMakeFiles/TargetDirectories.txt b/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..f2208c0 --- /dev/null +++ b/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/stump.dir +/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/edit_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/rebuild_cache.dir diff --git a/CMakeFiles/cmake.check_cache b/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/CMakeFiles/progress.marks b/CMakeFiles/progress.marks new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/CMakeFiles/progress.marks @@ -0,0 +1 @@ +4 diff --git a/CMakeFiles/stump.dir/DependInfo.cmake b/CMakeFiles/stump.dir/DependInfo.cmake new file mode 100644 index 0000000..40e2e61 --- /dev/null +++ b/CMakeFiles/stump.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c" "CMakeFiles/stump.dir/src/main.c.o" "gcc" "CMakeFiles/stump.dir/src/main.c.o.d" + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c" "CMakeFiles/stump.dir/src/stump.c.o" "gcc" "CMakeFiles/stump.dir/src/stump.c.o.d" + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c" "CMakeFiles/stump.dir/src/util.c.o" "gcc" "CMakeFiles/stump.dir/src/util.c.o.d" + "" "/home/calvin/bitcoin-projects/mmap-forest/stump" "gcc" "CMakeFiles/stump.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/CMakeFiles/stump.dir/build.make b/CMakeFiles/stump.dir/build.make new file mode 100644 index 0000000..43e56af --- /dev/null +++ b/CMakeFiles/stump.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake + +# The command to remove a file. +RM = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/calvin/bitcoin-projects/mmap-forest + +# Include any dependencies generated for this target. +include CMakeFiles/stump.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/stump.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/stump.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/stump.dir/flags.make + +CMakeFiles/stump.dir/codegen: +.PHONY : CMakeFiles/stump.dir/codegen + +CMakeFiles/stump.dir/src/main.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/main.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c +CMakeFiles/stump.dir/src/main.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/stump.dir/src/main.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/main.c.o -MF CMakeFiles/stump.dir/src/main.c.o.d -o CMakeFiles/stump.dir/src/main.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c + +CMakeFiles/stump.dir/src/main.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/main.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c > CMakeFiles/stump.dir/src/main.c.i + +CMakeFiles/stump.dir/src/main.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/main.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c -o CMakeFiles/stump.dir/src/main.c.s + +CMakeFiles/stump.dir/src/util.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/util.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c +CMakeFiles/stump.dir/src/util.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/stump.dir/src/util.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/util.c.o -MF CMakeFiles/stump.dir/src/util.c.o.d -o CMakeFiles/stump.dir/src/util.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c + +CMakeFiles/stump.dir/src/util.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/util.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c > CMakeFiles/stump.dir/src/util.c.i + +CMakeFiles/stump.dir/src/util.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/util.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c -o CMakeFiles/stump.dir/src/util.c.s + +CMakeFiles/stump.dir/src/stump.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/stump.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c +CMakeFiles/stump.dir/src/stump.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/stump.dir/src/stump.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/stump.c.o -MF CMakeFiles/stump.dir/src/stump.c.o.d -o CMakeFiles/stump.dir/src/stump.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c + +CMakeFiles/stump.dir/src/stump.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/stump.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c > CMakeFiles/stump.dir/src/stump.c.i + +CMakeFiles/stump.dir/src/stump.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/stump.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c -o CMakeFiles/stump.dir/src/stump.c.s + +# Object files for target stump +stump_OBJECTS = \ +"CMakeFiles/stump.dir/src/main.c.o" \ +"CMakeFiles/stump.dir/src/util.c.o" \ +"CMakeFiles/stump.dir/src/stump.c.o" + +# External object files for target stump +stump_EXTERNAL_OBJECTS = + +/home/calvin/bitcoin-projects/mmap-forest/stump: CMakeFiles/stump.dir/src/main.c.o +/home/calvin/bitcoin-projects/mmap-forest/stump: CMakeFiles/stump.dir/src/util.c.o +/home/calvin/bitcoin-projects/mmap-forest/stump: CMakeFiles/stump.dir/src/stump.c.o +/home/calvin/bitcoin-projects/mmap-forest/stump: CMakeFiles/stump.dir/build.make +/home/calvin/bitcoin-projects/mmap-forest/stump: CMakeFiles/stump.dir/compiler_depend.ts +/home/calvin/bitcoin-projects/mmap-forest/stump: /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so +/home/calvin/bitcoin-projects/mmap-forest/stump: /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so +/home/calvin/bitcoin-projects/mmap-forest/stump: CMakeFiles/stump.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable /home/calvin/bitcoin-projects/mmap-forest/stump" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stump.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/stump.dir/build: /home/calvin/bitcoin-projects/mmap-forest/stump +.PHONY : CMakeFiles/stump.dir/build + +CMakeFiles/stump.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/stump.dir/cmake_clean.cmake +.PHONY : CMakeFiles/stump.dir/clean + +CMakeFiles/stump.dir/depend: + cd /home/calvin/bitcoin-projects/mmap-forest && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/calvin/bitcoin-projects/mmap-forest/stump /home/calvin/bitcoin-projects/mmap-forest/stump /home/calvin/bitcoin-projects/mmap-forest /home/calvin/bitcoin-projects/mmap-forest /home/calvin/bitcoin-projects/mmap-forest/CMakeFiles/stump.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/stump.dir/depend + diff --git a/CMakeFiles/stump.dir/cmake_clean.cmake b/CMakeFiles/stump.dir/cmake_clean.cmake new file mode 100644 index 0000000..5d3a4a3 --- /dev/null +++ b/CMakeFiles/stump.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/stump.dir/link.d" + "/home/calvin/bitcoin-projects/mmap-forest/stump" + "CMakeFiles/stump.dir/src/main.c.o" + "CMakeFiles/stump.dir/src/main.c.o.d" + "CMakeFiles/stump.dir/src/stump.c.o" + "CMakeFiles/stump.dir/src/stump.c.o.d" + "CMakeFiles/stump.dir/src/util.c.o" + "CMakeFiles/stump.dir/src/util.c.o.d" + "stump.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/stump.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/CMakeFiles/stump.dir/compiler_depend.make b/CMakeFiles/stump.dir/compiler_depend.make new file mode 100644 index 0000000..84937e0 --- /dev/null +++ b/CMakeFiles/stump.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for stump. +# This may be replaced when dependencies are built. diff --git a/CMakeFiles/stump.dir/compiler_depend.ts b/CMakeFiles/stump.dir/compiler_depend.ts new file mode 100644 index 0000000..c36f728 --- /dev/null +++ b/CMakeFiles/stump.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for stump. diff --git a/CMakeFiles/stump.dir/depend.make b/CMakeFiles/stump.dir/depend.make new file mode 100644 index 0000000..9aad95e --- /dev/null +++ b/CMakeFiles/stump.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for stump. +# This may be replaced when dependencies are built. diff --git a/CMakeFiles/stump.dir/flags.make b/CMakeFiles/stump.dir/flags.make new file mode 100644 index 0000000..59e491c --- /dev/null +++ b/CMakeFiles/stump.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang +C_DEFINES = + +C_INCLUDES = -I/home/calvin/bitcoin-projects/mmap-forest/stump/include -I/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include + +C_FLAGS = -std=gnu99 + diff --git a/CMakeFiles/stump.dir/link.txt b/CMakeFiles/stump.dir/link.txt new file mode 100644 index 0000000..789852c --- /dev/null +++ b/CMakeFiles/stump.dir/link.txt @@ -0,0 +1 @@ +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -Xlinker --dependency-file=CMakeFiles/stump.dir/link.d CMakeFiles/stump.dir/src/main.c.o CMakeFiles/stump.dir/src/util.c.o CMakeFiles/stump.dir/src/stump.c.o -o /home/calvin/bitcoin-projects/mmap-forest/stump -Wl,-rpath,/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so diff --git a/CMakeFiles/stump.dir/progress.make b/CMakeFiles/stump.dir/progress.make new file mode 100644 index 0000000..a69a57e --- /dev/null +++ b/CMakeFiles/stump.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 + diff --git a/bitcoin b/bitcoin new file mode 160000 index 0000000..824b5c4 --- /dev/null +++ b/bitcoin @@ -0,0 +1 @@ +Subproject commit 824b5c4756554a397295bdc465a21fae591cde74 diff --git a/cmake_install.cmake b/cmake_install.cmake new file mode 100644 index 0000000..48c96d5 --- /dev/null +++ b/cmake_install.cmake @@ -0,0 +1,66 @@ +# Install script for directory: /home/calvin/bitcoin-projects/mmap-forest/stump + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/calvin/bitcoin-projects/mmap-forest/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/calvin/bitcoin-projects/mmap-forest/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/include/Makefile.am b/include/Makefile.am index 2c4a2d2..756b48a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,3 +1,3 @@ headers = utreexo.h utreexo.hpp -include_HEADERS = $(headers) +nobase_include_HEADERS = $(headers) kernel/bitcoinkernel.h diff --git a/include/kernel/bitcoinkernel.h b/include/kernel/bitcoinkernel.h new file mode 100644 index 0000000..5db49e4 --- /dev/null +++ b/include/kernel/bitcoinkernel.h @@ -0,0 +1,1609 @@ +// Copyright (c) 2024-present The Bitcoin Core developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + +#ifndef BITCOIN_KERNEL_BITCOINKERNEL_H +#define BITCOIN_KERNEL_BITCOINKERNEL_H + +#ifndef __cplusplus +#include +#include +#else +#include +#include +#endif // __cplusplus + +#ifndef BITCOINKERNEL_API + #ifdef BITCOINKERNEL_BUILD + #if defined(_WIN32) + #define BITCOINKERNEL_API __declspec(dllexport) + #else + #define BITCOINKERNEL_API __attribute__((visibility("default"))) + #endif + #else + #if defined(_WIN32) && !defined(BITCOINKERNEL_STATIC) + #define BITCOINKERNEL_API __declspec(dllimport) + #else + #define BITCOINKERNEL_API + #endif + #endif +#endif + +/* Warning attributes */ +#if defined(__GNUC__) + #define BITCOINKERNEL_WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) +#else + #define BITCOINKERNEL_WARN_UNUSED_RESULT +#endif +#if !defined(BITCOINKERNEL_BUILD) && defined(__GNUC__) + #define BITCOINKERNEL_ARG_NONNULL(...) __attribute__((__nonnull__(__VA_ARGS__))) +#else + #define BITCOINKERNEL_ARG_NONNULL(...) +#endif + +#ifdef __cplusplus +extern "C" { +#endif // __cplusplus + +/** + * @page remarks Remarks + * + * @section purpose Purpose + * + * This header currently exposes an API for interacting with parts of Bitcoin + * Core's consensus code. Users can validate blocks, iterate the block index, + * read block and undo data from disk, and validate scripts. The header is + * unversioned and not stable yet. Users should expect breaking changes. It is + * also not yet included in releases of Bitcoin Core. + * + * @section context Context + * + * The library provides a built-in static constant kernel context. This static + * context offers only limited functionality. It detects and self-checks the + * correct sha256 implementation, initializes the random number generator and + * self-checks the secp256k1 static context. It is used internally for + * otherwise "context-free" operations. This means that the user is not + * required to initialize their own context before using the library. + * + * The user should create their own context for passing it to state-rich validation + * functions and holding callbacks for kernel events. + * + * @section error Error handling + * + * Functions communicate an error through their return types, usually returning + * a nullptr, 0, or false if an error is encountered. Additionally, verification + * functions, e.g. for scripts, may communicate more detailed error information + * through status code out parameters. + * + * Fine-grained validation information is communicated through the validation + * interface. + * + * The kernel notifications issue callbacks for errors. These are usually + * indicative of a system error. If such an error is issued, it is recommended + * to halt and tear down the existing kernel objects. Remediating the error may + * require system intervention by the user. + * + * @section pointer Pointer and argument conventions + * + * The user is responsible for de-allocating the memory owned by pointers + * returned by functions. Typically pointers returned by *_create(...) functions + * can be de-allocated by corresponding *_destroy(...) functions. + * + * A function that takes pointer arguments makes no assumptions on their + * lifetime. Once the function returns the user can safely de-allocate the + * passed in arguments. + * + * Const pointers represent views, and do not transfer ownership. Lifetime + * guarantees of these objects are described in the respective documentation. + * Ownership of these resources may be taken by copying. They are typically + * used for iteration with minimal overhead and require some care by the + * programmer that their lifetime is not extended beyond that of the original + * object. + * + * Array lengths follow the pointer argument they describe. + */ + +/** + * Opaque data structure for holding a transaction. + */ +typedef struct btck_Transaction btck_Transaction; + +/** + * Opaque data structure for holding a script pubkey. + */ +typedef struct btck_ScriptPubkey btck_ScriptPubkey; + +/** + * Opaque data structure for holding a transaction output. + */ +typedef struct btck_TransactionOutput btck_TransactionOutput; + +/** + * Opaque data structure for holding a logging connection. + * + * The logging connection can be used to manually stop logging. + * + * Messages that were logged before a connection is created are buffered in a + * 1MB buffer. Logging can alternatively be permanently disabled by calling + * @ref btck_logging_disable. Functions changing the logging settings are + * global and change the settings for all existing btck_LoggingConnection + * instances. + */ +typedef struct btck_LoggingConnection btck_LoggingConnection; + +/** + * Opaque data structure for holding the chain parameters. + * + * These are eventually placed into a kernel context through the kernel context + * options. The parameters describe the properties of a chain, and may be + * instantiated for either mainnet, testnet, signet, or regtest. + */ +typedef struct btck_ChainParameters btck_ChainParameters; + +/** + * Opaque data structure for holding options for creating a new kernel context. + * + * Once a kernel context has been created from these options, they may be + * destroyed. The options hold the notification and validation interface + * callbacks as well as the selected chain type until they are passed to the + * context. If no options are configured, the context will be instantiated with + * no callbacks and for mainnet. Their content and scope can be expanded over + * time. + */ +typedef struct btck_ContextOptions btck_ContextOptions; + +/** + * Opaque data structure for holding a kernel context. + * + * The kernel context is used to initialize internal state and hold the chain + * parameters and callbacks for handling error and validation events. Once + * other validation objects are instantiated from it, the context is kept in + * memory for the duration of their lifetimes. + * + * The processing of validation events is done through an internal task runner + * owned by the context. It passes events through the registered validation + * interface callbacks. + * + * A constructed context can be safely used from multiple threads. + */ +typedef struct btck_Context btck_Context; + +/** + * Opaque data structure for holding a block tree entry. + * + * This is a pointer to an element in the block index currently in memory of + * the chainstate manager. It is valid for the lifetime of the chainstate + * manager it was retrieved from. The entry is part of a tree-like structure + * that is maintained internally. Every entry, besides the genesis, points to a + * single parent. Multiple entries may share a parent, thus forming a tree. + * Each entry corresponds to a single block and may be used to retrieve its + * data and validation status. + */ +typedef struct btck_BlockTreeEntry btck_BlockTreeEntry; + +/** + * Opaque data structure for holding options for creating a new chainstate + * manager. + * + * The chainstate manager options are used to set some parameters for the + * chainstate manager. + */ +typedef struct btck_ChainstateManagerOptions btck_ChainstateManagerOptions; + +/** + * Opaque data structure for holding a chainstate manager. + * + * The chainstate manager is the central object for doing validation tasks as + * well as retrieving data from the chain. Internally it is a complex data + * structure with diverse functionality. + * + * Its functionality will be more and more exposed in the future. + */ +typedef struct btck_ChainstateManager btck_ChainstateManager; + +/** + * Opaque data structure for holding a block. + */ +typedef struct btck_Block btck_Block; + +/** + * Opaque data structure for holding the state of a block during validation. + * + * Contains information indicating whether validation was successful, and if not + * which step during block validation failed. + */ +typedef struct btck_BlockValidationState btck_BlockValidationState; + +/** + * Opaque data structure for holding the Consensus Params. + */ +typedef struct btck_ConsensusParams btck_ConsensusParams; + +/** + * Opaque data structure for holding the currently known best-chain associated + * with a chainstate. + */ +typedef struct btck_Chain btck_Chain; + +/** + * Opaque data structure for holding a block's spent outputs. + * + * Contains all the previous outputs consumed by all transactions in a specific + * block. Internally it holds a nested vector. The top level vector has an + * entry for each transaction in a block (in order of the actual transactions + * of the block and without the coinbase transaction). This is exposed through + * @ref btck_TransactionSpentOutputs. Each btck_TransactionSpentOutputs is in + * turn a vector of all the previous outputs of a transaction (in order of + * their corresponding inputs). + */ +typedef struct btck_BlockSpentOutputs btck_BlockSpentOutputs; + +/** + * Opaque data structure for holding a transaction's spent outputs. + * + * Holds the coins consumed by a certain transaction. Retrieved through the + * @ref btck_BlockSpentOutputs. The coins are in the same order as the + * transaction's inputs consuming them. + */ +typedef struct btck_TransactionSpentOutputs btck_TransactionSpentOutputs; + +/** + * Opaque data structure for holding a coin. + * + * Holds information on the @ref btck_TransactionOutput held within, + * including the height it was spent at and whether it is a coinbase output. + */ +typedef struct btck_Coin btck_Coin; + +/** + * Opaque data structure for holding a block hash. + * + * This is a type-safe identifier for a block. + */ +typedef struct btck_BlockHash btck_BlockHash; + +/** + * Opaque data structure for holding a transaction input. + * + * Holds information on the @ref btck_TransactionOutPoint held within. + */ +typedef struct btck_TransactionInput btck_TransactionInput; + +/** + * Opaque data structure for holding a transaction out point. + * + * Holds the txid and output index it is pointing to. + */ +typedef struct btck_TransactionOutPoint btck_TransactionOutPoint; + +typedef struct btck_Txid btck_Txid; + +/** Current sync state passed to tip changed callbacks. */ +typedef uint8_t btck_SynchronizationState; +#define btck_SynchronizationState_INIT_REINDEX ((btck_SynchronizationState)(0)) +#define btck_SynchronizationState_INIT_DOWNLOAD ((btck_SynchronizationState)(1)) +#define btck_SynchronizationState_POST_INIT ((btck_SynchronizationState)(2)) + +/** Possible warning types issued by validation. */ +typedef uint8_t btck_Warning; +#define btck_Warning_UNKNOWN_NEW_RULES_ACTIVATED ((btck_Warning)(0)) +#define btck_Warning_LARGE_WORK_INVALID_CHAIN ((btck_Warning)(1)) + +/** Callback function types */ + +/** + * Function signature for the global logging callback. All bitcoin kernel + * internal logs will pass through this callback. + */ +typedef void (*btck_LogCallback)(void* user_data, const char* message, size_t message_len); + +/** + * Function signature for freeing user data. + */ +typedef void (*btck_DestroyCallback)(void* user_data); + +/** + * Function signatures for the kernel notifications. + */ +typedef void (*btck_NotifyBlockTip)(void* user_data, btck_SynchronizationState state, const btck_BlockTreeEntry* entry, double verification_progress); +typedef void (*btck_NotifyHeaderTip)(void* user_data, btck_SynchronizationState state, int64_t height, int64_t timestamp, int presync); +typedef void (*btck_NotifyProgress)(void* user_data, const char* title, size_t title_len, int progress_percent, int resume_possible); +typedef void (*btck_NotifyWarningSet)(void* user_data, btck_Warning warning, const char* message, size_t message_len); +typedef void (*btck_NotifyWarningUnset)(void* user_data, btck_Warning warning); +typedef void (*btck_NotifyFlushError)(void* user_data, const char* message, size_t message_len); +typedef void (*btck_NotifyFatalError)(void* user_data, const char* message, size_t message_len); + +/** + * Function signatures for the validation interface. + */ +typedef void (*btck_ValidationInterfaceBlockChecked)(void* user_data, btck_Block* block, const btck_BlockValidationState* state); +typedef void (*btck_ValidationInterfacePoWValidBlock)(void* user_data, btck_Block* block, const btck_BlockTreeEntry* entry); +typedef void (*btck_ValidationInterfaceBlockConnected)(void* user_data, btck_Block* block, const btck_BlockTreeEntry* entry); +typedef void (*btck_ValidationInterfaceBlockDisconnected)(void* user_data, btck_Block* block, const btck_BlockTreeEntry* entry); + +/** + * Function signature for serializing data. + */ +typedef int (*btck_WriteBytes)(const void* bytes, size_t size, void* userdata); + +/** + * Whether a validated data structure is valid, invalid, or an error was + * encountered during processing. + */ +typedef uint8_t btck_ValidationMode; +#define btck_ValidationMode_VALID ((btck_ValidationMode)(0)) +#define btck_ValidationMode_INVALID ((btck_ValidationMode)(1)) +#define btck_ValidationMode_INTERNAL_ERROR ((btck_ValidationMode)(2)) + +/** + * A granular "reason" why a block was invalid. + */ +typedef uint32_t btck_BlockValidationResult; +#define btck_BlockValidationResult_UNSET ((btck_BlockValidationResult)(0)) //!< initial value. Block has not yet been rejected +#define btck_BlockValidationResult_CONSENSUS ((btck_BlockValidationResult)(1)) //!< invalid by consensus rules (excluding any below reasons) +#define btck_BlockValidationResult_CACHED_INVALID ((btck_BlockValidationResult)(2)) //!< this block was cached as being invalid and we didn't store the reason why +#define btck_BlockValidationResult_INVALID_HEADER ((btck_BlockValidationResult)(3)) //!< invalid proof of work or time too old +#define btck_BlockValidationResult_MUTATED ((btck_BlockValidationResult)(4)) //!< the block's data didn't match the data committed to by the PoW +#define btck_BlockValidationResult_MISSING_PREV ((btck_BlockValidationResult)(5)) //!< We don't have the previous block the checked one is built on +#define btck_BlockValidationResult_INVALID_PREV ((btck_BlockValidationResult)(6)) //!< A block this one builds on is invalid +#define btck_BlockValidationResult_TIME_FUTURE ((btck_BlockValidationResult)(7)) //!< block timestamp was > 2 hours in the future (or our clock is bad) +#define btck_BlockValidationResult_HEADER_LOW_WORK ((btck_BlockValidationResult)(8)) //!< the block header may be on a too-little-work chain + +/** + * Holds the validation interface callbacks. The user data pointer may be used + * to point to user-defined structures to make processing the validation + * callbacks easier. Note that these callbacks block any further validation + * execution when they are called. + */ +typedef struct { + void* user_data; //!< Holds a user-defined opaque structure that is passed to the validation + //!< interface callbacks. If user_data_destroy is also defined ownership of the + //!< user_data is passed to the created context options and subsequently context. + btck_DestroyCallback user_data_destroy; //!< Frees the provided user data structure. + btck_ValidationInterfaceBlockChecked block_checked; //!< Called when a new block has been fully validated. Contains the + //!< result of its validation. + btck_ValidationInterfacePoWValidBlock pow_valid_block; //!< Called when a new block extends the header chain and has a valid transaction + //!< and segwit merkle root. + btck_ValidationInterfaceBlockConnected block_connected; //!< Called when a block is valid and has now been connected to the best chain. + btck_ValidationInterfaceBlockDisconnected block_disconnected; //!< Called during a re-org when a block has been removed from the best chain. +} btck_ValidationInterfaceCallbacks; + +/** + * A struct for holding the kernel notification callbacks. The user data + * pointer may be used to point to user-defined structures to make processing + * the notifications easier. + * + * If user_data_destroy is provided, the kernel will automatically call this + * callback to clean up user_data when the notification interface object is destroyed. + * If user_data_destroy is NULL, it is the user's responsibility to ensure that + * the user_data outlives the kernel objects. Notifications can + * occur even as kernel objects are deleted, so care has to be taken to ensure + * safe unwinding. + */ +typedef struct { + void* user_data; //!< Holds a user-defined opaque structure that is passed to the notification callbacks. + //!< If user_data_destroy is also defined ownership of the user_data is passed to the + //!< created context options and subsequently context. + btck_DestroyCallback user_data_destroy; //!< Frees the provided user data structure. + btck_NotifyBlockTip block_tip; //!< The chain's tip was updated to the provided block entry. + btck_NotifyHeaderTip header_tip; //!< A new best block header was added. + btck_NotifyProgress progress; //!< Reports on current block synchronization progress. + btck_NotifyWarningSet warning_set; //!< A warning issued by the kernel library during validation. + btck_NotifyWarningUnset warning_unset; //!< A previous condition leading to the issuance of a warning is no longer given. + btck_NotifyFlushError flush_error; //!< An error encountered when flushing data to disk. + btck_NotifyFatalError fatal_error; //!< An unrecoverable system error encountered by the library. +} btck_NotificationInterfaceCallbacks; + +/** + * A collection of logging categories that may be encountered by kernel code. + */ +typedef uint8_t btck_LogCategory; +#define btck_LogCategory_ALL ((btck_LogCategory)(0)) +#define btck_LogCategory_BENCH ((btck_LogCategory)(1)) +#define btck_LogCategory_BLOCKSTORAGE ((btck_LogCategory)(2)) +#define btck_LogCategory_COINDB ((btck_LogCategory)(3)) +#define btck_LogCategory_LEVELDB ((btck_LogCategory)(4)) +#define btck_LogCategory_MEMPOOL ((btck_LogCategory)(5)) +#define btck_LogCategory_PRUNE ((btck_LogCategory)(6)) +#define btck_LogCategory_RAND ((btck_LogCategory)(7)) +#define btck_LogCategory_REINDEX ((btck_LogCategory)(8)) +#define btck_LogCategory_VALIDATION ((btck_LogCategory)(9)) +#define btck_LogCategory_KERNEL ((btck_LogCategory)(10)) + +/** + * The level at which logs should be produced. + */ +typedef uint8_t btck_LogLevel; +#define btck_LogLevel_TRACE ((btck_LogLevel)(0)) +#define btck_LogLevel_DEBUG ((btck_LogLevel)(1)) +#define btck_LogLevel_INFO ((btck_LogLevel)(2)) + +/** + * Options controlling the format of log messages. + * + * Set fields as non-zero to indicate true. + */ +typedef struct { + int log_timestamps; //!< Prepend a timestamp to log messages. + int log_time_micros; //!< Log timestamps in microsecond precision. + int log_threadnames; //!< Prepend the name of the thread to log messages. + int log_sourcelocations; //!< Prepend the source location to log messages. + int always_print_category_levels; //!< Prepend the log category and level to log messages. +} btck_LoggingOptions; + +/** + * A collection of status codes that may be issued by the script verify function. + */ +typedef uint8_t btck_ScriptVerifyStatus; +#define btck_ScriptVerifyStatus_OK ((btck_ScriptVerifyStatus)(0)) +#define btck_ScriptVerifyStatus_ERROR_INVALID_FLAGS_COMBINATION ((btck_ScriptVerifyStatus)(1)) //!< The flags were combined in an invalid way. +#define btck_ScriptVerifyStatus_ERROR_SPENT_OUTPUTS_REQUIRED ((btck_ScriptVerifyStatus)(2)) //!< The taproot flag was set, so valid spent_outputs have to be provided. + +/** + * Script verification flags that may be composed with each other. + */ +typedef uint32_t btck_ScriptVerificationFlags; +#define btck_ScriptVerificationFlags_NONE ((btck_ScriptVerificationFlags)(0)) +#define btck_ScriptVerificationFlags_P2SH ((btck_ScriptVerificationFlags)(1U << 0)) //!< evaluate P2SH (BIP16) subscripts +#define btck_ScriptVerificationFlags_DERSIG ((btck_ScriptVerificationFlags)(1U << 2)) //!< enforce strict DER (BIP66) compliance +#define btck_ScriptVerificationFlags_NULLDUMMY ((btck_ScriptVerificationFlags)(1U << 4)) //!< enforce NULLDUMMY (BIP147) +#define btck_ScriptVerificationFlags_CHECKLOCKTIMEVERIFY ((btck_ScriptVerificationFlags)(1U << 9)) //!< enable CHECKLOCKTIMEVERIFY (BIP65) +#define btck_ScriptVerificationFlags_CHECKSEQUENCEVERIFY ((btck_ScriptVerificationFlags)(1U << 10)) //!< enable CHECKSEQUENCEVERIFY (BIP112) +#define btck_ScriptVerificationFlags_WITNESS ((btck_ScriptVerificationFlags)(1U << 11)) //!< enable WITNESS (BIP141) +#define btck_ScriptVerificationFlags_TAPROOT ((btck_ScriptVerificationFlags)(1U << 17)) //!< enable TAPROOT (BIPs 341 & 342) +#define btck_ScriptVerificationFlags_ALL ((btck_ScriptVerificationFlags)(btck_ScriptVerificationFlags_P2SH | \ + btck_ScriptVerificationFlags_DERSIG | \ + btck_ScriptVerificationFlags_NULLDUMMY | \ + btck_ScriptVerificationFlags_CHECKLOCKTIMEVERIFY | \ + btck_ScriptVerificationFlags_CHECKSEQUENCEVERIFY | \ + btck_ScriptVerificationFlags_WITNESS | \ + btck_ScriptVerificationFlags_TAPROOT)) + +typedef uint8_t btck_ChainType; +#define btck_ChainType_MAINNET ((btck_ChainType)(0)) +#define btck_ChainType_TESTNET ((btck_ChainType)(1)) +#define btck_ChainType_TESTNET_4 ((btck_ChainType)(2)) +#define btck_ChainType_SIGNET ((btck_ChainType)(3)) +#define btck_ChainType_REGTEST ((btck_ChainType)(4)) + +/** @name Transaction + * Functions for working with transactions. + */ +///@{ + +/** + * @brief Create a new transaction from the serialized data. + * + * @param[in] raw_transaction Serialized transaction. + * @param[in] raw_transaction_len Length of the serialized transaction. + * @return The transaction, or null on error. + */ +BITCOINKERNEL_API btck_Transaction* BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_create( + const void* raw_transaction, size_t raw_transaction_len); + +/** + * @brief Copy a transaction. Transactions are reference counted, so this just + * increments the reference count. + * + * @param[in] transaction Non-null. + * @return The copied transaction. + */ +BITCOINKERNEL_API btck_Transaction* BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_copy( + const btck_Transaction* transaction) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Serializes the transaction through the passed in callback to bytes. + * This is consensus serialization that is also used for the P2P network. + * + * @param[in] transaction Non-null. + * @param[in] writer Non-null, callback to a write bytes function. + * @param[in] user_data Holds a user-defined opaque structure that will be + * passed back through the writer callback. + * @return 0 on success. + */ +BITCOINKERNEL_API int btck_transaction_to_bytes( + const btck_Transaction* transaction, + btck_WriteBytes writer, + void* user_data) BITCOINKERNEL_ARG_NONNULL(1, 2); + +/** + * @brief Get the number of outputs of a transaction. + * + * @param[in] transaction Non-null. + * @return The number of outputs. + */ +BITCOINKERNEL_API size_t BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_count_outputs( + const btck_Transaction* transaction) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Get the transaction outputs at the provided index. The returned + * transaction output is not owned and depends on the lifetime of the + * transaction. + * + * @param[in] transaction Non-null. + * @param[in] output_index The index of the transaction output to be retrieved. + * @return The transaction output + */ +BITCOINKERNEL_API const btck_TransactionOutput* BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_get_output_at( + const btck_Transaction* transaction, size_t output_index) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Get the transaction input at the provided index. The returned + * transaction input is not owned and depends on the lifetime of the + * transaction. + * + * @param[in] transaction Non-null. + * @param[in] input_index The index of the transaction input to be retrieved. + * @return The transaction input + */ +BITCOINKERNEL_API const btck_TransactionInput* BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_get_input_at( + const btck_Transaction* transaction, size_t input_index) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Get the number of inputs of a transaction. + * + * @param[in] transaction Non-null. + * @return The number of inputs. + */ +BITCOINKERNEL_API size_t BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_count_inputs( + const btck_Transaction* transaction) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Get the txid of a transaction. The returned txid is not owned and + * depends on the lifetime of the transaction. + * + * @param[in] transaction Non-null. + * @return The txid. + */ +BITCOINKERNEL_API const btck_Txid* BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_get_txid( + const btck_Transaction* transaction) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * Destroy the transaction. + */ +BITCOINKERNEL_API void btck_transaction_destroy(btck_Transaction* transaction); + +///@} + +/** @name ScriptPubkey + * Functions for working with script pubkeys. + */ +///@{ + +/** + * @brief Create a script pubkey from serialized data. + * @param[in] script_pubkey Serialized script pubkey. + * @param[in] script_pubkey_len Length of the script pubkey data. + * @return The script pubkey. + */ +BITCOINKERNEL_API btck_ScriptPubkey* BITCOINKERNEL_WARN_UNUSED_RESULT btck_script_pubkey_create( + const void* script_pubkey, size_t script_pubkey_len); + +/** + * @brief Copy a script pubkey. + * + * @param[in] script_pubkey Non-null. + * @return The copied script pubkey. + */ +BITCOINKERNEL_API btck_ScriptPubkey* BITCOINKERNEL_WARN_UNUSED_RESULT btck_script_pubkey_copy( + const btck_ScriptPubkey* script_pubkey) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Verify if the input at input_index of tx_to spends the script pubkey + * under the constraints specified by flags. If the + * `btck_ScriptVerificationFlags_WITNESS` flag is set in the flags bitfield, the + * amount parameter is used. If the taproot flag is set, the spent outputs + * parameter is used to validate taproot transactions. + * + * @param[in] script_pubkey Non-null, script pubkey to be spent. + * @param[in] amount Amount of the script pubkey's associated output. May be zero if + * the witness flag is not set. + * @param[in] tx_to Non-null, transaction spending the script_pubkey. + * @param[in] spent_outputs Nullable if the taproot flag is not set. Points to an array of + * outputs spent by the transaction. + * @param[in] spent_outputs_len Length of the spent_outputs array. + * @param[in] input_index Index of the input in tx_to spending the script_pubkey. + * @param[in] flags Bitfield of btck_ScriptVerificationFlags controlling validation constraints. + * @param[out] status Nullable, will be set to an error code if the operation fails, or OK otherwise. + * @return 1 if the script is valid, 0 otherwise. + */ +BITCOINKERNEL_API int BITCOINKERNEL_WARN_UNUSED_RESULT btck_script_pubkey_verify( + const btck_ScriptPubkey* script_pubkey, + int64_t amount, + const btck_Transaction* tx_to, + const btck_TransactionOutput** spent_outputs, size_t spent_outputs_len, + unsigned int input_index, + btck_ScriptVerificationFlags flags, + btck_ScriptVerifyStatus* status) BITCOINKERNEL_ARG_NONNULL(1, 3); + +/** + * @brief Serializes the script pubkey through the passed in callback to bytes. + * + * @param[in] script_pubkey Non-null. + * @param[in] writer Non-null, callback to a write bytes function. + * @param[in] user_data Holds a user-defined opaque structure that will be + * passed back through the writer callback. + * @return 0 on success. + */ +BITCOINKERNEL_API int btck_script_pubkey_to_bytes( + const btck_ScriptPubkey* script_pubkey, + btck_WriteBytes writer, + void* user_data) BITCOINKERNEL_ARG_NONNULL(1, 2); + +/** + * Destroy the script pubkey. + */ +BITCOINKERNEL_API void btck_script_pubkey_destroy(btck_ScriptPubkey* script_pubkey); + +///@} + +/** @name TransactionOutput + * Functions for working with transaction outputs. + */ +///@{ + +/** + * @brief Create a transaction output from a script pubkey and an amount. + * + * @param[in] script_pubkey Non-null. + * @param[in] amount The amount associated with the script pubkey for this output. + * @return The transaction output. + */ +BITCOINKERNEL_API btck_TransactionOutput* BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_output_create( + const btck_ScriptPubkey* script_pubkey, + int64_t amount) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Get the script pubkey of the output. The returned + * script pubkey is not owned and depends on the lifetime of the + * transaction output. + * + * @param[in] transaction_output Non-null. + * @return The script pubkey. + */ +BITCOINKERNEL_API const btck_ScriptPubkey* BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_output_get_script_pubkey( + const btck_TransactionOutput* transaction_output) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Get the amount in the output. + * + * @param[in] transaction_output Non-null. + * @return The amount. + */ +BITCOINKERNEL_API int64_t BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_output_get_amount( + const btck_TransactionOutput* transaction_output) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Copy a transaction output. + * + * @param[in] transaction_output Non-null. + * @return The copied transaction output. + */ +BITCOINKERNEL_API btck_TransactionOutput* BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_output_copy( + const btck_TransactionOutput* transaction_output) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * Destroy the transaction output. + */ +BITCOINKERNEL_API void btck_transaction_output_destroy(btck_TransactionOutput* transaction_output); + +///@} + +/** @name Logging + * Logging-related functions. + */ +///@{ + +/** + * @brief This disables the global internal logger. No log messages will be + * buffered internally anymore once this is called and the buffer is cleared. + * This function should only be called once and is not thread or re-entry safe. + * Log messages will be buffered until this function is called, or a logging + * connection is created. This must not be called while a logging connection + * already exists. + */ +BITCOINKERNEL_API void btck_logging_disable(); + +/** + * @brief Set some options for the global internal logger. This changes global + * settings and will override settings for all existing @ref + * btck_LoggingConnection instances. + * + * @param[in] options Sets formatting options of the log messages. + */ +BITCOINKERNEL_API void btck_logging_set_options(const btck_LoggingOptions options); + +/** + * @brief Set the log level of the global internal logger. This does not + * enable the selected categories. Use @ref btck_logging_enable_category to + * start logging from a specific, or all categories. This changes a global + * setting and will override settings for all existing + * @ref btck_LoggingConnection instances. + * + * @param[in] category If btck_LogCategory_ALL is chosen, sets both the global fallback log level + * used by all categories that don't have a specific level set, and also + * sets the log level for messages logged with the btck_LogCategory_ALL category itself. + * For any other category, sets a category-specific log level that overrides + * the global fallback for that category only. + + * @param[in] level Log level at which the log category is set. + */ +BITCOINKERNEL_API void btck_logging_set_level_category(btck_LogCategory category, btck_LogLevel level); + +/** + * @brief Enable a specific log category for the global internal logger. This + * changes a global setting and will override settings for all existing @ref + * btck_LoggingConnection instances. + * + * @param[in] category If btck_LogCategory_ALL is chosen, all categories will be enabled. + */ +BITCOINKERNEL_API void btck_logging_enable_category(btck_LogCategory category); + +/** + * @brief Disable a specific log category for the global internal logger. This + * changes a global setting and will override settings for all existing @ref + * btck_LoggingConnection instances. + * + * @param[in] category If btck_LogCategory_ALL is chosen, all categories will be disabled. + */ +BITCOINKERNEL_API void btck_logging_disable_category(btck_LogCategory category); + +/** + * @brief Start logging messages through the provided callback. Log messages + * produced before this function is first called are buffered and on calling this + * function are logged immediately. + * + * @param[in] log_callback Non-null, function through which messages will be logged. + * @param[in] user_data Nullable, holds a user-defined opaque structure. Is passed back + * to the user through the callback. If the user_data_destroy_callback + * is also defined it is assumed that ownership of the user_data is passed + * to the created logging connection. + * @param[in] user_data_destroy_callback Nullable, function for freeing the user data. + * @return A new kernel logging connection, or null on error. + */ +BITCOINKERNEL_API btck_LoggingConnection* BITCOINKERNEL_WARN_UNUSED_RESULT btck_logging_connection_create( + btck_LogCallback log_callback, + void* user_data, + btck_DestroyCallback user_data_destroy_callback) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * Stop logging and destroy the logging connection. + */ +BITCOINKERNEL_API void btck_logging_connection_destroy(btck_LoggingConnection* logging_connection); + +///@} + +/** @name ChainParameters + * Functions for working with chain parameters. + */ +///@{ + +/** + * @brief Creates a chain parameters struct with default parameters based on the + * passed in chain type. + * + * @param[in] chain_type Controls the chain parameters type created. + * @return An allocated chain parameters opaque struct. + */ +BITCOINKERNEL_API btck_ChainParameters* BITCOINKERNEL_WARN_UNUSED_RESULT btck_chain_parameters_create( + const btck_ChainType chain_type); + +/** + * Copy the chain parameters. + */ +BITCOINKERNEL_API btck_ChainParameters* BITCOINKERNEL_WARN_UNUSED_RESULT btck_chain_parameters_copy( + const btck_ChainParameters* chain_parameters) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Get consensus params from chain parameters. The returned consensus params + * is not owned and depends on the lifetime of the chain parameters. + * + * @param[in] chain_parameters Non-null. + * @return The consensus parameters. + */ +BITCOINKERNEL_API const btck_ConsensusParams* BITCOINKERNEL_WARN_UNUSED_RESULT btck_chain_parameters_get_consensus_params( + const btck_ChainParameters* chain_parameters) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * Destroy the chain parameters. + */ +BITCOINKERNEL_API void btck_chain_parameters_destroy(btck_ChainParameters* chain_parameters); + +///@} + +/** @name ContextOptions + * Functions for working with context options. + */ +///@{ + +/** + * Creates an empty context options. + */ +BITCOINKERNEL_API btck_ContextOptions* BITCOINKERNEL_WARN_UNUSED_RESULT btck_context_options_create(); + +/** + * @brief Sets the chain params for the context options. The context created + * with the options will be configured for these chain parameters. + * + * @param[in] context_options Non-null, previously created by @ref btck_context_options_create. + * @param[in] chain_parameters Is set to the context options. + */ +BITCOINKERNEL_API void btck_context_options_set_chainparams( + btck_ContextOptions* context_options, + const btck_ChainParameters* chain_parameters) BITCOINKERNEL_ARG_NONNULL(1, 2); + +/** + * @brief Set the kernel notifications for the context options. The context + * created with the options will be configured with these notifications. + * + * @param[in] context_options Non-null, previously created by @ref btck_context_options_create. + * @param[in] notifications Is set to the context options. + */ +BITCOINKERNEL_API void btck_context_options_set_notifications( + btck_ContextOptions* context_options, + btck_NotificationInterfaceCallbacks notifications) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Set the validation interface callbacks for the context options. The + * context created with the options will be configured for these validation + * interface callbacks. The callbacks will then be triggered from validation + * events issued by the chainstate manager created from the same context. + * + * @param[in] context_options Non-null, previously created with btck_context_options_create. + * @param[in] validation_interface_callbacks The callbacks used for passing validation information to the + * user. + */ +BITCOINKERNEL_API void btck_context_options_set_validation_interface( + btck_ContextOptions* context_options, + btck_ValidationInterfaceCallbacks validation_interface_callbacks) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * Destroy the context options. + */ +BITCOINKERNEL_API void btck_context_options_destroy(btck_ContextOptions* context_options); + +///@} + +/** @name Context + * Functions for working with contexts. + */ +///@{ + +/** + * @brief Create a new kernel context. If the options have not been previously + * set, their corresponding fields will be initialized to default values; the + * context will assume mainnet chain parameters and won't attempt to call the + * kernel notification callbacks. + * + * @param[in] context_options Nullable, created by @ref btck_context_options_create. + * @return The allocated context, or null on error. + */ +BITCOINKERNEL_API btck_Context* BITCOINKERNEL_WARN_UNUSED_RESULT btck_context_create( + const btck_ContextOptions* context_options); + +/** + * Copy the context. + */ +BITCOINKERNEL_API btck_Context* BITCOINKERNEL_WARN_UNUSED_RESULT btck_context_copy( + const btck_Context* context) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Interrupt can be used to halt long-running validation functions like + * when reindexing, importing or processing blocks. + * + * @param[in] context Non-null. + * @return 0 if the interrupt was successful, non-zero otherwise. + */ +BITCOINKERNEL_API int BITCOINKERNEL_WARN_UNUSED_RESULT btck_context_interrupt( + btck_Context* context) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * Destroy the context. + */ +BITCOINKERNEL_API void btck_context_destroy(btck_Context* context); + +///@} + +/** @name BlockTreeEntry + * Functions for working with block tree entries. + */ +///@{ + +/** + * @brief Returns the previous block tree entry in the tree, or null if the current + * block tree entry is the genesis block. + * + * @param[in] block_tree_entry Non-null. + * @return The previous block tree entry, or null on error or if the current block tree entry is the genesis block. + */ +BITCOINKERNEL_API const btck_BlockTreeEntry* BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_tree_entry_get_previous( + const btck_BlockTreeEntry* block_tree_entry) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Return the height of a certain block tree entry. + * + * @param[in] block_tree_entry Non-null. + * @return The block height. + */ +BITCOINKERNEL_API int32_t BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_tree_entry_get_height( + const btck_BlockTreeEntry* block_tree_entry) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Return the block hash associated with a block tree entry. + * + * @param[in] block_tree_entry Non-null. + * @return The block hash. + */ +BITCOINKERNEL_API const btck_BlockHash* BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_tree_entry_get_block_hash( + const btck_BlockTreeEntry* block_tree_entry) BITCOINKERNEL_ARG_NONNULL(1); + +///@} + +/** @name ChainstateManagerOptions + * Functions for working with chainstate manager options. + */ +///@{ + +/** + * @brief Create options for the chainstate manager. + * + * @param[in] context Non-null, the created options and through it the chainstate manager will + associate with this kernel context for the duration of their lifetimes. + * @param[in] data_directory Non-null, path string of the directory containing the chainstate data. + * If the directory does not exist yet, it will be created. + * @param[in] blocks_directory Non-null, path string of the directory containing the block data. If + * the directory does not exist yet, it will be created. + * @return The allocated chainstate manager options, or null on error. + */ +BITCOINKERNEL_API btck_ChainstateManagerOptions* BITCOINKERNEL_WARN_UNUSED_RESULT btck_chainstate_manager_options_create( + const btck_Context* context, + const char* data_directory, + size_t data_directory_len, + const char* blocks_directory, + size_t blocks_directory_len) BITCOINKERNEL_ARG_NONNULL(1, 2); + +/** + * @brief Set the number of available worker threads used during validation. + * + * @param[in] chainstate_manager_options Non-null, options to be set. + * @param[in] worker_threads The number of worker threads that should be spawned in the thread pool + * used for validation. When set to 0 no parallel verification is done. + * The value range is clamped internally between 0 and 15. + */ +BITCOINKERNEL_API void btck_chainstate_manager_options_set_worker_threads_num( + btck_ChainstateManagerOptions* chainstate_manager_options, + int worker_threads) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Sets wipe db in the options. In combination with calling + * @ref btck_chainstate_manager_import_blocks this triggers either a full reindex, + * or a reindex of just the chainstate database. + * + * @param[in] chainstate_manager_options Non-null, created by @ref btck_chainstate_manager_options_create. + * @param[in] wipe_block_tree_db Set wipe block tree db. Should only be 1 if wipe_chainstate_db is 1 too. + * @param[in] wipe_chainstate_db Set wipe chainstate db. + * @return 0 if the set was successful, non-zero if the set failed. + */ +BITCOINKERNEL_API int BITCOINKERNEL_WARN_UNUSED_RESULT btck_chainstate_manager_options_set_wipe_dbs( + btck_ChainstateManagerOptions* chainstate_manager_options, + int wipe_block_tree_db, + int wipe_chainstate_db) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Sets block tree db in memory in the options. + * + * @param[in] chainstate_manager_options Non-null, created by @ref btck_chainstate_manager_options_create. + * @param[in] block_tree_db_in_memory Set block tree db in memory. + */ +BITCOINKERNEL_API void btck_chainstate_manager_options_update_block_tree_db_in_memory( + btck_ChainstateManagerOptions* chainstate_manager_options, + int block_tree_db_in_memory) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Sets chainstate db in memory in the options. + * + * @param[in] chainstate_manager_options Non-null, created by @ref btck_chainstate_manager_options_create. + * @param[in] chainstate_db_in_memory Set chainstate db in memory. + */ +BITCOINKERNEL_API void btck_chainstate_manager_options_update_chainstate_db_in_memory( + btck_ChainstateManagerOptions* chainstate_manager_options, + int chainstate_db_in_memory) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * Destroy the chainstate manager options. + */ +BITCOINKERNEL_API void btck_chainstate_manager_options_destroy(btck_ChainstateManagerOptions* chainstate_manager_options); + +///@} + +/** @name ChainstateManager + * Functions for chainstate management. + */ +///@{ + +/** + * @brief Create a chainstate manager. This is the main object for many + * validation tasks as well as for retrieving data from the chain and + * interacting with its chainstate and indexes. + * + * @param[in] chainstate_manager_options Non-null, created by @ref btck_chainstate_manager_options_create. + * @return The allocated chainstate manager, or null on error. + */ +BITCOINKERNEL_API btck_ChainstateManager* BITCOINKERNEL_WARN_UNUSED_RESULT btck_chainstate_manager_create( + const btck_ChainstateManagerOptions* chainstate_manager_options) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Triggers the start of a reindex if the wipe options were previously + * set for the chainstate manager. Can also import an array of existing block + * files selected by the user. + * + * @param[in] chainstate_manager Non-null. + * @param[in] block_file_paths_data Nullable, array of block files described by their full filesystem paths. + * @param[in] block_file_paths_lens Nullable, array containing the lengths of each of the paths. + * @param[in] block_file_paths_data_len Length of the block_file_paths_data and block_file_paths_len arrays. + * @return 0 if the import blocks call was completed successfully, non-zero otherwise. + */ +BITCOINKERNEL_API int BITCOINKERNEL_WARN_UNUSED_RESULT btck_chainstate_manager_import_blocks( + btck_ChainstateManager* chainstate_manager, + const char** block_file_paths_data, size_t* block_file_paths_lens, + size_t block_file_paths_data_len) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Process and validate the passed in block with the chainstate + * manager. Processing first does checks on the block, and if these passed, + * saves it to disk. It then validates the block against the utxo set. If it is + * valid, the chain is extended with it. The return value is not indicative of + * the block's validity. Detailed information on the validity of the block can + * be retrieved by registering the `block_checked` callback in the validation + * interface. + * + * @param[in] chainstate_manager Non-null. + * @param[in] block Non-null, block to be validated. + * + * @param[out] new_block Nullable, will be set to 1 if this block was not processed before. Note that this means it + * might also not be 1 if processing was attempted before, but the block was found invalid + * before its data was persisted. + * @return 0 if processing the block was successful. Will also return 0 for valid, but duplicate blocks. + */ +BITCOINKERNEL_API int BITCOINKERNEL_WARN_UNUSED_RESULT btck_chainstate_manager_process_block( + btck_ChainstateManager* chainstate_manager, + const btck_Block* block, + int* new_block) BITCOINKERNEL_ARG_NONNULL(1, 2, 3); + +/** + * @brief Returns the best known currently active chain. Its lifetime is + * dependent on the chainstate manager. It can be thought of as a view on a + * vector of block tree entries that form the best chain. The returned chain + * reference always points to the currently active best chain. However, state + * transitions within the chainstate manager (e.g., processing blocks) will + * update the chain's contents. Data retrieved from this chain is only + * consistent up to the point when new data is processed in the chainstate + * manager. It is the user's responsibility to guard against these + * inconsistencies. + * + * @param[in] chainstate_manager Non-null. + * @return The chain. + */ +BITCOINKERNEL_API const btck_Chain* BITCOINKERNEL_WARN_UNUSED_RESULT btck_chainstate_manager_get_active_chain( + const btck_ChainstateManager* chainstate_manager) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Retrieve a block tree entry by its block hash. + * + * @param[in] chainstate_manager Non-null. + * @param[in] block_hash Non-null. + * @return The block tree entry of the block with the passed in hash, or null if + * the block hash is not found. + */ +BITCOINKERNEL_API const btck_BlockTreeEntry* BITCOINKERNEL_WARN_UNUSED_RESULT btck_chainstate_manager_get_block_tree_entry_by_hash( + const btck_ChainstateManager* chainstate_manager, + const btck_BlockHash* block_hash) BITCOINKERNEL_ARG_NONNULL(1, 2); + +/** + * Destroy the chainstate manager. + */ +BITCOINKERNEL_API void btck_chainstate_manager_destroy(btck_ChainstateManager* chainstate_manager); + +///@} + +/** @name Block + * Functions for working with blocks. + */ +///@{ + +/** + * @brief Reads the block the passed in block tree entry points to from disk and + * returns it. + * + * @param[in] chainstate_manager Non-null. + * @param[in] block_tree_entry Non-null. + * @return The read out block, or null on error. + */ +BITCOINKERNEL_API btck_Block* BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_read( + const btck_ChainstateManager* chainstate_manager, + const btck_BlockTreeEntry* block_tree_entry) BITCOINKERNEL_ARG_NONNULL(1, 2); + +/** + * @brief Parse a serialized raw block into a new block object. + * + * @param[in] raw_block Serialized block. + * @param[in] raw_block_len Length of the serialized block. + * @return The allocated block, or null on error. + */ +BITCOINKERNEL_API btck_Block* BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_create( + const void* raw_block, size_t raw_block_len); + +/** + * @brief Copy a block. Blocks are reference counted, so this just increments + * the reference count. + * + * @param[in] block Non-null. + * @return The copied block. + */ +BITCOINKERNEL_API btck_Block* BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_copy( + const btck_Block* block) BITCOINKERNEL_ARG_NONNULL(1); + +/** Bitflags to control context-free block checks (optional). */ +typedef uint32_t btck_BlockCheckFlags; +#define btck_BlockCheckFlags_NONE ((btck_BlockCheckFlags)0) +#define btck_BlockCheckFlags_POW ((btck_BlockCheckFlags)(1U << 0)) /* run CheckProofOfWork via CheckBlockHeader */ +#define btck_BlockCheckFlags_MERKLE ((btck_BlockCheckFlags)(1U << 1)) /* verify merkle root (and mutation detection) */ +#define btck_BlockCheckFlags_ALL ((btck_BlockCheckFlags)(btck_BlockCheckFlags_POW | btck_BlockCheckFlags_MERKLE)) + +/** + * @brief Perform context-free validation checks on a block. + * + * Runs full context-free block checks (header + body) using the supplied + * consensus parameters. The proof-of-work and merkle-root checks can be + * toggled via @p flags. + * + * @param[in] block Non-null, block to validate. + * @param[in] consensus_params Non-null, consensus parameters for validation. + * @param[in] flags Bitmask of btck_BlockCheckFlags controlling + * POW and merkle-root checks. + * @param[out] validation_state Non-null, will be filled with the result. + * @return 1 if the block is accepted, 0 otherwise. + */ +BITCOINKERNEL_API int BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_check( + const btck_Block* block, + const btck_ConsensusParams* consensus_params, + btck_BlockCheckFlags flags, + btck_BlockValidationState* validation_state) BITCOINKERNEL_ARG_NONNULL(1, 2, 4); + +/** + * @brief Count the number of transactions contained in a block. + * + * @param[in] block Non-null. + * @return The number of transactions in the block. + */ +BITCOINKERNEL_API size_t BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_count_transactions( + const btck_Block* block) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Get the transaction at the provided index. The returned transaction + * is not owned and depends on the lifetime of the block. + * + * @param[in] block Non-null. + * @param[in] transaction_index The index of the transaction to be retrieved. + * @return The transaction. + */ +BITCOINKERNEL_API const btck_Transaction* BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_get_transaction_at( + const btck_Block* block, size_t transaction_index) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Calculate and return the hash of a block. + * + * @param[in] block Non-null. + * @return The block hash. + */ +BITCOINKERNEL_API btck_BlockHash* BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_get_hash( + const btck_Block* block) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Serializes the block through the passed in callback to bytes. + * This is consensus serialization that is also used for the P2P network. + * + * @param[in] block Non-null. + * @param[in] writer Non-null, callback to a write bytes function. + * @param[in] user_data Holds a user-defined opaque structure that will be + * passed back through the writer callback. + * @return 0 on success. + */ +BITCOINKERNEL_API int btck_block_to_bytes( + const btck_Block* block, + btck_WriteBytes writer, + void* user_data) BITCOINKERNEL_ARG_NONNULL(1, 2); + +/** + * Destroy the block. + */ +BITCOINKERNEL_API void btck_block_destroy(btck_Block* block); + +/** + * @brief Create a new block validation state. + * @return The block validation state, or null on error. + */ +BITCOINKERNEL_API btck_BlockValidationState* BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_validation_state_create(); + +/** + * Destroy the block validation state. + */ +BITCOINKERNEL_API void btck_block_validation_state_destroy(btck_BlockValidationState* block_validation_state); + +///@} + +/** @name BlockValidationState + * Functions for working with block validation states. + */ +///@{ + +/** + * Returns the validation mode from an opaque block validation state pointer. + */ +BITCOINKERNEL_API btck_ValidationMode btck_block_validation_state_get_validation_mode( + const btck_BlockValidationState* block_validation_state) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * Returns the validation result from an opaque block validation state pointer. + */ +BITCOINKERNEL_API btck_BlockValidationResult btck_block_validation_state_get_block_validation_result( + const btck_BlockValidationState* block_validation_state) BITCOINKERNEL_ARG_NONNULL(1); + +///@} + +/** @name Chain + * Functions for working with the chain + */ +///@{ + +/** + * @brief Return the height of the tip of the chain. + * + * @param[in] chain Non-null. + * @return The current height. + */ +BITCOINKERNEL_API int32_t BITCOINKERNEL_WARN_UNUSED_RESULT btck_chain_get_height( + const btck_Chain* chain) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Retrieve a block tree entry by its height in the currently active chain. + * Once retrieved there is no guarantee that it remains in the active chain. + * + * @param[in] chain Non-null. + * @param[in] block_height Height in the chain of the to be retrieved block tree entry. + * @return The block tree entry at a certain height in the currently active chain, or null + * if the height is out of bounds. + */ +BITCOINKERNEL_API const btck_BlockTreeEntry* BITCOINKERNEL_WARN_UNUSED_RESULT btck_chain_get_by_height( + const btck_Chain* chain, + int block_height) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Return true if the passed in chain contains the block tree entry. + * + * @param[in] chain Non-null. + * @param[in] block_tree_entry Non-null. + * @return 1 if the block_tree_entry is in the chain, 0 otherwise. + * + */ +BITCOINKERNEL_API int BITCOINKERNEL_WARN_UNUSED_RESULT btck_chain_contains( + const btck_Chain* chain, + const btck_BlockTreeEntry* block_tree_entry) BITCOINKERNEL_ARG_NONNULL(1, 2); + +///@} + +/** @name BlockSpentOutputs + * Functions for working with block spent outputs. + */ +///@{ + +/** + * @brief Reads the block spent coins data the passed in block tree entry points to from + * disk and returns it. + * + * @param[in] chainstate_manager Non-null. + * @param[in] block_tree_entry Non-null. + * @return The read out block spent outputs, or null on error. + */ +BITCOINKERNEL_API btck_BlockSpentOutputs* BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_spent_outputs_read( + const btck_ChainstateManager* chainstate_manager, + const btck_BlockTreeEntry* block_tree_entry) BITCOINKERNEL_ARG_NONNULL(1, 2); + +/** + * @brief Copy a block's spent outputs. + * + * @param[in] block_spent_outputs Non-null. + * @return The copied block spent outputs. + */ +BITCOINKERNEL_API btck_BlockSpentOutputs* BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_spent_outputs_copy( + const btck_BlockSpentOutputs* block_spent_outputs) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Returns the number of transaction spent outputs whose data is contained in + * block spent outputs. + * + * @param[in] block_spent_outputs Non-null. + * @return The number of transaction spent outputs data in the block spent outputs. + */ +BITCOINKERNEL_API size_t BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_spent_outputs_count( + const btck_BlockSpentOutputs* block_spent_outputs) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Returns a transaction spent outputs contained in the block spent + * outputs at a certain index. The returned pointer is unowned and only valid + * for the lifetime of block_spent_outputs. + * + * @param[in] block_spent_outputs Non-null. + * @param[in] transaction_spent_outputs_index The index of the transaction spent outputs within the block spent outputs. + * @return A transaction spent outputs pointer. + */ +BITCOINKERNEL_API const btck_TransactionSpentOutputs* BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_spent_outputs_get_transaction_spent_outputs_at( + const btck_BlockSpentOutputs* block_spent_outputs, + size_t transaction_spent_outputs_index) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * Destroy the block spent outputs. + */ +BITCOINKERNEL_API void btck_block_spent_outputs_destroy(btck_BlockSpentOutputs* block_spent_outputs); + +///@} + +/** @name TransactionSpentOutputs + * Functions for working with the spent coins of a transaction + */ +///@{ + +/** + * @brief Copy a transaction's spent outputs. + * + * @param[in] transaction_spent_outputs Non-null. + * @return The copied transaction spent outputs. + */ +BITCOINKERNEL_API btck_TransactionSpentOutputs* BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_spent_outputs_copy( + const btck_TransactionSpentOutputs* transaction_spent_outputs) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Returns the number of previous transaction outputs contained in the + * transaction spent outputs data. + * + * @param[in] transaction_spent_outputs Non-null + * @return The number of spent transaction outputs for the transaction. + */ +BITCOINKERNEL_API size_t BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_spent_outputs_count( + const btck_TransactionSpentOutputs* transaction_spent_outputs) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Returns a coin contained in the transaction spent outputs at a + * certain index. The returned pointer is unowned and only valid for the + * lifetime of transaction_spent_outputs. + * + * @param[in] transaction_spent_outputs Non-null. + * @param[in] coin_index The index of the to be retrieved coin within the + * transaction spent outputs. + * @return A coin pointer. + */ +BITCOINKERNEL_API const btck_Coin* BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_spent_outputs_get_coin_at( + const btck_TransactionSpentOutputs* transaction_spent_outputs, + size_t coin_index) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * Destroy the transaction spent outputs. + */ +BITCOINKERNEL_API void btck_transaction_spent_outputs_destroy(btck_TransactionSpentOutputs* transaction_spent_outputs); + +///@} + +/** @name Transaction Input + * Functions for working with transaction inputs. + */ +///@{ + +/** + * @brief Copy a transaction input. + * + * @param[in] transaction_input Non-null. + * @return The copied transaction input. + */ +BITCOINKERNEL_API btck_TransactionInput* BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_input_copy( + const btck_TransactionInput* transaction_input) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Get the transaction out point. The returned transaction out point is + * not owned and depends on the lifetime of the transaction. + * + * @param[in] transaction_input Non-null. + * @return The transaction out point. + */ +BITCOINKERNEL_API const btck_TransactionOutPoint* BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_input_get_out_point( + const btck_TransactionInput* transaction_input) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * Destroy the transaction input. + */ +BITCOINKERNEL_API void btck_transaction_input_destroy(btck_TransactionInput* transaction_input); + +///@} + +/** @name Transaction Out Point + * Functions for working with transaction out points. + */ +///@{ + +/** + * @brief Copy a transaction out point. + * + * @param[in] transaction_out_point Non-null. + * @return The copied transaction out point. + */ +BITCOINKERNEL_API btck_TransactionOutPoint* BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_out_point_copy( + const btck_TransactionOutPoint* transaction_out_point) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Get the output position from the transaction out point. + * + * @param[in] transaction_out_point Non-null. + * @return The output index. + */ +BITCOINKERNEL_API uint32_t BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_out_point_get_index( + const btck_TransactionOutPoint* transaction_out_point) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Get the txid from the transaction out point. The returned txid is + * not owned and depends on the lifetime of the transaction out point. + * + * @param[in] transaction_out_point Non-null. + * @return The txid. + */ +BITCOINKERNEL_API const btck_Txid* BITCOINKERNEL_WARN_UNUSED_RESULT btck_transaction_out_point_get_txid( + const btck_TransactionOutPoint* transaction_out_point) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * Destroy the transaction out point. + */ +BITCOINKERNEL_API void btck_transaction_out_point_destroy(btck_TransactionOutPoint* transaction_out_point); + +///@} + +/** @name Txid + * Functions for working with txids. + */ +///@{ + +/** + * @brief Copy a txid. + * + * @param[in] txid Non-null. + * @return The copied txid. + */ +BITCOINKERNEL_API btck_Txid* BITCOINKERNEL_WARN_UNUSED_RESULT btck_txid_copy( + const btck_Txid* txid) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Check if two txids are equal. + * + * @param[in] txid1 Non-null. + * @param[in] txid2 Non-null. + * @return 0 if the txid is not equal. + */ +BITCOINKERNEL_API int BITCOINKERNEL_WARN_UNUSED_RESULT btck_txid_equals( + const btck_Txid* txid1, const btck_Txid* txid2) BITCOINKERNEL_ARG_NONNULL(1, 2); + +/** + * @brief Serializes the txid to bytes. + * + * @param[in] txid Non-null. + * @param[out] output The serialized txid. + */ +BITCOINKERNEL_API void btck_txid_to_bytes( + const btck_Txid* txid, unsigned char output[32]) BITCOINKERNEL_ARG_NONNULL(1, 2); + +/** + * Destroy the txid. + */ +BITCOINKERNEL_API void btck_txid_destroy(btck_Txid* txid); + +///@} + +///@} + +/** @name Coin + * Functions for working with coins. + */ +///@{ + +/** + * @brief Copy a coin. + * + * @param[in] coin Non-null. + * @return The copied coin. + */ +BITCOINKERNEL_API btck_Coin* BITCOINKERNEL_WARN_UNUSED_RESULT btck_coin_copy( + const btck_Coin* coin) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Returns the block height where the transaction that + * created this coin was included in. + * + * @param[in] coin Non-null. + * @return The block height of the coin. + */ +BITCOINKERNEL_API uint32_t BITCOINKERNEL_WARN_UNUSED_RESULT btck_coin_confirmation_height( + const btck_Coin* coin) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Returns whether the containing transaction was a coinbase. + * + * @param[in] coin Non-null. + * @return 1 if the coin is a coinbase coin, 0 otherwise. + */ +BITCOINKERNEL_API int BITCOINKERNEL_WARN_UNUSED_RESULT btck_coin_is_coinbase( + const btck_Coin* coin) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Return the transaction output of a coin. The returned pointer is + * unowned and only valid for the lifetime of the coin. + * + * @param[in] coin Non-null. + * @return A transaction output pointer. + */ +BITCOINKERNEL_API const btck_TransactionOutput* BITCOINKERNEL_WARN_UNUSED_RESULT btck_coin_get_output( + const btck_Coin* coin) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * Destroy the coin. + */ +BITCOINKERNEL_API void btck_coin_destroy(btck_Coin* coin); + +///@} + +/** @name BlockHash + * Functions for working with block hashes. + */ +///@{ + +/** + * @brief Create a block hash from its raw data. + */ +BITCOINKERNEL_API btck_BlockHash* BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_hash_create( + const unsigned char block_hash[32]) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Check if two block hashes are equal. + * + * @param[in] hash1 Non-null. + * @param[in] hash2 Non-null. + * @return 0 if the block hashes are not equal. + */ +BITCOINKERNEL_API int BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_hash_equals( + const btck_BlockHash* hash1, const btck_BlockHash* hash2) BITCOINKERNEL_ARG_NONNULL(1, 2); + +/** + * @brief Copy a block hash. + * + * @param[in] block_hash Non-null. + * @return The copied block hash. + */ +BITCOINKERNEL_API btck_BlockHash* BITCOINKERNEL_WARN_UNUSED_RESULT btck_block_hash_copy( + const btck_BlockHash* block_hash) BITCOINKERNEL_ARG_NONNULL(1); + +/** + * @brief Serializes the block hash to bytes. + * + * @param[in] block_hash Non-null. + * @param[in] output The serialized block hash. + */ +BITCOINKERNEL_API void btck_block_hash_to_bytes( + const btck_BlockHash* block_hash, unsigned char output[32]) BITCOINKERNEL_ARG_NONNULL(1, 2); + +/** + * Destroy the block hash. + */ +BITCOINKERNEL_API void btck_block_hash_destroy(btck_BlockHash* block_hash); + +///@} + +#ifdef __cplusplus +} // extern "C" +#endif // __cplusplus + +#endif // BITCOIN_KERNEL_BITCOINKERNEL_H diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..d3495cf --- /dev/null +++ b/shell.nix @@ -0,0 +1,65 @@ +let + pkgs = import {}; + + # Use llvm env. + stdenv = pkgs.llvmPackages_18.stdenv; + + # Needed for linking. Otherwise nix will use gnu binutils and will result in + # a linking error. + bintools = pkgs.llvmPackages_18.bintools; +in + +with pkgs; +stdenv.mkDerivation rec { + name = "bitcoin"; + myEnv = buildEnv { name = name; paths = buildInputs; }; + + # Everything that goes in here is wrapped so that the libraries for these + # are automatically linked. + nativeBuildInputs = [ + # ld, ar and other stuff. + bintools + + # For clangd linking. + clang-tools + + # make stuff + pkg-config + util-linux + cmake + + ccache + openssl + ]; + + # anything that you'd `apt install` would go here. + buildInputs = [ + # bitcoin dependencies + boost + zlib + zeromq + miniupnpc + libevent + sqlite + + # doxygen stuff + doxygen + graphviz + + # benchmarking stuff + pkgs.python311Packages.pyperf + ]; + + # '$configureFlags' to access these in the shell. + # You can add more flags here. + configureFlags = [ + ]; + + # These will be set in the shell. + shellHook = '' + # Just so that you can find the path for boost. Not really needed. + export BOOST_LIBDIR="${boost.out}/lib" + export AR="llvm-ar" + export LD="lld" + ''; +} diff --git a/stump/.cache/clangd/index/hex.c.1E556A41651295F0.idx b/stump/.cache/clangd/index/hex.c.1E556A41651295F0.idx new file mode 100644 index 0000000..93e68fa Binary files /dev/null and b/stump/.cache/clangd/index/hex.c.1E556A41651295F0.idx differ diff --git a/stump/.cache/clangd/index/hex.h.4B93509E6451DA43.idx b/stump/.cache/clangd/index/hex.h.4B93509E6451DA43.idx new file mode 100644 index 0000000..789f66f Binary files /dev/null and b/stump/.cache/clangd/index/hex.h.4B93509E6451DA43.idx differ diff --git a/stump/.cache/clangd/index/main.c.84F3F29624D5FE85.idx b/stump/.cache/clangd/index/main.c.84F3F29624D5FE85.idx new file mode 100644 index 0000000..3675d28 Binary files /dev/null and b/stump/.cache/clangd/index/main.c.84F3F29624D5FE85.idx differ diff --git a/stump/.cache/clangd/index/parent_hash.h.1DE833775B0F58C4.idx b/stump/.cache/clangd/index/parent_hash.h.1DE833775B0F58C4.idx new file mode 100644 index 0000000..de8af34 Binary files /dev/null and b/stump/.cache/clangd/index/parent_hash.h.1DE833775B0F58C4.idx differ diff --git a/stump/.cache/clangd/index/stump.c.5DA80B1C43D2E553.idx b/stump/.cache/clangd/index/stump.c.5DA80B1C43D2E553.idx new file mode 100644 index 0000000..f7c921c Binary files /dev/null and b/stump/.cache/clangd/index/stump.c.5DA80B1C43D2E553.idx differ diff --git a/stump/.cache/clangd/index/stump.h.5445B0C4ABA7BF8F.idx b/stump/.cache/clangd/index/stump.h.5445B0C4ABA7BF8F.idx new file mode 100644 index 0000000..e2f50b7 Binary files /dev/null and b/stump/.cache/clangd/index/stump.h.5445B0C4ABA7BF8F.idx differ diff --git a/stump/.cache/clangd/index/target_preimage.c.E974141141B38A95.idx b/stump/.cache/clangd/index/target_preimage.c.E974141141B38A95.idx new file mode 100644 index 0000000..c88c763 Binary files /dev/null and b/stump/.cache/clangd/index/target_preimage.c.E974141141B38A95.idx differ diff --git a/stump/.cache/clangd/index/target_preimage.h.95D0F0CA6B7568A3.idx b/stump/.cache/clangd/index/target_preimage.h.95D0F0CA6B7568A3.idx new file mode 100644 index 0000000..2cfc964 Binary files /dev/null and b/stump/.cache/clangd/index/target_preimage.h.95D0F0CA6B7568A3.idx differ diff --git a/stump/.cache/clangd/index/util.c.D09EFAAA913936FA.idx b/stump/.cache/clangd/index/util.c.D09EFAAA913936FA.idx new file mode 100644 index 0000000..08c175b Binary files /dev/null and b/stump/.cache/clangd/index/util.c.D09EFAAA913936FA.idx differ diff --git a/stump/.cache/clangd/index/util.h.1CCD1E32E0DBBE08.idx b/stump/.cache/clangd/index/util.h.1CCD1E32E0DBBE08.idx new file mode 100644 index 0000000..a247f96 Binary files /dev/null and b/stump/.cache/clangd/index/util.h.1CCD1E32E0DBBE08.idx differ diff --git a/stump/.cache/clangd/index/utreexo_proof.c.B045C84D01EB8092.idx b/stump/.cache/clangd/index/utreexo_proof.c.B045C84D01EB8092.idx new file mode 100644 index 0000000..4cd242a Binary files /dev/null and b/stump/.cache/clangd/index/utreexo_proof.c.B045C84D01EB8092.idx differ diff --git a/stump/.cache/clangd/index/utreexo_proof.h.903094DDB6DED295.idx b/stump/.cache/clangd/index/utreexo_proof.h.903094DDB6DED295.idx new file mode 100644 index 0000000..0150bfe Binary files /dev/null and b/stump/.cache/clangd/index/utreexo_proof.h.903094DDB6DED295.idx differ diff --git a/stump/.cache/clangd/index/utreexo_proof_io.c.B000A1B2763528AB.idx b/stump/.cache/clangd/index/utreexo_proof_io.c.B000A1B2763528AB.idx new file mode 100644 index 0000000..4777c7d Binary files /dev/null and b/stump/.cache/clangd/index/utreexo_proof_io.c.B000A1B2763528AB.idx differ diff --git a/stump/.cache/clangd/index/utreexo_proof_io.h.4009D371A40DAA1C.idx b/stump/.cache/clangd/index/utreexo_proof_io.h.4009D371A40DAA1C.idx new file mode 100644 index 0000000..117c8e6 Binary files /dev/null and b/stump/.cache/clangd/index/utreexo_proof_io.h.4009D371A40DAA1C.idx differ diff --git a/stump/.cache/clangd/index/utreexo_roots_io.c.C2D9207224A09338.idx b/stump/.cache/clangd/index/utreexo_roots_io.c.C2D9207224A09338.idx new file mode 100644 index 0000000..439c6a6 Binary files /dev/null and b/stump/.cache/clangd/index/utreexo_roots_io.c.C2D9207224A09338.idx differ diff --git a/stump/.cache/clangd/index/utreexo_roots_io.h.9DE6A12E908EEF23.idx b/stump/.cache/clangd/index/utreexo_roots_io.h.9DE6A12E908EEF23.idx new file mode 100644 index 0000000..1412392 Binary files /dev/null and b/stump/.cache/clangd/index/utreexo_roots_io.h.9DE6A12E908EEF23.idx differ diff --git a/stump/.cache/clangd/index/utxo_extract.c.E002EE44DC107EFF.idx b/stump/.cache/clangd/index/utxo_extract.c.E002EE44DC107EFF.idx new file mode 100644 index 0000000..eaf0472 Binary files /dev/null and b/stump/.cache/clangd/index/utxo_extract.c.E002EE44DC107EFF.idx differ diff --git a/stump/.cache/clangd/index/utxo_extract.h.9602EB1F944FF1A8.idx b/stump/.cache/clangd/index/utxo_extract.h.9602EB1F944FF1A8.idx new file mode 100644 index 0000000..ac254bb Binary files /dev/null and b/stump/.cache/clangd/index/utxo_extract.h.9602EB1F944FF1A8.idx differ diff --git a/stump/.cache/clangd/index/varint.c.4C319A8CC122FF1E.idx b/stump/.cache/clangd/index/varint.c.4C319A8CC122FF1E.idx new file mode 100644 index 0000000..47bcbc9 Binary files /dev/null and b/stump/.cache/clangd/index/varint.c.4C319A8CC122FF1E.idx differ diff --git a/stump/.cache/clangd/index/varint.h.793D08CBCDA7FE86.idx b/stump/.cache/clangd/index/varint.h.793D08CBCDA7FE86.idx new file mode 100644 index 0000000..570b399 Binary files /dev/null and b/stump/.cache/clangd/index/varint.h.793D08CBCDA7FE86.idx differ diff --git a/stump/CMakeCache.txt b/stump/CMakeCache.txt new file mode 100644 index 0000000..349f027 --- /dev/null +++ b/stump/CMakeCache.txt @@ -0,0 +1,524 @@ +# This is the CMakeCache file. +# For build in directory: /home/calvin/bitcoin-projects/mmap-forest/stump +# It was generated by CMake: /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//C flags appended for downstream builds. +APPEND_CFLAGS:STRING=-Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie + +//C++ flags appended for downstream builds. +APPEND_CXXFLAGS:STRING=-Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie -fvisibility=hidden + +//Linker flags appended for downstream builds. +APPEND_LDFLAGS:STRING=-fuse-ld=lld -s -Wl,--gc-sections -Wl,--as-needed -Wl,-O1 -Wl,-z,norelro -Wl,-z,lazy -Wl,-z,noseparate-code -Wl,--icf=all -no-pie + +//Build bench_bitcoin executable. +BUILD_BENCH:BOOL=OFF + +//Build bitcoin executable. +BUILD_BITCOIN_BIN:BOOL=OFF + +//Build bitcoin-cli executable. +BUILD_CLI:BOOL=OFF + +//Build bitcoind executable. +BUILD_DAEMON:BOOL=OFF + +//Build for fuzzing. +BUILD_FOR_FUZZING:BOOL=OFF + +//Build fuzz binary. +BUILD_FUZZ_BINARY:BOOL=OFF + +//Build bitcoin-qt executable. +BUILD_GUI:BOOL=OFF + +//Build Qt tests. +BUILD_GUI_TESTS:BOOL=OFF + +//Build experimental bitcoinkernel library. +BUILD_KERNEL_LIB:BOOL=ON + +//Build tests for bitcoinkernel library. +BUILD_KERNEL_TEST:BOOL=OFF + +//Build test executables. +BUILD_TESTS:BOOL=OFF + +//Build bitcoin-tx executable. +BUILD_TX:BOOL=OFF + +//Build bitcoin-util executable. +BUILD_UTIL:BOOL=OFF + +//Build experimental bitcoin-chainstate executable. +BUILD_UTIL_CHAINSTATE:BOOL=OFF + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar + +//Choose the type of build. +CMAKE_BUILD_TYPE:STRING=MinSizeRel + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ + +//LLVM archiver +CMAKE_CXX_COMPILER_AR:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar + +//`clang-scan-deps` dependency scanner +CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS:FILEPATH=/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps + +//Generate index for LLVM archive +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//CXX flags for MinSizeRel. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie -fvisibility=hidden + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang + +//LLVM archiver +CMAKE_C_COMPILER_AR:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar + +//`clang-scan-deps` dependency scanner +CMAKE_C_COMPILER_CLANG_SCAN_DEPS:FILEPATH=/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps + +//Generate index for LLVM archive +CMAKE_C_COMPILER_RANLIB:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//C flags for MinSizeRel. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-dlltool + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Linker flags for MinSizeRel executables. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=-fuse-ld=lld -s -Wl,--gc-sections -Wl,--as-needed -Wl,-O1 -Wl,-z,norelro -Wl,-z,lazy -Wl,-z,noseparate-code -Wl,--icf=all -no-pie + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/ld.lld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-objdump + +//Value Computed by CMake +CMAKE_PROJECT_COMPAT_VERSION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=stump + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Linker flags for MinSizeRel shared libraries. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=-fuse-ld=lld -s -Wl,--gc-sections -Wl,--as-needed -Wl,-O1 -Wl,-z,norelro -Wl,-z,lazy -Wl,-z,noseparate-code -Wl,--icf=all -no-pie + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the archiver during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the archiver during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the archiver during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the archiver during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the archiver during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Enable external signer support. +ENABLE_EXTERNAL_SIGNER:BOOL=OFF + +//Enable multiprocess binaries. +ENABLE_IPC:BOOL=OFF + +//Enable wallet support. +ENABLE_WALLET:BOOL=OFF + +//Path to a library. +OPENSSL_CRYPTO_LIBRARY:FILEPATH=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so + +//Path to a file. +OPENSSL_INCLUDE_DIR:PATH=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include + +//Path to a library. +OPENSSL_SSL_LIBRARY:FILEPATH=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so + +//Arguments to supply to pkg-config +PKG_CONFIG_ARGN:STRING= + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/pkg-config + +//Attempt to use ccache for compiling. +WITH_CCACHE:BOOL=OFF + +//Path to a library. +pkgcfg_lib__OPENSSL_crypto:FILEPATH=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so + +//Path to a library. +pkgcfg_lib__OPENSSL_ssl:FILEPATH=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so + +//Value Computed by CMake +stump_BINARY_DIR:STATIC=/home/calvin/bitcoin-projects/mmap-forest/stump + +//Value Computed by CMake +stump_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +stump_SOURCE_DIR:STATIC=/home/calvin/bitcoin-projects/mmap-forest/stump + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/calvin/bitcoin-projects/mmap-forest/stump +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=1 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS +CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_CLANG_SCAN_DEPS +CMAKE_C_COMPILER_CLANG_SCAN_DEPS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/calvin/bitcoin-projects/mmap-forest/stump +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//Name of CMakeLists files to read +CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding OpenSSL +FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so][/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include][ ][v3.6.0()] +//ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY +OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSSL_INCLUDE_DIR +OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSSL_SSL_LIBRARY +OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_ARGN +PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +_OPENSSL_CFLAGS:INTERNAL=-I/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_CFLAGS_I:INTERNAL= +_OPENSSL_CFLAGS_OTHER:INTERNAL= +_OPENSSL_FOUND:INTERNAL=1 +_OPENSSL_INCLUDEDIR:INTERNAL=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_INCLUDE_DIRS:INTERNAL=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_LDFLAGS:INTERNAL=-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib;-lssl;-lcrypto +_OPENSSL_LDFLAGS_OTHER:INTERNAL= +_OPENSSL_LIBDIR:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib +_OPENSSL_LIBRARIES:INTERNAL=ssl;crypto +_OPENSSL_LIBRARY_DIRS:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib +_OPENSSL_LIBS:INTERNAL= +_OPENSSL_LIBS_L:INTERNAL= +_OPENSSL_LIBS_OTHER:INTERNAL= +_OPENSSL_LIBS_PATHS:INTERNAL= +_OPENSSL_MODULE_NAME:INTERNAL=openssl +_OPENSSL_PREFIX:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0 +_OPENSSL_STATIC_CFLAGS:INTERNAL=-I/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_STATIC_CFLAGS_I:INTERNAL= +_OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL= +_OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_STATIC_LDFLAGS:INTERNAL=-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib;-lssl;-lcrypto;-ldl;-pthread +_OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +_OPENSSL_STATIC_LIBDIR:INTERNAL= +_OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto;dl +_OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib +_OPENSSL_STATIC_LIBS:INTERNAL= +_OPENSSL_STATIC_LIBS_L:INTERNAL= +_OPENSSL_STATIC_LIBS_OTHER:INTERNAL= +_OPENSSL_STATIC_LIBS_PATHS:INTERNAL= +_OPENSSL_VERSION:INTERNAL=3.6.0 +_OPENSSL_openssl_INCLUDEDIR:INTERNAL= +_OPENSSL_openssl_LIBDIR:INTERNAL= +_OPENSSL_openssl_PREFIX:INTERNAL= +_OPENSSL_openssl_VERSION:INTERNAL= +__pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl +__pkg_config_checked__OPENSSL:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto +pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl +pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib + diff --git a/stump/CMakeFiles/4.1.2/CMakeCCompiler.cmake b/stump/CMakeFiles/4.1.2/CMakeCCompiler.cmake new file mode 100644 index 0000000..eb81ddf --- /dev/null +++ b/stump/CMakeFiles/4.1.2/CMakeCCompiler.cmake @@ -0,0 +1,84 @@ +set(CMAKE_C_COMPILER "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "Clang") +set(CMAKE_C_COMPILER_VERSION "18.1.8") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_COMPILER_APPLE_SYSROOT "") +set(CMAKE_C_SIMULATE_VERSION "") +set(CMAKE_C_COMPILER_ARCHITECTURE_ID "x86_64") + + + +set(CMAKE_AR "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar") +set(CMAKE_C_COMPILER_AR "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar") +set(CMAKE_RANLIB "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib") +set(CMAKE_C_COMPILER_RANLIB "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib") +set(CMAKE_LINKER "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/ld.lld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld") +set(CMAKE_C_COMPILER_LINKER_ID "GNU") +set(CMAKE_C_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC ) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) +set(CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include;/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include;/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include;/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include;/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include;/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include;/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include;/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib;/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib;/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib;/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib;/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib;/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0;/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib;/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib;/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib;/lib64;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/stump/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake b/stump/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..876693b --- /dev/null +++ b/stump/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake @@ -0,0 +1,108 @@ +set(CMAKE_CXX_COMPILER "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "Clang") +set(CMAKE_CXX_COMPILER_VERSION "18.1.8") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_COMPILER_APPLE_SYSROOT "") +set(CMAKE_CXX_SIMULATE_VERSION "") +set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID "x86_64") + + + +set(CMAKE_AR "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar") +set(CMAKE_CXX_COMPILER_AR "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar") +set(CMAKE_RANLIB "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib") +set(CMAKE_LINKER "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/ld.lld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX ) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) +set(CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include;/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include;/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include;/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include;/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include;/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include;/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu;/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include;/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib;/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib;/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib;/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib;/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib;/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib;/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0;/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib;/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib;/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib;/lib64;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + + diff --git a/stump/CMakeFiles/4.1.2/CMakeSystem.cmake b/stump/CMakeFiles/4.1.2/CMakeSystem.cmake new file mode 100644 index 0000000..cd07a54 --- /dev/null +++ b/stump/CMakeFiles/4.1.2/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.12.3") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.12.3") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.12.3") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.12.3") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/stump/CMakeFiles/4.1.2/CompilerIdC/CMakeCCompilerId.c b/stump/CMakeFiles/4.1.2/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..ab3c359 --- /dev/null +++ b/stump/CMakeFiles/4.1.2/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,934 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__RENESAS__) +# define COMPILER_ID "Renesas" +/* __RENESAS_VERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__DCC__) && defined(_DIAB_TOOL) +# define COMPILER_ID "Diab" + # define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__) + # define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__) + # define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__) + # define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__) + + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) || defined(__CPARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__RENESAS__) +# if defined(__CCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__CCRL__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__CCRH__) +# define ARCHITECTURE_ID "RH850" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) && !defined(__RENESAS__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/stump/CMakeFiles/4.1.2/CompilerIdC/a.out b/stump/CMakeFiles/4.1.2/CompilerIdC/a.out new file mode 100755 index 0000000..68a2ac1 Binary files /dev/null and b/stump/CMakeFiles/4.1.2/CompilerIdC/a.out differ diff --git a/stump/CMakeFiles/4.1.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/stump/CMakeFiles/4.1.2/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..b35f567 --- /dev/null +++ b/stump/CMakeFiles/4.1.2/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,949 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__RENESAS__) +# define COMPILER_ID "Renesas" +/* __RENESAS_VERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__DCC__) && defined(_DIAB_TOOL) +# define COMPILER_ID "Diab" + # define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__) + # define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__) + # define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__) + # define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__) + + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) || defined(__CPARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__RENESAS__) +# if defined(__CCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__CCRL__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__CCRH__) +# define ARCHITECTURE_ID "RH850" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/stump/CMakeFiles/4.1.2/CompilerIdCXX/a.out b/stump/CMakeFiles/4.1.2/CompilerIdCXX/a.out new file mode 100755 index 0000000..eff2462 Binary files /dev/null and b/stump/CMakeFiles/4.1.2/CompilerIdCXX/a.out differ diff --git a/stump/CMakeFiles/CMakeConfigureLog.yaml b/stump/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..5cda7c9 --- /dev/null +++ b/stump/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,6791 @@ + +--- +events: + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineSystem.cmake:12 (find_program)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_UNAME" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "uname" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/uname" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/uname" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/uname" + found: "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/uname" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineSystem.cmake:212 (message)" + - "CMakeLists.txt:5 (project)" + message: | + The system is: Linux - 6.12.3 - x86_64 + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeUnixFindMake.cmake:5 (find_program)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_MAKE_PROGRAM" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "gmake" + - "make" + - "smake" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/gmake" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/gmake" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/gmake" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/gmake" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/gmake" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/gmake" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/gmake" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/gmake" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/gmake" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/gmake" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/gmake" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/gmake" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/gmake" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/gmake" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/gmake" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/gmake" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/gmake" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/gmake" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/gmake" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/gmake" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/gmake" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/gmake" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/gmake" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/gmake" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/gmake" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/gmake" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/gmake" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/gmake" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/gmake" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/gmake" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/gmake" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/gmake" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/gmake" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/gmake" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/gmake" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/gmake" + - "/run/wrappers/bin/gmake" + - "/home/calvin/.nix-profile/bin/gmake" + - "/nix/profile/bin/gmake" + - "/home/calvin/.local/state/nix/profile/bin/gmake" + - "/etc/profiles/per-user/calvin/bin/gmake" + - "/nix/var/nix/profiles/default/bin/gmake" + - "/run/current-system/sw/bin/gmake" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/make" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/make" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/make" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/make" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/make" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/make" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/make" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/make" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/make" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/make" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/make" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/make" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/make" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/make" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/make" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/make" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/make" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/make" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/make" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/make" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/make" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/make" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/make" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/make" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/make" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/make" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/make" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/make" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/make" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/make" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/make" + found: "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompiler.cmake:73 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:64 (_cmake_find_compiler)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER" + description: "C compiler" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + found: "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:462 (find_file)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:500 (CMAKE_DETERMINE_COMPILER_ID_WRITE)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:5 (project)" + mode: "file" + variable: "src_in" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "CMakeCCompilerId.c.in" + candidate_directories: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/" + found: "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerId.c.in" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:5 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is Clang, found in: + /home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/4.1.2/CompilerIdC/a.out + + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_AR" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ar" + - "ar" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_RANLIB" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ranlib" + - "ranlib" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_STRIP" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-strip" + - "strip" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-strip" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-strip" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-strip" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_LINKER" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ld.lld" + - "ld" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/ld.lld" + found: "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/ld.lld" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_NM" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-nm" + - "nm" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-nm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-nm" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-nm" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_OBJDUMP" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-objdump" + - "objdump" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-objdump" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-objdump" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-objdump" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_OBJCOPY" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-objcopy" + - "objcopy" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-objcopy" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-objcopy" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-objcopy" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_READELF" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-readelf" + - "readelf" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-readelf" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-readelf" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-readelf" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_DLLTOOL" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-dlltool" + - "dlltool" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-dlltool" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-dlltool" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-dlltool" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_ADDR2LINE" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-addr2line" + - "addr2line" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-addr2line" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-addr2line" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-addr2line" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_TAPI" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "tapi" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/tapi" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/tapi" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/tapi" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/tapi" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/tapi" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/tapi" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/tapi" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/tapi" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/tapi" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/tapi" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/tapi" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/tapi" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/tapi" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/tapi" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/tapi" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/tapi" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/tapi" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/tapi" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/tapi" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/tapi" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/tapi" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/tapi" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/tapi" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/tapi" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/tapi" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/tapi" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/tapi" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/tapi" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/tapi" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/tapi" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/tapi" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/tapi" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/tapi" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/tapi" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/tapi" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/tapi" + - "/run/wrappers/bin/tapi" + - "/home/calvin/.nix-profile/bin/tapi" + - "/nix/profile/bin/tapi" + - "/home/calvin/.local/state/nix/profile/bin/tapi" + - "/etc/profiles/per-user/calvin/bin/tapi" + - "/nix/var/nix/profiles/default/bin/tapi" + - "/run/current-system/sw/bin/tapi" + found: false + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:26 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:201 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER_AR" + description: "LLVM archiver" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ar-18.1" + - "llvm-ar-18" + - "llvm-ar18" + - "llvm-ar" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar-18.1" + - "/run/wrappers/bin/llvm-ar-18.1" + - "/home/calvin/.nix-profile/bin/llvm-ar-18.1" + - "/nix/profile/bin/llvm-ar-18.1" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar-18.1" + - "/etc/profiles/per-user/calvin/bin/llvm-ar-18.1" + - "/nix/var/nix/profiles/default/bin/llvm-ar-18.1" + - "/run/current-system/sw/bin/llvm-ar-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar-18" + - "/run/wrappers/bin/llvm-ar-18" + - "/home/calvin/.nix-profile/bin/llvm-ar-18" + - "/nix/profile/bin/llvm-ar-18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar-18" + - "/etc/profiles/per-user/calvin/bin/llvm-ar-18" + - "/nix/var/nix/profiles/default/bin/llvm-ar-18" + - "/run/current-system/sw/bin/llvm-ar-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar18" + - "/run/wrappers/bin/llvm-ar18" + - "/home/calvin/.nix-profile/bin/llvm-ar18" + - "/nix/profile/bin/llvm-ar18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar18" + - "/etc/profiles/per-user/calvin/bin/llvm-ar18" + - "/nix/var/nix/profiles/default/bin/llvm-ar18" + - "/run/current-system/sw/bin/llvm-ar18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:38 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:201 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER_RANLIB" + description: "Generate index for LLVM archive" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ranlib-18.1" + - "llvm-ranlib-18" + - "llvm-ranlib18" + - "llvm-ranlib" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib-18.1" + - "/run/wrappers/bin/llvm-ranlib-18.1" + - "/home/calvin/.nix-profile/bin/llvm-ranlib-18.1" + - "/nix/profile/bin/llvm-ranlib-18.1" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib-18.1" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib-18.1" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib-18.1" + - "/run/current-system/sw/bin/llvm-ranlib-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib-18" + - "/run/wrappers/bin/llvm-ranlib-18" + - "/home/calvin/.nix-profile/bin/llvm-ranlib-18" + - "/nix/profile/bin/llvm-ranlib-18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib-18" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib-18" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib-18" + - "/run/current-system/sw/bin/llvm-ranlib-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib18" + - "/run/wrappers/bin/llvm-ranlib18" + - "/home/calvin/.nix-profile/bin/llvm-ranlib18" + - "/nix/profile/bin/llvm-ranlib18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib18" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib18" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib18" + - "/run/current-system/sw/bin/llvm-ranlib18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:50 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:201 (include)" + - "CMakeLists.txt:5 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER_CLANG_SCAN_DEPS" + description: "`clang-scan-deps` dependency scanner" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "clang-scan-deps-18.1" + - "clang-scan-deps-18" + - "clang-scan-deps18" + - "clang-scan-deps" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps-18.1" + - "/run/wrappers/bin/clang-scan-deps-18.1" + - "/home/calvin/.nix-profile/bin/clang-scan-deps-18.1" + - "/nix/profile/bin/clang-scan-deps-18.1" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps-18.1" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps-18.1" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps-18.1" + - "/run/current-system/sw/bin/clang-scan-deps-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps-18" + - "/run/wrappers/bin/clang-scan-deps-18" + - "/home/calvin/.nix-profile/bin/clang-scan-deps-18" + - "/nix/profile/bin/clang-scan-deps-18" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps-18" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps-18" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps-18" + - "/run/current-system/sw/bin/clang-scan-deps-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps18" + - "/run/wrappers/bin/clang-scan-deps18" + - "/home/calvin/.nix-profile/bin/clang-scan-deps18" + - "/nix/profile/bin/clang-scan-deps18" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps18" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps18" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps18" + - "/run/current-system/sw/bin/clang-scan-deps18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps" + found: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:5 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-tFDH3J" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-tFDH3J" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-tFDH3J' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_98501/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_98501.dir/build.make CMakeFiles/cmTC_98501.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-tFDH3J' + Building C object CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -v -MD -MT CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o -c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerABI.c + clang version 18.1.8 + Target: x86_64-unknown-linux-gnu + Thread model: posix + InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin + Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Candidate multilib: .;@m64 + Selected multilib: .;@m64 + (in-process) + "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-18" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-tFDH3J -v -fcoverage-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-tFDH3J -nostdsysteminc -resource-dir /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root -dependency-file CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o.d -MT CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o -sys-header-deps -idirafter /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -U _FORTIFY_SOURCE -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -internal-isystem /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include -fmacro-prefix-map=/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.40-66-dev/include -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -source-date-epoch 315532800 -O2 -Wformat -Wformat-security -Werror=format-security -ferror-limit 19 -fzero-call-used-regs=used-gpr -fwrapv -stack-protector 2 -stack-protector-buffer-size 4 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o -x c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerABI.c + clang -cc1 version 18.1.8 based upon LLVM 18.1.8 default target x86_64-unknown-linux-gnu + ignoring duplicate directory "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + ignoring duplicate directory "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + ignoring duplicate directory "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + ignoring duplicate directory "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + ignoring duplicate directory "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + ignoring duplicate directory "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + ignoring duplicate directory "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + ignoring duplicate directory "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + ignoring duplicate directory "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + ignoring duplicate directory "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + #include "..." search starts here: + #include <...> search starts here: + /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include + /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include + /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include + /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include + /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include + /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include + /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include + /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include + /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include + /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include + End of search list. + Linking C executable cmTC_98501 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_98501.dir/link.txt --verbose=1 + clang version 18.1.8 + Target: x86_64-unknown-linux-gnu + Thread model: posix + InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin + Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Candidate multilib: .;@m64 + Selected multilib: .;@m64 + "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -pie -o cmTC_98501 /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib -L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib -L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/lib/../lib64 -L/lib -dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2 -v CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o -rpath /nix/store/d4rzlan4bp1shj9gvvg8jcqkg5zz2la8-lorri-keep-env-hack-bitcoin/lib -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o + GNU ld (GNU Binutils) 2.44 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -v -Wl,-v CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o -o cmTC_98501 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-tFDH3J' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:217 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:5 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + add: [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + add: [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + add: [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + add: [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + add: [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + add: [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + add: [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + add: [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + add: [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + add: [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + add: [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + end of search list found + collapse include dir [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] ==> [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + collapse include dir [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] ==> [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + collapse include dir [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] ==> [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + collapse include dir [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] ==> [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + collapse include dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + collapse include dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + collapse include dir [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] ==> [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + collapse include dir [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] ==> [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + collapse include dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + collapse include dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + collapse include dir [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] ==> [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + collapse include dir [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] ==> [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + implicit include dirs: [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include;/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include;/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include;/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include;/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include;/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include;/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include;/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + + + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:253 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:5 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-tFDH3J'] + ignore line: [] + ignore line: [Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_98501/fast] + ignore line: [/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_98501.dir/build.make CMakeFiles/cmTC_98501.dir/build] + ignore line: [make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-tFDH3J'] + ignore line: [Building C object CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o] + ignore line: [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -v -MD -MT CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o -c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerABI.c] + ignore line: [clang version 18.1.8] + ignore line: [Target: x86_64-unknown-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin] + ignore line: [Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Candidate multilib: .] + ignore line: [@m64] + ignore line: [Selected multilib: .] + ignore line: [@m64] + ignore line: [ (in-process)] + ignore line: [ "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-18" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-tFDH3J -v -fcoverage-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-tFDH3J -nostdsysteminc -resource-dir /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root -dependency-file CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o.d -MT CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o -sys-header-deps -idirafter /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -U _FORTIFY_SOURCE -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -internal-isystem /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include -fmacro-prefix-map=/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.40-66-dev/include -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -source-date-epoch 315532800 -O2 -Wformat -Wformat-security -Werror=format-security -ferror-limit 19 -fzero-call-used-regs=used-gpr -fwrapv -stack-protector 2 -stack-protector-buffer-size 4 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o -x c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerABI.c] + ignore line: [clang -cc1 version 18.1.8 based upon LLVM 18.1.8 default target x86_64-unknown-linux-gnu] + ignore line: [ignoring duplicate directory "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include"] + ignore line: [ignoring duplicate directory "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include"] + ignore line: [ignoring duplicate directory "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + ignore line: [ /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + ignore line: [ /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + ignore line: [ /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + ignore line: [ /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + ignore line: [ /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + ignore line: [ /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + ignore line: [ /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + ignore line: [ /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + ignore line: [ /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + ignore line: [ /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + ignore line: [ /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + ignore line: [End of search list.] + ignore line: [Linking C executable cmTC_98501] + ignore line: [/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_98501.dir/link.txt --verbose=1] + ignore line: [clang version 18.1.8] + ignore line: [Target: x86_64-unknown-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin] + ignore line: [Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Candidate multilib: .] + ignore line: [@m64] + ignore line: [Selected multilib: .] + ignore line: [@m64] + link line: [ "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -pie -o cmTC_98501 /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib -L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib -L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/lib/../lib64 -L/lib -dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2 -v CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o -rpath /nix/store/d4rzlan4bp1shj9gvvg8jcqkg5zz2la8-lorri-keep-env-hack-bitcoin/lib -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + arg [/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_98501] ==> ignore + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o] + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o] + arg [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o] ==> obj [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] ==> dir [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + arg [-L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] ==> dir [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] + arg [-L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] ==> dir [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] + arg [-L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] ==> dir [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + arg [-L/lib/../lib64] ==> dir [/lib/../lib64] + arg [-L/lib] ==> dir [/lib] + arg [-dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2] ==> ignore + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_98501.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-rpath] ==> ignore + arg [/nix/store/d4rzlan4bp1shj9gvvg8jcqkg5zz2la8-lorri-keep-env-hack-bitcoin/lib] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o] ==> obj [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o] + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + linker tool for 'C': /nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] ==> [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + collapse library dir [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] ==> [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib] + collapse library dir [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] ==> [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] + collapse library dir [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] ==> [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + collapse library dir [/lib/../lib64] ==> [/lib64] + collapse library dir [/lib] ==> [/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + implicit dirs: [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib;/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib;/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib;/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib;/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib;/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0;/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib;/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib;/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib;/lib64;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:299 (cmake_determine_linker_id)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:5 (project)" + message: | + Running the C compiler's linker: "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" "-v" + GNU ld (GNU Binutils) 2.44 + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:336 (find_path)" + - "CMakeLists.txt:14 (find_package)" + mode: "path" + variable: "OPENSSL_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "openssl/ssl.h" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/include/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/include/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/include/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/include/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/include/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/include/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/include/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/include/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/include/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/include/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/include/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/include/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/include/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/include/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/include/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/include/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/include/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/include/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/include/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/include/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/include/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/include/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/include/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/include/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/include/" + - "/run/current-system/sw/bin/" + - "/usr/local/include/include/" + - "/usr/local/include/" + - "/usr/local/include/" + - "/usr/local/" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/include/" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/openssl/ssl.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/include/openssl/ssl.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/openssl/ssl.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/openssl/ssl.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/openssl/ssl.h" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/include/openssl/ssl.h" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/openssl/ssl.h" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/openssl/ssl.h" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/openssl/ssl.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/include/openssl/ssl.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/openssl/ssl.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/openssl/ssl.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/openssl/ssl.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/include/openssl/ssl.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/openssl/ssl.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/openssl/ssl.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/openssl/ssl.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/include/openssl/ssl.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/openssl/ssl.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/openssl/ssl.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/openssl/ssl.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/include/openssl/ssl.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/openssl/ssl.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/openssl/ssl.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/openssl/ssl.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/include/openssl/ssl.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/openssl/ssl.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/openssl/ssl.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/openssl/ssl.h" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/include/openssl/ssl.h" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/openssl/ssl.h" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/openssl/ssl.h" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/openssl/ssl.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/include/openssl/ssl.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/openssl/ssl.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/openssl/ssl.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/openssl/ssl.h" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/include/openssl/ssl.h" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/openssl/ssl.h" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/openssl/ssl.h" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/include/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/include/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/include/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/openssl/ssl.h" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/include/openssl/ssl.h" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/openssl/ssl.h" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/openssl/ssl.h" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/openssl/ssl.h" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/include/openssl/ssl.h" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/openssl/ssl.h" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/openssl/ssl.h" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/openssl/ssl.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/include/openssl/ssl.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/openssl/ssl.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/openssl/ssl.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/openssl/ssl.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/include/openssl/ssl.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/openssl/ssl.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/openssl/ssl.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/openssl/ssl.h" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/include/openssl/ssl.h" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/openssl/ssl.h" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/openssl/ssl.h" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/openssl/ssl.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/include/openssl/ssl.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/openssl/ssl.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/openssl/ssl.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/include/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/openssl/ssl.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/include/openssl/ssl.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/openssl/ssl.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/openssl/ssl.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/openssl/ssl.h" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/include/openssl/ssl.h" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/openssl/ssl.h" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/openssl/ssl.h" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/include/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/openssl/ssl.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/include/openssl/ssl.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/openssl/ssl.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/include/openssl/ssl.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/openssl/ssl.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/include/openssl/ssl.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/include/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/include/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/include/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/openssl/ssl.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/include/openssl/ssl.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/include/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/include/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/openssl/ssl.h" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/include/openssl/ssl.h" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/openssl/ssl.h" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/include/openssl/ssl.h" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/openssl/ssl.h" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/include/openssl/ssl.h" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/openssl/ssl.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/include/openssl/ssl.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/openssl/ssl.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/include/openssl/ssl.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/openssl/ssl.h" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/include/openssl/ssl.h" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/openssl/ssl.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/include/openssl/ssl.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/openssl/ssl.h" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/include/openssl/ssl.h" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/openssl/ssl.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/include/openssl/ssl.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/include/openssl/ssl.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/include/openssl/ssl.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/include/openssl/ssl.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/openssl/ssl.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/include/openssl/ssl.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/openssl/ssl.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/include/openssl/ssl.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/include/openssl/ssl.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/openssl/ssl.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/include/openssl/ssl.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/include/openssl/ssl.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/openssl/ssl.h" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/include/openssl/ssl.h" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/openssl/ssl.h" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/include/openssl/ssl.h" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/openssl/ssl.h" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/include/openssl/ssl.h" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/openssl/ssl.h" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/include/openssl/ssl.h" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/openssl/ssl.h" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/include/openssl/ssl.h" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/openssl/ssl.h" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/include/openssl/ssl.h" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/openssl/ssl.h" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/include/openssl/ssl.h" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/openssl/ssl.h" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/include/openssl/ssl.h" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/openssl/ssl.h" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/include/openssl/ssl.h" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/openssl/ssl.h" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/include/openssl/ssl.h" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/openssl/ssl.h" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/include/openssl/ssl.h" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/openssl/ssl.h" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/include/openssl/ssl.h" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/openssl/ssl.h" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/include/openssl/ssl.h" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/openssl/ssl.h" + - "/run/wrappers/bin/include/openssl/ssl.h" + - "/run/wrappers/bin/openssl/ssl.h" + - "/home/calvin/.nix-profile/bin/include/openssl/ssl.h" + - "/home/calvin/.nix-profile/bin/openssl/ssl.h" + - "/nix/profile/bin/include/openssl/ssl.h" + - "/nix/profile/bin/openssl/ssl.h" + - "/home/calvin/.local/state/nix/profile/bin/include/openssl/ssl.h" + - "/home/calvin/.local/state/nix/profile/bin/openssl/ssl.h" + - "/etc/profiles/per-user/calvin/bin/include/openssl/ssl.h" + - "/etc/profiles/per-user/calvin/bin/openssl/ssl.h" + - "/nix/var/nix/profiles/default/bin/include/openssl/ssl.h" + - "/nix/var/nix/profiles/default/bin/openssl/ssl.h" + - "/run/current-system/sw/bin/include/openssl/ssl.h" + - "/run/current-system/sw/bin/openssl/ssl.h" + - "/usr/local/include/include/openssl/ssl.h" + - "/usr/local/include/openssl/ssl.h" + - "/usr/local/include/openssl/ssl.h" + - "/usr/local/openssl/ssl.h" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/include/openssl/ssl.h" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/openssl/ssl.h" + found: false + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:594 (find_library)" + - "CMakeLists.txt:14 (find_package)" + mode: "library" + variable: "OPENSSL_SSL_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ssl" + - "ssleay32" + - "ssleay32MD" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/run/wrappers/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/run/current-system/sw/bin/" + - "/run/current-system/sw/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + found: false + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:608 (find_library)" + - "CMakeLists.txt:14 (find_package)" + mode: "library" + variable: "OPENSSL_CRYPTO_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "crypto" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + found: false + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" +... + +--- +events: + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:307 (find_library)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:357 (_pkg_find_libs)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:695 (_pkg_recalculate)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:867 (_pkg_check_modules_internal)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:263 (pkg_check_modules)" + - "CMakeLists.txt:14 (find_package)" + mode: "library" + variable: "pkgcfg_lib__OPENSSL_ssl" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ssl" + candidate_directories: + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + found: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:307 (find_library)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:357 (_pkg_find_libs)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:695 (_pkg_recalculate)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:867 (_pkg_check_modules_internal)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:263 (pkg_check_modules)" + - "CMakeLists.txt:14 (find_package)" + mode: "library" + variable: "pkgcfg_lib__OPENSSL_crypto" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "crypto" + candidate_directories: + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + found: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:336 (find_path)" + - "CMakeLists.txt:14 (find_package)" + mode: "path" + variable: "OPENSSL_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "openssl/ssl.h" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/include/include/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/include/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/include/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/include/include/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/include/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/include/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/include/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/include/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/include/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/include/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/include/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/include/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/include/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/include/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/include/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/include/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/include/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/include/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/include/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/include/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/include/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/include/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/include/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/include/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/include/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/include/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/include/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/include/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/include/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/include/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/include/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/include/" + - "/run/current-system/sw/bin/" + - "/usr/local/include/include/" + - "/usr/local/include/" + - "/usr/local/include/" + - "/usr/local/" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/include/" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/openssl/ssl.h" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/include/openssl/ssl.h" + found: "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:594 (find_library)" + - "CMakeLists.txt:14 (find_package)" + mode: "library" + variable: "OPENSSL_SSL_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ssl" + - "ssleay32" + - "ssleay32MD" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + found: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:608 (find_library)" + - "CMakeLists.txt:14 (find_package)" + mode: "library" + variable: "OPENSSL_CRYPTO_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "crypto" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + found: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" +... + +--- +events: + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompiler.cmake:54 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:69 (_cmake_find_compiler)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_CXX_COMPILER" + description: "CXX compiler" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + found: "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++" + search_context: + ENV{PATH}: + - "/tmp/.tmpkpX66V" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - "/home/calvin/armv6-linux-musleabihf-cross/bin" + - "/home/calvin/armv7-linux-musleabihf-cross/bin" + - "/home/calvin/aarch64-linux-musl-cross/bin" + - "/home/calvin/x86_64-linux-musl-cross/bin" + - "/home/calvin/x86_64-w64-mingw32-cross/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:462 (find_file)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:500 (CMAKE_DETERMINE_COMPILER_ID_WRITE)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:125 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + mode: "file" + variable: "src_in" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "CMakeCXXCompilerId.cpp.in" + candidate_directories: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/" + found: "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerId.cpp.in" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + ENV{PATH}: + - "/tmp/.tmpkpX66V" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - "/home/calvin/armv6-linux-musleabihf-cross/bin" + - "/home/calvin/armv7-linux-musleabihf-cross/bin" + - "/home/calvin/aarch64-linux-musl-cross/bin" + - "/home/calvin/x86_64-linux-musl-cross/bin" + - "/home/calvin/x86_64-w64-mingw32-cross/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:125 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is Clang, found in: + /home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/4.1.2/CompilerIdCXX/a.out + + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:26 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:207 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_CXX_COMPILER_AR" + description: "LLVM archiver" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ar-18.1" + - "llvm-ar-18" + - "llvm-ar18" + - "llvm-ar" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/tmp/.tmpkpX66V/" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/home/calvin/armv6-linux-musleabihf-cross/bin/" + - "/home/calvin/armv7-linux-musleabihf-cross/bin/" + - "/home/calvin/aarch64-linux-musl-cross/bin/" + - "/home/calvin/x86_64-linux-musl-cross/bin/" + - "/home/calvin/x86_64-w64-mingw32-cross/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar-18.1" + - "/tmp/.tmpkpX66V/llvm-ar-18.1" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/llvm-ar-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar-18.1" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ar-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar-18.1" + - "/run/wrappers/bin/llvm-ar-18.1" + - "/home/calvin/.nix-profile/bin/llvm-ar-18.1" + - "/nix/profile/bin/llvm-ar-18.1" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar-18.1" + - "/etc/profiles/per-user/calvin/bin/llvm-ar-18.1" + - "/nix/var/nix/profiles/default/bin/llvm-ar-18.1" + - "/run/current-system/sw/bin/llvm-ar-18.1" + - "/home/calvin/armv6-linux-musleabihf-cross/bin/llvm-ar-18.1" + - "/home/calvin/armv7-linux-musleabihf-cross/bin/llvm-ar-18.1" + - "/home/calvin/aarch64-linux-musl-cross/bin/llvm-ar-18.1" + - "/home/calvin/x86_64-linux-musl-cross/bin/llvm-ar-18.1" + - "/home/calvin/x86_64-w64-mingw32-cross/bin/llvm-ar-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar-18" + - "/tmp/.tmpkpX66V/llvm-ar-18" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/llvm-ar-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar-18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ar-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar-18" + - "/run/wrappers/bin/llvm-ar-18" + - "/home/calvin/.nix-profile/bin/llvm-ar-18" + - "/nix/profile/bin/llvm-ar-18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar-18" + - "/etc/profiles/per-user/calvin/bin/llvm-ar-18" + - "/nix/var/nix/profiles/default/bin/llvm-ar-18" + - "/run/current-system/sw/bin/llvm-ar-18" + - "/home/calvin/armv6-linux-musleabihf-cross/bin/llvm-ar-18" + - "/home/calvin/armv7-linux-musleabihf-cross/bin/llvm-ar-18" + - "/home/calvin/aarch64-linux-musl-cross/bin/llvm-ar-18" + - "/home/calvin/x86_64-linux-musl-cross/bin/llvm-ar-18" + - "/home/calvin/x86_64-w64-mingw32-cross/bin/llvm-ar-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar18" + - "/tmp/.tmpkpX66V/llvm-ar18" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/llvm-ar18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ar18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar18" + - "/run/wrappers/bin/llvm-ar18" + - "/home/calvin/.nix-profile/bin/llvm-ar18" + - "/nix/profile/bin/llvm-ar18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar18" + - "/etc/profiles/per-user/calvin/bin/llvm-ar18" + - "/nix/var/nix/profiles/default/bin/llvm-ar18" + - "/run/current-system/sw/bin/llvm-ar18" + - "/home/calvin/armv6-linux-musleabihf-cross/bin/llvm-ar18" + - "/home/calvin/armv7-linux-musleabihf-cross/bin/llvm-ar18" + - "/home/calvin/aarch64-linux-musl-cross/bin/llvm-ar18" + - "/home/calvin/x86_64-linux-musl-cross/bin/llvm-ar18" + - "/home/calvin/x86_64-w64-mingw32-cross/bin/llvm-ar18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar" + - "/tmp/.tmpkpX66V/llvm-ar" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/llvm-ar" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar" + search_context: + ENV{PATH}: + - "/tmp/.tmpkpX66V" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - "/home/calvin/armv6-linux-musleabihf-cross/bin" + - "/home/calvin/armv7-linux-musleabihf-cross/bin" + - "/home/calvin/aarch64-linux-musl-cross/bin" + - "/home/calvin/x86_64-linux-musl-cross/bin" + - "/home/calvin/x86_64-w64-mingw32-cross/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:38 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:207 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_CXX_COMPILER_RANLIB" + description: "Generate index for LLVM archive" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ranlib-18.1" + - "llvm-ranlib-18" + - "llvm-ranlib18" + - "llvm-ranlib" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/tmp/.tmpkpX66V/" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/home/calvin/armv6-linux-musleabihf-cross/bin/" + - "/home/calvin/armv7-linux-musleabihf-cross/bin/" + - "/home/calvin/aarch64-linux-musl-cross/bin/" + - "/home/calvin/x86_64-linux-musl-cross/bin/" + - "/home/calvin/x86_64-w64-mingw32-cross/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib-18.1" + - "/tmp/.tmpkpX66V/llvm-ranlib-18.1" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/llvm-ranlib-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib-18.1" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ranlib-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib-18.1" + - "/run/wrappers/bin/llvm-ranlib-18.1" + - "/home/calvin/.nix-profile/bin/llvm-ranlib-18.1" + - "/nix/profile/bin/llvm-ranlib-18.1" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib-18.1" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib-18.1" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib-18.1" + - "/run/current-system/sw/bin/llvm-ranlib-18.1" + - "/home/calvin/armv6-linux-musleabihf-cross/bin/llvm-ranlib-18.1" + - "/home/calvin/armv7-linux-musleabihf-cross/bin/llvm-ranlib-18.1" + - "/home/calvin/aarch64-linux-musl-cross/bin/llvm-ranlib-18.1" + - "/home/calvin/x86_64-linux-musl-cross/bin/llvm-ranlib-18.1" + - "/home/calvin/x86_64-w64-mingw32-cross/bin/llvm-ranlib-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib-18" + - "/tmp/.tmpkpX66V/llvm-ranlib-18" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/llvm-ranlib-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib-18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ranlib-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib-18" + - "/run/wrappers/bin/llvm-ranlib-18" + - "/home/calvin/.nix-profile/bin/llvm-ranlib-18" + - "/nix/profile/bin/llvm-ranlib-18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib-18" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib-18" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib-18" + - "/run/current-system/sw/bin/llvm-ranlib-18" + - "/home/calvin/armv6-linux-musleabihf-cross/bin/llvm-ranlib-18" + - "/home/calvin/armv7-linux-musleabihf-cross/bin/llvm-ranlib-18" + - "/home/calvin/aarch64-linux-musl-cross/bin/llvm-ranlib-18" + - "/home/calvin/x86_64-linux-musl-cross/bin/llvm-ranlib-18" + - "/home/calvin/x86_64-w64-mingw32-cross/bin/llvm-ranlib-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib18" + - "/tmp/.tmpkpX66V/llvm-ranlib18" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/llvm-ranlib18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ranlib18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib18" + - "/run/wrappers/bin/llvm-ranlib18" + - "/home/calvin/.nix-profile/bin/llvm-ranlib18" + - "/nix/profile/bin/llvm-ranlib18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib18" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib18" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib18" + - "/run/current-system/sw/bin/llvm-ranlib18" + - "/home/calvin/armv6-linux-musleabihf-cross/bin/llvm-ranlib18" + - "/home/calvin/armv7-linux-musleabihf-cross/bin/llvm-ranlib18" + - "/home/calvin/aarch64-linux-musl-cross/bin/llvm-ranlib18" + - "/home/calvin/x86_64-linux-musl-cross/bin/llvm-ranlib18" + - "/home/calvin/x86_64-w64-mingw32-cross/bin/llvm-ranlib18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib" + - "/tmp/.tmpkpX66V/llvm-ranlib" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/llvm-ranlib" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib" + search_context: + ENV{PATH}: + - "/tmp/.tmpkpX66V" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - "/home/calvin/armv6-linux-musleabihf-cross/bin" + - "/home/calvin/armv7-linux-musleabihf-cross/bin" + - "/home/calvin/aarch64-linux-musl-cross/bin" + - "/home/calvin/x86_64-linux-musl-cross/bin" + - "/home/calvin/x86_64-w64-mingw32-cross/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:50 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:207 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS" + description: "`clang-scan-deps` dependency scanner" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "clang-scan-deps-18.1" + - "clang-scan-deps-18" + - "clang-scan-deps18" + - "clang-scan-deps" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/tmp/.tmpkpX66V/" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/home/calvin/armv6-linux-musleabihf-cross/bin/" + - "/home/calvin/armv7-linux-musleabihf-cross/bin/" + - "/home/calvin/aarch64-linux-musl-cross/bin/" + - "/home/calvin/x86_64-linux-musl-cross/bin/" + - "/home/calvin/x86_64-w64-mingw32-cross/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps-18.1" + - "/tmp/.tmpkpX66V/clang-scan-deps-18.1" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/clang-scan-deps-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps-18.1" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/clang-scan-deps-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps-18.1" + - "/run/wrappers/bin/clang-scan-deps-18.1" + - "/home/calvin/.nix-profile/bin/clang-scan-deps-18.1" + - "/nix/profile/bin/clang-scan-deps-18.1" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps-18.1" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps-18.1" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps-18.1" + - "/run/current-system/sw/bin/clang-scan-deps-18.1" + - "/home/calvin/armv6-linux-musleabihf-cross/bin/clang-scan-deps-18.1" + - "/home/calvin/armv7-linux-musleabihf-cross/bin/clang-scan-deps-18.1" + - "/home/calvin/aarch64-linux-musl-cross/bin/clang-scan-deps-18.1" + - "/home/calvin/x86_64-linux-musl-cross/bin/clang-scan-deps-18.1" + - "/home/calvin/x86_64-w64-mingw32-cross/bin/clang-scan-deps-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps-18" + - "/tmp/.tmpkpX66V/clang-scan-deps-18" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/clang-scan-deps-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps-18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/clang-scan-deps-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps-18" + - "/run/wrappers/bin/clang-scan-deps-18" + - "/home/calvin/.nix-profile/bin/clang-scan-deps-18" + - "/nix/profile/bin/clang-scan-deps-18" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps-18" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps-18" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps-18" + - "/run/current-system/sw/bin/clang-scan-deps-18" + - "/home/calvin/armv6-linux-musleabihf-cross/bin/clang-scan-deps-18" + - "/home/calvin/armv7-linux-musleabihf-cross/bin/clang-scan-deps-18" + - "/home/calvin/aarch64-linux-musl-cross/bin/clang-scan-deps-18" + - "/home/calvin/x86_64-linux-musl-cross/bin/clang-scan-deps-18" + - "/home/calvin/x86_64-w64-mingw32-cross/bin/clang-scan-deps-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps18" + - "/tmp/.tmpkpX66V/clang-scan-deps18" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/clang-scan-deps18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/clang-scan-deps18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps18" + - "/run/wrappers/bin/clang-scan-deps18" + - "/home/calvin/.nix-profile/bin/clang-scan-deps18" + - "/nix/profile/bin/clang-scan-deps18" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps18" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps18" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps18" + - "/run/current-system/sw/bin/clang-scan-deps18" + - "/home/calvin/armv6-linux-musleabihf-cross/bin/clang-scan-deps18" + - "/home/calvin/armv7-linux-musleabihf-cross/bin/clang-scan-deps18" + - "/home/calvin/aarch64-linux-musl-cross/bin/clang-scan-deps18" + - "/home/calvin/x86_64-linux-musl-cross/bin/clang-scan-deps18" + - "/home/calvin/x86_64-w64-mingw32-cross/bin/clang-scan-deps18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps" + - "/tmp/.tmpkpX66V/clang-scan-deps" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin/clang-scan-deps" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps" + found: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + search_context: + ENV{PATH}: + - "/tmp/.tmpkpX66V" + - "/nix/store/3gn1hlciymm7yw3kvkvss2ixvczms3w6-ripgrep-15.1.0/bin" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - "/home/calvin/armv6-linux-musleabihf-cross/bin" + - "/home/calvin/armv7-linux-musleabihf-cross/bin" + - "/home/calvin/aarch64-linux-musl-cross/bin" + - "/home/calvin/x86_64-linux-musl-cross/bin" + - "/home/calvin/x86_64-w64-mingw32-cross/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-epMnTS" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-epMnTS" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-epMnTS' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_fa4d1/fast + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-epMnTS' + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_fa4d1.dir/build.make CMakeFiles/cmTC_fa4d1.dir/build + make[2]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-epMnTS' + Building CXX object CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -v -MD -MT CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o -c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerABI.cpp + clang version 18.1.8 + Target: x86_64-unknown-linux-gnu + Thread model: posix + InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin + Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Candidate multilib: .;@m64 + Selected multilib: .;@m64 + (in-process) + "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang++" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-epMnTS -v -fcoverage-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-epMnTS -nostdsysteminc -resource-dir /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root -dependency-file CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o.d -MT CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -idirafter /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -isystem /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0 -isystem /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu -U _FORTIFY_SOURCE -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -internal-isystem /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include -fmacro-prefix-map=/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.40-66-dev/include -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.6.0-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.6.0-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -fmacro-prefix-map=/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0/include/c++/14.3.0 -fmacro-prefix-map=/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu -source-date-epoch 315532800 -O2 -Wformat -Wformat-security -Werror=format-security -fdeprecated-macro -ferror-limit 19 -fzero-call-used-regs=used-gpr -fwrapv -stack-protector 2 -stack-protector-buffer-size 4 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o -x c++ /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerABI.cpp + clang -cc1 version 18.1.8 based upon LLVM 18.1.8 default target x86_64-unknown-linux-gnu + ignoring duplicate directory "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + ignoring duplicate directory "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include" + ignoring duplicate directory "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + ignoring duplicate directory "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + ignoring duplicate directory "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + ignoring duplicate directory "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + ignoring duplicate directory "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + ignoring duplicate directory "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + ignoring duplicate directory "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + ignoring duplicate directory "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + ignoring duplicate directory "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + #include "..." search starts here: + #include <...> search starts here: + /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include + /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include + /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include + /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include + /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include + /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include + /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include + /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include + /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include + /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include + /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0 + /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include + End of search list. + Linking CXX executable cmTC_fa4d1 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fa4d1.dir/link.txt --verbose=1 + clang version 18.1.8 + Target: x86_64-unknown-linux-gnu + Thread model: posix + InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin + Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Candidate multilib: .;@m64 + Selected multilib: .;@m64 + "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -pie -o cmTC_fa4d1 /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib -L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib -L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/lib/../lib64 -L/lib -dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2 -v CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o -rpath /nix/store/cygwjgsr81sxzy8cdrpfblj4dsgcr3hl-lorri-keep-env-hack-bitcoin/lib -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o + GNU ld (GNU Binutils) 2.44 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -v -Wl,-v CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_fa4d1 + make[2]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-epMnTS' + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-epMnTS' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:217 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + add: [/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include] + add: [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + add: [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + add: [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + add: [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + add: [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + add: [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + add: [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + add: [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + add: [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + add: [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0] + add: [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu] + add: [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + add: [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + end of search list found + collapse include dir [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] ==> [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + collapse include dir [/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include] ==> [/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include] + collapse include dir [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] ==> [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + collapse include dir [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] ==> [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + collapse include dir [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] ==> [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + collapse include dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + collapse include dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + collapse include dir [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] ==> [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + collapse include dir [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] ==> [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + collapse include dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + collapse include dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + collapse include dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0] + collapse include dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu] + collapse include dir [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] ==> [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + collapse include dir [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] ==> [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + implicit include dirs: [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include;/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include;/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include;/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include;/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include;/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include;/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu;/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include;/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + + + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:253 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-epMnTS'] + ignore line: [] + ignore line: [Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_fa4d1/fast] + ignore line: [make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-epMnTS'] + ignore line: [/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_fa4d1.dir/build.make CMakeFiles/cmTC_fa4d1.dir/build] + ignore line: [make[2]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-epMnTS'] + ignore line: [Building CXX object CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -v -MD -MT CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o -c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [clang version 18.1.8] + ignore line: [Target: x86_64-unknown-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin] + ignore line: [Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Candidate multilib: .] + ignore line: [@m64] + ignore line: [Selected multilib: .] + ignore line: [@m64] + ignore line: [ (in-process)] + ignore line: [ "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang++" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-epMnTS -v -fcoverage-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/CMakeScratch/TryCompile-epMnTS -nostdsysteminc -resource-dir /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root -dependency-file CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o.d -MT CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -idirafter /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -isystem /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0 -isystem /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu -U _FORTIFY_SOURCE -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -internal-isystem /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include -fmacro-prefix-map=/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.40-66-dev/include -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.6.0-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.6.0-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -fmacro-prefix-map=/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0/include/c++/14.3.0 -fmacro-prefix-map=/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu -source-date-epoch 315532800 -O2 -Wformat -Wformat-security -Werror=format-security -fdeprecated-macro -ferror-limit 19 -fzero-call-used-regs=used-gpr -fwrapv -stack-protector 2 -stack-protector-buffer-size 4 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o -x c++ /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [clang -cc1 version 18.1.8 based upon LLVM 18.1.8 default target x86_64-unknown-linux-gnu] + ignore line: [ignoring duplicate directory "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include"] + ignore line: [ignoring duplicate directory "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include"] + ignore line: [ignoring duplicate directory "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + ignore line: [ /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include] + ignore line: [ /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + ignore line: [ /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + ignore line: [ /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + ignore line: [ /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + ignore line: [ /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + ignore line: [ /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + ignore line: [ /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + ignore line: [ /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + ignore line: [ /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + ignore line: [ /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0] + ignore line: [ /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu] + ignore line: [ /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + ignore line: [ /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + ignore line: [End of search list.] + ignore line: [Linking CXX executable cmTC_fa4d1] + ignore line: [/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fa4d1.dir/link.txt --verbose=1] + ignore line: [clang version 18.1.8] + ignore line: [Target: x86_64-unknown-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin] + ignore line: [Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Candidate multilib: .] + ignore line: [@m64] + ignore line: [Selected multilib: .] + ignore line: [@m64] + link line: [ "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -pie -o cmTC_fa4d1 /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib -L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib -L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/lib/../lib64 -L/lib -dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2 -v CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o -rpath /nix/store/cygwjgsr81sxzy8cdrpfblj4dsgcr3hl-lorri-keep-env-hack-bitcoin/lib -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + arg [/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_fa4d1] ==> ignore + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o] + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o] + arg [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o] ==> obj [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + arg [-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + arg [-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] ==> dir [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + arg [-L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] ==> dir [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] + arg [-L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] ==> dir [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] + arg [-L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] ==> dir [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + arg [-L/lib/../lib64] ==> dir [/lib/../lib64] + arg [-L/lib] ==> dir [/lib] + arg [-dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2] ==> ignore + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_fa4d1.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-rpath] ==> ignore + arg [/nix/store/cygwjgsr81sxzy8cdrpfblj4dsgcr3hl-lorri-keep-env-hack-bitcoin/lib] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o] ==> obj [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o] + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + linker tool for 'CXX': /nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + collapse library dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + collapse library dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] ==> [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + collapse library dir [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] ==> [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib] + collapse library dir [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] ==> [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] + collapse library dir [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] ==> [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + collapse library dir [/lib/../lib64] ==> [/lib64] + collapse library dir [/lib] ==> [/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + implicit dirs: [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib;/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib;/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib;/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib;/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib;/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib;/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0;/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib;/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib;/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib;/lib64;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:299 (cmake_determine_linker_id)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" "-v" + GNU ld (GNU Binutils) 2.44 +... diff --git a/stump/CMakeFiles/CMakeDirectoryInformation.cmake b/stump/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ffeee97 --- /dev/null +++ b/stump/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/calvin/bitcoin-projects/mmap-forest/stump") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/calvin/bitcoin-projects/mmap-forest/stump") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/stump/CMakeFiles/InstallScripts.json b/stump/CMakeFiles/InstallScripts.json new file mode 100644 index 0000000..baf8a31 --- /dev/null +++ b/stump/CMakeFiles/InstallScripts.json @@ -0,0 +1,7 @@ +{ + "InstallScripts" : + [ + "/home/calvin/bitcoin-projects/mmap-forest/stump/cmake_install.cmake" + ], + "Parallel" : false +} diff --git a/stump/CMakeFiles/Makefile.cmake b/stump/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..4265ded --- /dev/null +++ b/stump/CMakeFiles/Makefile.cmake @@ -0,0 +1,57 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "CMakeFiles/4.1.2/CMakeCCompiler.cmake" + "CMakeFiles/4.1.2/CMakeSystem.cmake" + "CMakeLists.txt" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCommonLanguageInclude.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeGenericSystem.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeInitializeConfigs.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeLanguageInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInitialize.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCLinkerInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCommonLinkerInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-Clang-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-Initialize.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/UnixPaths.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/stump.dir/DependInfo.cmake" + ) diff --git a/stump/CMakeFiles/Makefile2 b/stump/CMakeFiles/Makefile2 new file mode 100644 index 0000000..2462688 --- /dev/null +++ b/stump/CMakeFiles/Makefile2 @@ -0,0 +1,122 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake + +# The command to remove a file. +RM = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/stump.dir/all +.PHONY : all + +# The main recursive "codegen" target. +codegen: CMakeFiles/stump.dir/codegen +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/stump.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/stump.dir + +# All Build rule for target. +CMakeFiles/stump.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/stump.dir/build.make CMakeFiles/stump.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/stump.dir/build.make CMakeFiles/stump.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles --progress-num=1,2,3,4 "Built target stump" +.PHONY : CMakeFiles/stump.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/stump.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles 4 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/stump.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles 0 +.PHONY : CMakeFiles/stump.dir/rule + +# Convenience name for target. +stump: CMakeFiles/stump.dir/rule +.PHONY : stump + +# codegen rule for target. +CMakeFiles/stump.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/stump.dir/build.make CMakeFiles/stump.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles --progress-num=1,2,3,4 "Finished codegen for target stump" +.PHONY : CMakeFiles/stump.dir/codegen + +# clean rule for target. +CMakeFiles/stump.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/stump.dir/build.make CMakeFiles/stump.dir/clean +.PHONY : CMakeFiles/stump.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/stump/CMakeFiles/TargetDirectories.txt b/stump/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..484c3f9 --- /dev/null +++ b/stump/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/stump.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/edit_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/rebuild_cache.dir diff --git a/stump/CMakeFiles/cmake.check_cache b/stump/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/stump/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/stump/CMakeFiles/progress.marks b/stump/CMakeFiles/progress.marks new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/stump/CMakeFiles/progress.marks @@ -0,0 +1 @@ +4 diff --git a/stump/CMakeFiles/stump.dir/DependInfo.cmake b/stump/CMakeFiles/stump.dir/DependInfo.cmake new file mode 100644 index 0000000..f21bc7d --- /dev/null +++ b/stump/CMakeFiles/stump.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c" "CMakeFiles/stump.dir/src/main.c.o" "gcc" "CMakeFiles/stump.dir/src/main.c.o.d" + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c" "CMakeFiles/stump.dir/src/stump.c.o" "gcc" "CMakeFiles/stump.dir/src/stump.c.o.d" + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c" "CMakeFiles/stump.dir/src/util.c.o" "gcc" "CMakeFiles/stump.dir/src/util.c.o.d" + "" "stump" "gcc" "CMakeFiles/stump.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/stump/CMakeFiles/stump.dir/build.make b/stump/CMakeFiles/stump.dir/build.make new file mode 100644 index 0000000..b925f55 --- /dev/null +++ b/stump/CMakeFiles/stump.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake + +# The command to remove a file. +RM = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump + +# Include any dependencies generated for this target. +include CMakeFiles/stump.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/stump.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/stump.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/stump.dir/flags.make + +CMakeFiles/stump.dir/codegen: +.PHONY : CMakeFiles/stump.dir/codegen + +CMakeFiles/stump.dir/src/main.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/main.c.o: src/main.c +CMakeFiles/stump.dir/src/main.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/stump.dir/src/main.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/main.c.o -MF CMakeFiles/stump.dir/src/main.c.o.d -o CMakeFiles/stump.dir/src/main.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c + +CMakeFiles/stump.dir/src/main.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/main.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c > CMakeFiles/stump.dir/src/main.c.i + +CMakeFiles/stump.dir/src/main.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/main.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c -o CMakeFiles/stump.dir/src/main.c.s + +CMakeFiles/stump.dir/src/util.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/util.c.o: src/util.c +CMakeFiles/stump.dir/src/util.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/stump.dir/src/util.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/util.c.o -MF CMakeFiles/stump.dir/src/util.c.o.d -o CMakeFiles/stump.dir/src/util.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c + +CMakeFiles/stump.dir/src/util.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/util.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c > CMakeFiles/stump.dir/src/util.c.i + +CMakeFiles/stump.dir/src/util.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/util.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c -o CMakeFiles/stump.dir/src/util.c.s + +CMakeFiles/stump.dir/src/stump.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/stump.c.o: src/stump.c +CMakeFiles/stump.dir/src/stump.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/stump.dir/src/stump.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/stump.c.o -MF CMakeFiles/stump.dir/src/stump.c.o.d -o CMakeFiles/stump.dir/src/stump.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c + +CMakeFiles/stump.dir/src/stump.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/stump.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c > CMakeFiles/stump.dir/src/stump.c.i + +CMakeFiles/stump.dir/src/stump.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/stump.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c -o CMakeFiles/stump.dir/src/stump.c.s + +# Object files for target stump +stump_OBJECTS = \ +"CMakeFiles/stump.dir/src/main.c.o" \ +"CMakeFiles/stump.dir/src/util.c.o" \ +"CMakeFiles/stump.dir/src/stump.c.o" + +# External object files for target stump +stump_EXTERNAL_OBJECTS = + +stump: CMakeFiles/stump.dir/src/main.c.o +stump: CMakeFiles/stump.dir/src/util.c.o +stump: CMakeFiles/stump.dir/src/stump.c.o +stump: CMakeFiles/stump.dir/build.make +stump: CMakeFiles/stump.dir/compiler_depend.ts +stump: /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so +stump: /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so +stump: CMakeFiles/stump.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable stump" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stump.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/stump.dir/build: stump +.PHONY : CMakeFiles/stump.dir/build + +CMakeFiles/stump.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/stump.dir/cmake_clean.cmake +.PHONY : CMakeFiles/stump.dir/clean + +CMakeFiles/stump.dir/depend: + cd /home/calvin/bitcoin-projects/mmap-forest/stump && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/calvin/bitcoin-projects/mmap-forest/stump /home/calvin/bitcoin-projects/mmap-forest/stump /home/calvin/bitcoin-projects/mmap-forest/stump /home/calvin/bitcoin-projects/mmap-forest/stump /home/calvin/bitcoin-projects/mmap-forest/stump/CMakeFiles/stump.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/stump.dir/depend + diff --git a/stump/CMakeFiles/stump.dir/cmake_clean.cmake b/stump/CMakeFiles/stump.dir/cmake_clean.cmake new file mode 100644 index 0000000..f4ffd2b --- /dev/null +++ b/stump/CMakeFiles/stump.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/stump.dir/link.d" + "CMakeFiles/stump.dir/src/main.c.o" + "CMakeFiles/stump.dir/src/main.c.o.d" + "CMakeFiles/stump.dir/src/stump.c.o" + "CMakeFiles/stump.dir/src/stump.c.o.d" + "CMakeFiles/stump.dir/src/util.c.o" + "CMakeFiles/stump.dir/src/util.c.o.d" + "stump" + "stump.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/stump.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/stump/CMakeFiles/stump.dir/compiler_depend.make b/stump/CMakeFiles/stump.dir/compiler_depend.make new file mode 100644 index 0000000..84937e0 --- /dev/null +++ b/stump/CMakeFiles/stump.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for stump. +# This may be replaced when dependencies are built. diff --git a/stump/CMakeFiles/stump.dir/compiler_depend.ts b/stump/CMakeFiles/stump.dir/compiler_depend.ts new file mode 100644 index 0000000..c36f728 --- /dev/null +++ b/stump/CMakeFiles/stump.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for stump. diff --git a/stump/CMakeFiles/stump.dir/depend.make b/stump/CMakeFiles/stump.dir/depend.make new file mode 100644 index 0000000..9aad95e --- /dev/null +++ b/stump/CMakeFiles/stump.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for stump. +# This may be replaced when dependencies are built. diff --git a/stump/CMakeFiles/stump.dir/flags.make b/stump/CMakeFiles/stump.dir/flags.make new file mode 100644 index 0000000..59e491c --- /dev/null +++ b/stump/CMakeFiles/stump.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang +C_DEFINES = + +C_INCLUDES = -I/home/calvin/bitcoin-projects/mmap-forest/stump/include -I/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include + +C_FLAGS = -std=gnu99 + diff --git a/stump/CMakeFiles/stump.dir/link.txt b/stump/CMakeFiles/stump.dir/link.txt new file mode 100644 index 0000000..411ee66 --- /dev/null +++ b/stump/CMakeFiles/stump.dir/link.txt @@ -0,0 +1 @@ +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -Xlinker --dependency-file=CMakeFiles/stump.dir/link.d CMakeFiles/stump.dir/src/main.c.o CMakeFiles/stump.dir/src/util.c.o CMakeFiles/stump.dir/src/stump.c.o -o stump -Wl,-rpath,/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so diff --git a/stump/CMakeFiles/stump.dir/progress.make b/stump/CMakeFiles/stump.dir/progress.make new file mode 100644 index 0000000..a69a57e --- /dev/null +++ b/stump/CMakeFiles/stump.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 + diff --git a/stump/CMakeLists.txt b/stump/CMakeLists.txt new file mode 100644 index 0000000..d0d465c --- /dev/null +++ b/stump/CMakeLists.txt @@ -0,0 +1,129 @@ +cmake_minimum_required(VERSION 3.22) + +project(stump C CXX) + +set(CMAKE_C_STANDARD 99) +set(CMAKE_C_STANDARD_REQUIRED ON) +set(CMAKE_EXPORT_COMPILE_COMMANDS ON) + +if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) + message(STATUS "Defaulting to MinSizeRel build for the smallest binary size.") + set(CMAKE_BUILD_TYPE MinSizeRel CACHE STRING "Choose the type of build." FORCE) +endif() + +set(MINSIZE_C_FLAGS "-Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie") +set(MINSIZE_CXX_FLAGS "${MINSIZE_C_FLAGS} -fvisibility=hidden") +set(MINSIZE_LINKER_FLAGS "-fuse-ld=lld -s -Wl,--gc-sections -Wl,--as-needed -Wl,-O1 -Wl,-z,norelro -Wl,-z,lazy -Wl,-z,noseparate-code -Wl,--icf=all -no-pie") + +set(CMAKE_C_FLAGS_MINSIZEREL "${MINSIZE_C_FLAGS}" CACHE STRING "C flags for MinSizeRel." FORCE) +set(CMAKE_CXX_FLAGS_MINSIZEREL "${MINSIZE_CXX_FLAGS}" CACHE STRING "CXX flags for MinSizeRel." FORCE) +set(CMAKE_EXE_LINKER_FLAGS_MINSIZEREL "${MINSIZE_LINKER_FLAGS}" CACHE STRING "Linker flags for MinSizeRel executables." FORCE) +set(CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL "${MINSIZE_LINKER_FLAGS}" CACHE STRING "Linker flags for MinSizeRel shared libraries." FORCE) + +set(APPEND_CFLAGS "${MINSIZE_C_FLAGS}" CACHE STRING "C flags appended for downstream builds." FORCE) +set(APPEND_CXXFLAGS "${MINSIZE_CXX_FLAGS}" CACHE STRING "C++ flags appended for downstream builds." FORCE) +set(APPEND_LDFLAGS "${MINSIZE_LINKER_FLAGS}" CACHE STRING "Linker flags appended for downstream builds." FORCE) + +set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE) + +set(BITCOIN_SOURCE_DIR "${CMAKE_CURRENT_LIST_DIR}/../bitcoin") +if(NOT EXISTS "${BITCOIN_SOURCE_DIR}/CMakeLists.txt") + message(FATAL_ERROR "Unable to locate bitcoin sources at ${BITCOIN_SOURCE_DIR}") +endif() + +# Configure the Bitcoin Core build to only produce the bitcoinkernel library. +set(BUILD_BITCOIN_BIN OFF CACHE BOOL "Build bitcoin executable." FORCE) +set(BUILD_DAEMON OFF CACHE BOOL "Build bitcoind executable." FORCE) +set(BUILD_GUI OFF CACHE BOOL "Build bitcoin-qt executable." FORCE) +set(BUILD_CLI OFF CACHE BOOL "Build bitcoin-cli executable." FORCE) +set(BUILD_TESTS OFF CACHE BOOL "Build test executables." FORCE) +set(BUILD_TX OFF CACHE BOOL "Build bitcoin-tx executable." FORCE) +set(BUILD_UTIL OFF CACHE BOOL "Build bitcoin-util executable." FORCE) +set(BUILD_UTIL_CHAINSTATE OFF CACHE BOOL "Build experimental bitcoin-chainstate executable." FORCE) +set(BUILD_BENCH OFF CACHE BOOL "Build bench_bitcoin executable." FORCE) +set(BUILD_FUZZ_BINARY OFF CACHE BOOL "Build fuzz binary." FORCE) +set(BUILD_FOR_FUZZING OFF CACHE BOOL "Build for fuzzing." FORCE) +set(BUILD_GUI_TESTS OFF CACHE BOOL "Build Qt tests." FORCE) +set(BUILD_KERNEL_LIB ON CACHE BOOL "Build experimental bitcoinkernel library." FORCE) +set(BUILD_KERNEL_TEST OFF CACHE BOOL "Build tests for bitcoinkernel library." FORCE) +set(WITH_CCACHE OFF CACHE BOOL "Attempt to use ccache for compiling." FORCE) +set(ENABLE_WALLET OFF CACHE BOOL "Enable wallet support." FORCE) +set(ENABLE_EXTERNAL_SIGNER OFF CACHE BOOL "Enable external signer support." FORCE) +set(ENABLE_IPC OFF CACHE BOOL "Enable multiprocess binaries." FORCE) + +add_subdirectory("${BITCOIN_SOURCE_DIR}" "${CMAKE_BINARY_DIR}/bitcoin" EXCLUDE_FROM_ALL) + +if(NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR) + set(COMPILE_COMMANDS_LINK "${CMAKE_SOURCE_DIR}/compile_commands.json") + if(EXISTS "${COMPILE_COMMANDS_LINK}" OR IS_SYMLINK "${COMPILE_COMMANDS_LINK}") + file(REMOVE "${COMPILE_COMMANDS_LINK}") + endif() + file(CREATE_LINK + "${CMAKE_BINARY_DIR}/compile_commands.json" + "${COMPILE_COMMANDS_LINK}" + SYMBOLIC + ) +endif() + +# Local executable +add_executable(stump + src/main.c + src/hex.c + src/util.c + src/stump.c + src/varint.c + src/utreexo_proof.c + src/utreexo_proof_io.c + src/utreexo_roots_io.c + src/target_preimage.c + src/utxo_extract.c +) + +find_package(OpenSSL REQUIRED) + +target_include_directories(stump PRIVATE + "${CMAKE_CURRENT_SOURCE_DIR}/src" + "${CMAKE_CURRENT_SOURCE_DIR}/../include" + "${OPENSSL_INCLUDE_DIR}" +) + +target_link_libraries(stump PRIVATE + bitcoinkernel + ${OPENSSL_LIBRARIES} +) + +if(MSVC) + target_compile_options(stump PRIVATE /Os) + target_link_options(stump PRIVATE /OPT:REF /OPT:ICF) +else() + target_compile_options(stump PRIVATE + -Os + -ffunction-sections + -fdata-sections + -fomit-frame-pointer + -fno-asynchronous-unwind-tables + -fno-unwind-tables + -fno-stack-protector + -fno-stack-clash-protection + -fcf-protection=none + -fno-plt + -fno-pic + -fno-PIE + -fno-pie + ) + target_link_options(stump PRIVATE + -fuse-ld=lld + -s + -Wl,--gc-sections + -Wl,-O1 + -Wl,--as-needed + -Wl,-z,norelro + -Wl,-z,lazy + -Wl,-z,noseparate-code + -Wl,--icf=all + -no-pie + ) +endif() + +set_property(TARGET stump PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE) +set_target_properties(stump PROPERTIES POSITION_INDEPENDENT_CODE OFF) diff --git a/stump/build/CMakeCache.txt b/stump/build/CMakeCache.txt new file mode 100644 index 0000000..ca32b5d --- /dev/null +++ b/stump/build/CMakeCache.txt @@ -0,0 +1,1019 @@ +# This is the CMakeCache file. +# For build in directory: /home/calvin/bitcoin-projects/mmap-forest/stump/build +# It was generated by CMake: /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//C flags appended for downstream builds. +APPEND_CFLAGS:STRING=-Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie + +//Preprocessor flags that are appended to the command line after +// all other flags added by the build system. This variable is +// intended for debugging and special builds. +APPEND_CPPFLAGS:STRING= + +//C++ flags appended for downstream builds. +APPEND_CXXFLAGS:STRING=-Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie -fvisibility=hidden + +//Linker flags appended for downstream builds. +APPEND_LDFLAGS:STRING=-fuse-ld=lld -s -Wl,--gc-sections -Wl,--as-needed -Wl,-O1 -Wl,-z,norelro -Wl,-z,lazy -Wl,-z,noseparate-code -Wl,--icf=all -no-pie + +//Build bench_bitcoin executable. +BUILD_BENCH:BOOL=OFF + +//Build bitcoin executable. +BUILD_BITCOIN_BIN:BOOL=OFF + +//Build bitcoin-cli executable. +BUILD_CLI:BOOL=OFF + +//Build bitcoind executable. +BUILD_DAEMON:BOOL=OFF + +//Build for fuzzing. Enabling this will disable all other targets +// and override BUILD_FUZZ_BINARY. +BUILD_FOR_FUZZING:BOOL=OFF + +//Build fuzz binary. +BUILD_FUZZ_BINARY:BOOL=OFF + +//Build bitcoin-qt executable. +BUILD_GUI:BOOL=OFF + +//Build experimental bitcoinkernel library. +BUILD_KERNEL_LIB:BOOL=ON + +//Build tests for the experimental bitcoinkernel library. +BUILD_KERNEL_TEST:BOOL=OFF + +//Build test_bitcoin and other unit test executables. +BUILD_TESTS:BOOL=OFF + +//Build bitcoin-tx executable. +BUILD_TX:BOOL=OFF + +//Build bitcoin-util executable. +BUILD_UTIL:BOOL=OFF + +//Build experimental bitcoin-chainstate executable. +BUILD_UTIL_CHAINSTATE:BOOL=OFF + +//Value Computed by CMake +BitcoinCore_BINARY_DIR:STATIC=/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin + +//Value Computed by CMake +BitcoinCore_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +BitcoinCore_SOURCE_DIR:STATIC=/home/calvin/bitcoin-projects/mmap-forest/bitcoin + +//The directory containing a CMake configuration file for Boost. +Boost_DIR:PATH=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/cmake/Boost-1.87.0 + +//Path to a program. +CCACHE_EXECUTABLE:FILEPATH=/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/ccache + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=MinSizeRel + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ + +//LLVM archiver +CMAKE_CXX_COMPILER_AR:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar + +//`clang-scan-deps` dependency scanner +CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS:FILEPATH=/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps + +//Generate index for LLVM archive +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-O0 -ftrapv -g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie -fvisibility=hidden + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang + +//LLVM archiver +CMAKE_C_COMPILER_AR:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar + +//`clang-scan-deps` dependency scanner +CMAKE_C_COMPILER_CLANG_SCAN_DEPS:FILEPATH=/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps + +//Generate index for LLVM archive +CMAKE_C_COMPILER_RANLIB:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during "Coverage" builds. +CMAKE_C_FLAGS_COVERAGE:STRING=-O2 -g -O0 -DCOVERAGE=1 --coverage + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//C flags for MinSizeRel. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-dlltool + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used for linking binaries during "Coverage" builds. +CMAKE_EXE_LINKER_FLAGS_COVERAGE:STRING= --coverage + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Linker flags for MinSizeRel executables. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=-fuse-ld=lld -s -Wl,--gc-sections -Wl,--as-needed -Wl,-O1 -Wl,-z,norelro -Wl,-z,lazy -Wl,-z,noseparate-code -Wl,--icf=all -no-pie + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/pkgRedirects + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib64) +CMAKE_INSTALL_LIBDIR:PATH=lib64 + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/ld.lld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-objdump + +//Value Computed by CMake +CMAKE_PROJECT_COMPAT_VERSION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=stump + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=30.99.0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=30 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=99 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the shared libraries linker during "Coverage" builds. +CMAKE_SHARED_LINKER_FLAGS_COVERAGE:STRING= --coverage + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Linker flags for MinSizeRel shared libraries. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=-fuse-ld=lld -s -Wl,--gc-sections -Wl,--as-needed -Wl,-O1 -Wl,-z,norelro -Wl,-z,lazy -Wl,-z,noseparate-code -Wl,--icf=all -no-pie + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the archiver during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the archiver during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the archiver during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the archiver during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the archiver during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Dot tool for use with Doxygen +DOXYGEN_DOT_EXECUTABLE:FILEPATH=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/dot + +//Doxygen documentation generation tool (https://www.doxygen.nl) +DOXYGEN_EXECUTABLE:FILEPATH=/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/doxygen + +//Enable external signer support. +ENABLE_EXTERNAL_SIGNER:BOOL=OFF + +//Build multiprocess bitcoin-node and bitcoin-gui executables in +// addition to monolithic bitcoind and bitcoin-qt executables. +ENABLE_IPC:BOOL=OFF + +//Enable wallet. +ENABLE_WALLET:BOOL=OFF + +//Install man pages. +INSTALL_MAN:BOOL=ON + +//Path to a library. +OPENSSL_CRYPTO_LIBRARY:FILEPATH=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so + +//Path to a file. +OPENSSL_INCLUDE_DIR:PATH=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include + +//Path to a library. +OPENSSL_SSL_LIBRARY:FILEPATH=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so + +//Arguments to supply to pkg-config +PKG_CONFIG_ARGN:STRING= + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/pkg-config + +Python3_FIND_FRAMEWORK:STRING=LAST + +Python3_FIND_UNVERSIONED_NAMES:STRING=FIRST + +//Attempt to reduce exported symbols in the resulting executables. +REDUCE_EXPORTS:BOOL=OFF + +SECP256K1_APPEND_CFLAGS:STRING=-Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie + +SECP256K1_APPEND_LDFLAGS:STRING=-fuse-ld=lld -s -Wl,--gc-sections -Wl,--as-needed -Wl,-O1 -Wl,-z,norelro -Wl,-z,lazy -Wl,-z,noseparate-code -Wl,--icf=all -no-pie + +//Assembly to use: "AUTO", "OFF", "x86_64" or "arm32" (experimental). +// [default=AUTO] +SECP256K1_ASM:STRING=AUTO + +//Build benchmarks. +SECP256K1_BUILD_BENCHMARK:BOOL=OFF + +//Build constant-time tests. +SECP256K1_BUILD_CTIME_TESTS:BOOL=OFF + +//Build examples. +SECP256K1_BUILD_EXAMPLES:BOOL=OFF + +//Build exhaustive tests. +SECP256K1_BUILD_EXHAUSTIVE_TESTS:BOOL=OFF + +//Build tests. +SECP256K1_BUILD_TESTS:BOOL=OFF + +//The size of the precomputed table for signing in multiples of +// 1024 bytes (on typical platforms). Larger values result in possibly +// better signing or key generation performance at the cost of +// a larger table. Valid choices are 2, 22, 86. The default value +// is a reasonable setting for desktop machines (currently 86). +// [default=86] +SECP256K1_ECMULT_GEN_KB:STRING=86 + +//Window size for ecmult precomputation for verification, specified +// as integer in range [2..24]. The default value is a reasonable +// setting for desktop machines (currently 15). [default=15] +SECP256K1_ECMULT_WINDOW_SIZE:STRING=15 + +//Enable visibility attributes in the API. +SECP256K1_ENABLE_API_VISIBILITY_ATTRIBUTES:BOOL=ON + +//Enable ECDH module. +SECP256K1_ENABLE_MODULE_ECDH:BOOL=OFF + +//Enable ElligatorSwift module. +SECP256K1_ENABLE_MODULE_ELLSWIFT:BOOL=ON + +//Enable extrakeys module. +SECP256K1_ENABLE_MODULE_EXTRAKEYS:BOOL=ON + +//Enable musig module. +SECP256K1_ENABLE_MODULE_MUSIG:BOOL=ON + +//Enable ECDSA pubkey recovery module. +SECP256K1_ENABLE_MODULE_RECOVERY:BOOL=ON + +//Enable schnorrsig module. +SECP256K1_ENABLE_MODULE_SCHNORRSIG:BOOL=ON + +//Allow experimental configuration options. +SECP256K1_EXPERIMENTAL:BOOL=OFF + +//Enable installation. +SECP256K1_INSTALL:BOOL=OFF + +//Test-only override of the (autodetected by the C code) "widemul" +// setting. Legal values are: "OFF", "int128_struct", "int128" +// or "int64". [default=OFF] +SECP256K1_TEST_OVERRIDE_WIDE_MULTIPLY:STRING=OFF + +//Enable external default callback functions. +SECP256K1_USE_EXTERNAL_DEFAULT_CALLBACKS:BOOL=OFF + +//Build with extra checks for running inside Valgrind. [default=AUTO] +SECP256K1_VALGRIND:STRING=AUTO + +//Path to a file. +Valgrind_INCLUDE_DIR:PATH=Valgrind_INCLUDE_DIR-NOTFOUND + +//Treat compiler warnings as errors. +WERROR:BOOL=OFF + +//Attempt to use ccache for compiling. +WITH_CCACHE:BOOL=OFF + +//Enable tracepoints for Userspace, Statically Defined Tracing. +WITH_USDT:BOOL=OFF + +//Enable ZMQ notifications. +WITH_ZMQ:BOOL=OFF + +//The directory containing a CMake configuration file for boost_headers. +boost_headers_DIR:PATH=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/cmake/boost_headers-1.87.0 + +//Value Computed by CMake +libsecp256k1_BINARY_DIR:STATIC=/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1 + +//Value Computed by CMake +libsecp256k1_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +libsecp256k1_SOURCE_DIR:STATIC=/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1 + +//Path to a library. +pkgcfg_lib__OPENSSL_crypto:FILEPATH=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so + +//Path to a library. +pkgcfg_lib__OPENSSL_ssl:FILEPATH=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so + +//Value Computed by CMake +stump_BINARY_DIR:STATIC=/home/calvin/bitcoin-projects/mmap-forest/stump/build + +//Value Computed by CMake +stump_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +stump_SOURCE_DIR:STATIC=/home/calvin/bitcoin-projects/mmap-forest/stump + + +######################## +# INTERNAL cache entries +######################## + +//Build test_bitcoin-qt executable. +BUILD_GUI_TESTS:INTERNAL=OFF +//ADVANCED property for variable: CCACHE_EXECUTABLE +CCACHE_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//STRINGS property for variable: CMAKE_BUILD_TYPE +CMAKE_BUILD_TYPE-STRINGS:INTERNAL=RelWithDebInfo;Debug;Release;MinSizeRel +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/calvin/bitcoin-projects/mmap-forest/stump/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=1 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS +CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Test CMAKE_CXX_LINK_NO_PIE_SUPPORTED +CMAKE_CXX_LINK_NO_PIE_SUPPORTED:INTERNAL=1 +//Test CMAKE_CXX_LINK_PIE_SUPPORTED +CMAKE_CXX_LINK_PIE_SUPPORTED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_CLANG_SCAN_DEPS +CMAKE_C_COMPILER_CLANG_SCAN_DEPS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_COVERAGE +CMAKE_C_FLAGS_COVERAGE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_COVERAGE +CMAKE_EXE_LINKER_FLAGS_COVERAGE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/calvin/bitcoin-projects/mmap-forest/stump +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//Name of CMakeLists files to read +CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=12 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_COVERAGE +CMAKE_SHARED_LINKER_FLAGS_COVERAGE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Test CXX_SUPPORTS__FCF_PROTECTION_FULL +CXX_SUPPORTS__FCF_PROTECTION_FULL:INTERNAL=1 +//Test CXX_SUPPORTS__FDEBUG_PREFIX_MAP_A_B +CXX_SUPPORTS__FDEBUG_PREFIX_MAP_A_B:INTERNAL=1 +//Test CXX_SUPPORTS__FMACRO_PREFIX_MAP_A_B +CXX_SUPPORTS__FMACRO_PREFIX_MAP_A_B:INTERNAL=1 +//Test CXX_SUPPORTS__FNO_EXTENDED_IDENTIFIERS +CXX_SUPPORTS__FNO_EXTENDED_IDENTIFIERS:INTERNAL= +//Test CXX_SUPPORTS__FSTACK_CLASH_PROTECTION +CXX_SUPPORTS__FSTACK_CLASH_PROTECTION:INTERNAL=1 +//Test CXX_SUPPORTS__FSTACK_PROTECTOR_ALL +CXX_SUPPORTS__FSTACK_PROTECTOR_ALL:INTERNAL=1 +//Test CXX_SUPPORTS__FSTACK_REUSE_NONE +CXX_SUPPORTS__FSTACK_REUSE_NONE:INTERNAL= +//Test CXX_SUPPORTS__FTRAPV +CXX_SUPPORTS__FTRAPV:INTERNAL=1 +//Test CXX_SUPPORTS__G3 +CXX_SUPPORTS__G3:INTERNAL=1 +//Test CXX_SUPPORTS__U_FORTIFY_SOURCE__D_FORTIFY_SOURCE_3_2d08 +CXX_SUPPORTS__U_FORTIFY_SOURCE__D_FORTIFY_SOURCE_3_2d08:INTERNAL=1 +//Test CXX_SUPPORTS__WALL +CXX_SUPPORTS__WALL:INTERNAL=1 +//Test CXX_SUPPORTS__WBIDI_CHARS_ANY +CXX_SUPPORTS__WBIDI_CHARS_ANY:INTERNAL= +//Test CXX_SUPPORTS__WCONDITIONAL_UNINITIALIZED +CXX_SUPPORTS__WCONDITIONAL_UNINITIALIZED:INTERNAL=1 +//Test CXX_SUPPORTS__WDATE_TIME +CXX_SUPPORTS__WDATE_TIME:INTERNAL=1 +//Test CXX_SUPPORTS__WDOCUMENTATION +CXX_SUPPORTS__WDOCUMENTATION:INTERNAL=1 +//Test CXX_SUPPORTS__WDUPLICATED_BRANCHES +CXX_SUPPORTS__WDUPLICATED_BRANCHES:INTERNAL= +//Test CXX_SUPPORTS__WDUPLICATED_COND +CXX_SUPPORTS__WDUPLICATED_COND:INTERNAL= +//Test CXX_SUPPORTS__WERROR +CXX_SUPPORTS__WERROR:INTERNAL=1 +//Test CXX_SUPPORTS__WEXTRA +CXX_SUPPORTS__WEXTRA:INTERNAL=1 +//Test CXX_SUPPORTS__WFORMAT__WFORMAT_SECURITY +CXX_SUPPORTS__WFORMAT__WFORMAT_SECURITY:INTERNAL=1 +//Test CXX_SUPPORTS__WGNU +CXX_SUPPORTS__WGNU:INTERNAL=1 +//Test CXX_SUPPORTS__WIMPLICIT_FALLTHROUGH +CXX_SUPPORTS__WIMPLICIT_FALLTHROUGH:INTERNAL=1 +//Test CXX_SUPPORTS__WLEADING_WHITESPACE_SPACES +CXX_SUPPORTS__WLEADING_WHITESPACE_SPACES:INTERNAL= +//Test CXX_SUPPORTS__WLOGICAL_OP +CXX_SUPPORTS__WLOGICAL_OP:INTERNAL= +//Test CXX_SUPPORTS__WLOOP_ANALYSIS +CXX_SUPPORTS__WLOOP_ANALYSIS:INTERNAL=1 +//Test CXX_SUPPORTS__WOVERLOADED_VIRTUAL +CXX_SUPPORTS__WOVERLOADED_VIRTUAL:INTERNAL=1 +//Test CXX_SUPPORTS__WREDUNDANT_DECLS +CXX_SUPPORTS__WREDUNDANT_DECLS:INTERNAL=1 +//Test CXX_SUPPORTS__WSELF_ASSIGN +CXX_SUPPORTS__WSELF_ASSIGN:INTERNAL=1 +//Test CXX_SUPPORTS__WSHADOW_FIELD +CXX_SUPPORTS__WSHADOW_FIELD:INTERNAL=1 +//Test CXX_SUPPORTS__WSTACK_PROTECTOR +CXX_SUPPORTS__WSTACK_PROTECTOR:INTERNAL=1 +//Test CXX_SUPPORTS__WSUGGEST_OVERRIDE +CXX_SUPPORTS__WSUGGEST_OVERRIDE:INTERNAL=1 +//Test CXX_SUPPORTS__WTHREAD_SAFETY +CXX_SUPPORTS__WTHREAD_SAFETY:INTERNAL=1 +//Test CXX_SUPPORTS__WTHREAD_SAFETY_POINTER +CXX_SUPPORTS__WTHREAD_SAFETY_POINTER:INTERNAL= +//Test CXX_SUPPORTS__WTRAILING_WHITESPACE_ANY +CXX_SUPPORTS__WTRAILING_WHITESPACE_ANY:INTERNAL= +//Test CXX_SUPPORTS__WUNDEF +CXX_SUPPORTS__WUNDEF:INTERNAL=1 +//Test CXX_SUPPORTS__WUNREACHABLE_CODE +CXX_SUPPORTS__WUNREACHABLE_CODE:INTERNAL=1 +//Test CXX_SUPPORTS__WUNUSED_MEMBER_FUNCTION +CXX_SUPPORTS__WUNUSED_MEMBER_FUNCTION:INTERNAL=1 +//Test CXX_SUPPORTS__WUNUSED_PARAMETER +CXX_SUPPORTS__WUNUSED_PARAMETER:INTERNAL=1 +//Test CXX_SUPPORTS__WVLA +CXX_SUPPORTS__WVLA:INTERNAL=1 +//Test C_SUPPORTS__PEDANTIC +C_SUPPORTS__PEDANTIC:INTERNAL=1 +//Test C_SUPPORTS__WALL +C_SUPPORTS__WALL:INTERNAL=1 +//Test C_SUPPORTS__WCAST_ALIGN +C_SUPPORTS__WCAST_ALIGN:INTERNAL=1 +//Test C_SUPPORTS__WCAST_ALIGN_STRICT +C_SUPPORTS__WCAST_ALIGN_STRICT:INTERNAL= +//Test C_SUPPORTS__WCONDITIONAL_UNINITIALIZED +C_SUPPORTS__WCONDITIONAL_UNINITIALIZED:INTERNAL=1 +//Test C_SUPPORTS__WEXTRA +C_SUPPORTS__WEXTRA:INTERNAL=1 +//Test C_SUPPORTS__WNESTED_EXTERNS +C_SUPPORTS__WNESTED_EXTERNS:INTERNAL=1 +//Test C_SUPPORTS__WNO_LONG_LONG +C_SUPPORTS__WNO_LONG_LONG:INTERNAL=1 +//Test C_SUPPORTS__WNO_OVERLENGTH_STRINGS +C_SUPPORTS__WNO_OVERLENGTH_STRINGS:INTERNAL=1 +//Test C_SUPPORTS__WNO_UNUSED_FUNCTION +C_SUPPORTS__WNO_UNUSED_FUNCTION:INTERNAL=1 +//Test C_SUPPORTS__WRESERVED_IDENTIFIER +C_SUPPORTS__WRESERVED_IDENTIFIER:INTERNAL=1 +//Test C_SUPPORTS__WSHADOW +C_SUPPORTS__WSHADOW:INTERNAL=1 +//Test C_SUPPORTS__WSTRICT_PROTOTYPES +C_SUPPORTS__WSTRICT_PROTOTYPES:INTERNAL=1 +//Test C_SUPPORTS__WUNDEF +C_SUPPORTS__WUNDEF:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE +DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_EXECUTABLE +DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1 +//Details about finding Doxygen +FIND_PACKAGE_MESSAGE_DETAILS_Doxygen:INTERNAL=[/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/doxygen][found components: doxygen dot ][v1.14.0()] +//Details about finding OpenSSL +FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so][/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include][ ][v3.6.0()] +//Details about finding Python3 +FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/python3][found components: Interpreter ][v3.11.14(3.10)] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//Test HAVE_ARM64_CRC32C +HAVE_ARM64_CRC32C:INTERNAL= +//Test HAVE_ARM_SHANI +HAVE_ARM_SHANI:INTERNAL= +//Test HAVE_AVX2 +HAVE_AVX2:INTERNAL=1 +//Test HAVE_BUILTIN_PREFETCH +HAVE_BUILTIN_PREFETCH:INTERNAL=1 +//Test HAVE_CLMUL +HAVE_CLMUL:INTERNAL=1 +//Have symbol fork +HAVE_DECL_FORK:INTERNAL=1 +//Have symbol pipe2 +HAVE_DECL_PIPE2:INTERNAL=1 +//Have symbol setsid +HAVE_DECL_SETSID:INTERNAL=1 +//Have symbol fdatasync +HAVE_FDATASYNC:INTERNAL=1 +//Have symbol F_FULLFSYNC +HAVE_FULLFSYNC:INTERNAL= +//Test HAVE_GETENTROPY_RAND +HAVE_GETENTROPY_RAND:INTERNAL=1 +//Test HAVE_GETRANDOM +HAVE_GETRANDOM:INTERNAL=1 +//Have symbol malloc_info +HAVE_MALLOC_INFO:INTERNAL=1 +//Test HAVE_MALLOPT_ARENA_MAX +HAVE_MALLOPT_ARENA_MAX:INTERNAL=1 +//Test HAVE_MM_PREFETCH +HAVE_MM_PREFETCH:INTERNAL=1 +//Have symbol O_CLOEXEC +HAVE_O_CLOEXEC:INTERNAL=1 +//Test HAVE_POSIX_FALLOCATE +HAVE_POSIX_FALLOCATE:INTERNAL=1 +//Test HAVE_SOCKADDR_UN +HAVE_SOCKADDR_UN:INTERNAL=1 +//Test HAVE_SSE41 +HAVE_SSE41:INTERNAL=1 +//Test HAVE_SSE42 +HAVE_SSE42:INTERNAL=1 +//Have symbol std::system +HAVE_STD_SYSTEM:INTERNAL=1 +//Test HAVE_STRONG_GETAUXVAL +HAVE_STRONG_GETAUXVAL:INTERNAL=1 +//Test HAVE_SYSCTL +HAVE_SYSCTL:INTERNAL= +//Test HAVE_SYSCTL_ARND +HAVE_SYSCTL_ARND:INTERNAL= +//Test HAVE_X86_64_ASM +HAVE_X86_64_ASM:INTERNAL=1 +//Test HAVE_X86_SHANI +HAVE_X86_SHANI:INTERNAL=1 +//Have symbol ::_wsystem +HAVE__WSYSTEM:INTERNAL= +//Test IFADDR_LINKS_WITHOUT_LIBSOCKET +IFADDR_LINKS_WITHOUT_LIBSOCKET:INTERNAL=1 +//Test LINKER_SUPPORTS__FCF_PROTECTION_FULL +LINKER_SUPPORTS__FCF_PROTECTION_FULL:INTERNAL=1 +//Test LINKER_SUPPORTS__FSTACK_CLASH_PROTECTION +LINKER_SUPPORTS__FSTACK_CLASH_PROTECTION:INTERNAL=1 +//Test LINKER_SUPPORTS__FSTACK_PROTECTOR_ALL +LINKER_SUPPORTS__FSTACK_PROTECTOR_ALL:INTERNAL=1 +//Test LINKER_SUPPORTS__FTRAPV +LINKER_SUPPORTS__FTRAPV:INTERNAL=1 +//Test LINKER_SUPPORTS__G3 +LINKER_SUPPORTS__G3:INTERNAL=1 +//Test LINKER_SUPPORTS__U_FORTIFY_SOURCE__D_FORTIFY_SOURCE_3_2d08 +LINKER_SUPPORTS__U_FORTIFY_SOURCE__D_FORTIFY_SOURCE_3_2d08:INTERNAL=1 +//Test LINKER_SUPPORTS__WL__Z_NOW +LINKER_SUPPORTS__WL__Z_NOW:INTERNAL=1 +//Test LINKER_SUPPORTS__WL__Z_RELRO +LINKER_SUPPORTS__WL__Z_RELRO:INTERNAL=1 +//Test LINKER_SUPPORTS__WL__Z_SEPARATE_CODE +LINKER_SUPPORTS__WL__Z_SEPARATE_CODE:INTERNAL=1 +//Test LINKER_SUPPORTS__WL___DYNAMICBASE +LINKER_SUPPORTS__WL___DYNAMICBASE:INTERNAL= +//Test LINKER_SUPPORTS__WL___ENABLE_RELOC_SECTION +LINKER_SUPPORTS__WL___ENABLE_RELOC_SECTION:INTERNAL= +//Test LINKER_SUPPORTS__WL___FATAL_WARNINGS +LINKER_SUPPORTS__WL___FATAL_WARNINGS:INTERNAL=1 +//Test LINKER_SUPPORTS__WL___HIGH_ENTROPY_VA +LINKER_SUPPORTS__WL___HIGH_ENTROPY_VA:INTERNAL= +//Test LINKER_SUPPORTS__WL___NXCOMPAT +LINKER_SUPPORTS__WL___NXCOMPAT:INTERNAL= +//Test NO_DIAGNOSTICS_BOOST_NO_CXX98_FUNCTION_BASE +NO_DIAGNOSTICS_BOOST_NO_CXX98_FUNCTION_BASE:INTERNAL=1 +//ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY +OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSSL_INCLUDE_DIR +OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSSL_SSL_LIBRARY +OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_ARGN +PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Python3_FIND_FRAMEWORK +Python3_FIND_FRAMEWORK-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Python3_FIND_UNVERSIONED_NAMES +Python3_FIND_UNVERSIONED_NAMES-ADVANCED:INTERNAL=1 +//STRINGS property for variable: SECP256K1_ASM +SECP256K1_ASM-STRINGS:INTERNAL=AUTO;OFF;x86_64;arm32 +//STRINGS property for variable: SECP256K1_ECMULT_GEN_KB +SECP256K1_ECMULT_GEN_KB-STRINGS:INTERNAL=2;22;86 +//STRINGS property for variable: SECP256K1_ECMULT_WINDOW_SIZE +SECP256K1_ECMULT_WINDOW_SIZE-STRINGS:INTERNAL=2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;23;24 +//ADVANCED property for variable: SECP256K1_TEST_OVERRIDE_WIDE_MULTIPLY +SECP256K1_TEST_OVERRIDE_WIDE_MULTIPLY-ADVANCED:INTERNAL=1 +//STRINGS property for variable: SECP256K1_TEST_OVERRIDE_WIDE_MULTIPLY +SECP256K1_TEST_OVERRIDE_WIDE_MULTIPLY-STRINGS:INTERNAL=OFF;int128_struct;int128;int64 +//STRINGS property for variable: SECP256K1_VALGRIND +SECP256K1_VALGRIND-STRINGS:INTERNAL=AUTO;OFF;ON +//Test STD_ATOMIC_LINKS_WITHOUT_LIBATOMIC +STD_ATOMIC_LINKS_WITHOUT_LIBATOMIC:INTERNAL=1 +//Test STRERROR_R_CHAR_P +STRERROR_R_CHAR_P:INTERNAL=1 +//ADVANCED property for variable: Valgrind_INCLUDE_DIR +Valgrind_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local +_OPENSSL_CFLAGS:INTERNAL=-I/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_CFLAGS_I:INTERNAL= +_OPENSSL_CFLAGS_OTHER:INTERNAL= +_OPENSSL_FOUND:INTERNAL=1 +_OPENSSL_INCLUDEDIR:INTERNAL=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_INCLUDE_DIRS:INTERNAL=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_LDFLAGS:INTERNAL=-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib;-lssl;-lcrypto +_OPENSSL_LDFLAGS_OTHER:INTERNAL= +_OPENSSL_LIBDIR:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib +_OPENSSL_LIBRARIES:INTERNAL=ssl;crypto +_OPENSSL_LIBRARY_DIRS:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib +_OPENSSL_LIBS:INTERNAL= +_OPENSSL_LIBS_L:INTERNAL= +_OPENSSL_LIBS_OTHER:INTERNAL= +_OPENSSL_LIBS_PATHS:INTERNAL= +_OPENSSL_MODULE_NAME:INTERNAL=openssl +_OPENSSL_PREFIX:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0 +_OPENSSL_STATIC_CFLAGS:INTERNAL=-I/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_STATIC_CFLAGS_I:INTERNAL= +_OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL= +_OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include +_OPENSSL_STATIC_LDFLAGS:INTERNAL=-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib;-lssl;-lcrypto;-ldl;-pthread +_OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +_OPENSSL_STATIC_LIBDIR:INTERNAL= +_OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto;dl +_OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib +_OPENSSL_STATIC_LIBS:INTERNAL= +_OPENSSL_STATIC_LIBS_L:INTERNAL= +_OPENSSL_STATIC_LIBS_OTHER:INTERNAL= +_OPENSSL_STATIC_LIBS_PATHS:INTERNAL= +_OPENSSL_VERSION:INTERNAL=3.6.0 +_OPENSSL_openssl_INCLUDEDIR:INTERNAL= +_OPENSSL_openssl_LIBDIR:INTERNAL= +_OPENSSL_openssl_PREFIX:INTERNAL= +_OPENSSL_openssl_VERSION:INTERNAL= +//Compiler reason failure +_Python3_Compiler_REASON_FAILURE:INTERNAL= +//Development reason failure +_Python3_Development_REASON_FAILURE:INTERNAL= +//Path to a program. +_Python3_EXECUTABLE:INTERNAL=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/python3 +//Python3 Properties +_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;11;14;64;32;;cpython-311-x86_64-linux-gnu;abi3;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/python3.11;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/python3.11;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/python3.11/site-packages;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/python3.11/site-packages +_Python3_INTERPRETER_SIGNATURE:INTERNAL=84fdeb04b46e31704902a603985cea9c +//NumPy reason failure +_Python3_NumPy_REASON_FAILURE:INTERNAL= +__pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl +__pkg_config_checked__OPENSSL:INTERNAL=1 +//ADVANCED property for variable: boost_headers_DIR +boost_headers_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto +pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl +pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib + diff --git a/stump/build/CMakeDoxyfile.in b/stump/build/CMakeDoxyfile.in new file mode 100644 index 0000000..5e22c07 --- /dev/null +++ b/stump/build/CMakeDoxyfile.in @@ -0,0 +1,307 @@ +# +# DO NOT EDIT! THIS FILE WAS GENERATED BY CMAKE! +# + +DOXYFILE_ENCODING = @DOXYGEN_DOXYFILE_ENCODING@ +PROJECT_NAME = @DOXYGEN_PROJECT_NAME@ +PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@ +PROJECT_BRIEF = @DOXYGEN_PROJECT_BRIEF@ +PROJECT_LOGO = @DOXYGEN_PROJECT_LOGO@ +PROJECT_ICON = @DOXYGEN_PROJECT_ICON@ +OUTPUT_DIRECTORY = @DOXYGEN_OUTPUT_DIRECTORY@ +CREATE_SUBDIRS = @DOXYGEN_CREATE_SUBDIRS@ +CREATE_SUBDIRS_LEVEL = @DOXYGEN_CREATE_SUBDIRS_LEVEL@ +ALLOW_UNICODE_NAMES = @DOXYGEN_ALLOW_UNICODE_NAMES@ +OUTPUT_LANGUAGE = @DOXYGEN_OUTPUT_LANGUAGE@ +BRIEF_MEMBER_DESC = @DOXYGEN_BRIEF_MEMBER_DESC@ +REPEAT_BRIEF = @DOXYGEN_REPEAT_BRIEF@ +ABBREVIATE_BRIEF = @DOXYGEN_ABBREVIATE_BRIEF@ +ALWAYS_DETAILED_SEC = @DOXYGEN_ALWAYS_DETAILED_SEC@ +INLINE_INHERITED_MEMB = @DOXYGEN_INLINE_INHERITED_MEMB@ +FULL_PATH_NAMES = @DOXYGEN_FULL_PATH_NAMES@ +STRIP_FROM_PATH = @DOXYGEN_STRIP_FROM_PATH@ +STRIP_FROM_INC_PATH = @DOXYGEN_STRIP_FROM_INC_PATH@ +SHORT_NAMES = @DOXYGEN_SHORT_NAMES@ +JAVADOC_AUTOBRIEF = @DOXYGEN_JAVADOC_AUTOBRIEF@ +JAVADOC_BANNER = @DOXYGEN_JAVADOC_BANNER@ +QT_AUTOBRIEF = @DOXYGEN_QT_AUTOBRIEF@ +MULTILINE_CPP_IS_BRIEF = @DOXYGEN_MULTILINE_CPP_IS_BRIEF@ +PYTHON_DOCSTRING = @DOXYGEN_PYTHON_DOCSTRING@ +INHERIT_DOCS = @DOXYGEN_INHERIT_DOCS@ +SEPARATE_MEMBER_PAGES = @DOXYGEN_SEPARATE_MEMBER_PAGES@ +TAB_SIZE = @DOXYGEN_TAB_SIZE@ +ALIASES = @DOXYGEN_ALIASES@ +OPTIMIZE_OUTPUT_FOR_C = @DOXYGEN_OPTIMIZE_OUTPUT_FOR_C@ +OPTIMIZE_OUTPUT_JAVA = @DOXYGEN_OPTIMIZE_OUTPUT_JAVA@ +OPTIMIZE_FOR_FORTRAN = @DOXYGEN_OPTIMIZE_FOR_FORTRAN@ +OPTIMIZE_OUTPUT_VHDL = @DOXYGEN_OPTIMIZE_OUTPUT_VHDL@ +OPTIMIZE_OUTPUT_SLICE = @DOXYGEN_OPTIMIZE_OUTPUT_SLICE@ +EXTENSION_MAPPING = @DOXYGEN_EXTENSION_MAPPING@ +MARKDOWN_SUPPORT = @DOXYGEN_MARKDOWN_SUPPORT@ +TOC_INCLUDE_HEADINGS = @DOXYGEN_TOC_INCLUDE_HEADINGS@ +MARKDOWN_ID_STYLE = @DOXYGEN_MARKDOWN_ID_STYLE@ +AUTOLINK_SUPPORT = @DOXYGEN_AUTOLINK_SUPPORT@ +AUTOLINK_IGNORE_WORDS = @DOXYGEN_AUTOLINK_IGNORE_WORDS@ +BUILTIN_STL_SUPPORT = @DOXYGEN_BUILTIN_STL_SUPPORT@ +CPP_CLI_SUPPORT = @DOXYGEN_CPP_CLI_SUPPORT@ +SIP_SUPPORT = @DOXYGEN_SIP_SUPPORT@ +IDL_PROPERTY_SUPPORT = @DOXYGEN_IDL_PROPERTY_SUPPORT@ +DISTRIBUTE_GROUP_DOC = @DOXYGEN_DISTRIBUTE_GROUP_DOC@ +GROUP_NESTED_COMPOUNDS = @DOXYGEN_GROUP_NESTED_COMPOUNDS@ +SUBGROUPING = @DOXYGEN_SUBGROUPING@ +INLINE_GROUPED_CLASSES = @DOXYGEN_INLINE_GROUPED_CLASSES@ +INLINE_SIMPLE_STRUCTS = @DOXYGEN_INLINE_SIMPLE_STRUCTS@ +TYPEDEF_HIDES_STRUCT = @DOXYGEN_TYPEDEF_HIDES_STRUCT@ +LOOKUP_CACHE_SIZE = @DOXYGEN_LOOKUP_CACHE_SIZE@ +NUM_PROC_THREADS = @DOXYGEN_NUM_PROC_THREADS@ +TIMESTAMP = @DOXYGEN_TIMESTAMP@ +EXTRACT_ALL = @DOXYGEN_EXTRACT_ALL@ +EXTRACT_PRIVATE = @DOXYGEN_EXTRACT_PRIVATE@ +EXTRACT_PRIV_VIRTUAL = @DOXYGEN_EXTRACT_PRIV_VIRTUAL@ +EXTRACT_PACKAGE = @DOXYGEN_EXTRACT_PACKAGE@ +EXTRACT_STATIC = @DOXYGEN_EXTRACT_STATIC@ +EXTRACT_LOCAL_CLASSES = @DOXYGEN_EXTRACT_LOCAL_CLASSES@ +EXTRACT_LOCAL_METHODS = @DOXYGEN_EXTRACT_LOCAL_METHODS@ +EXTRACT_ANON_NSPACES = @DOXYGEN_EXTRACT_ANON_NSPACES@ +RESOLVE_UNNAMED_PARAMS = @DOXYGEN_RESOLVE_UNNAMED_PARAMS@ +HIDE_UNDOC_MEMBERS = @DOXYGEN_HIDE_UNDOC_MEMBERS@ +HIDE_UNDOC_CLASSES = @DOXYGEN_HIDE_UNDOC_CLASSES@ +HIDE_UNDOC_NAMESPACES = @DOXYGEN_HIDE_UNDOC_NAMESPACES@ +HIDE_FRIEND_COMPOUNDS = @DOXYGEN_HIDE_FRIEND_COMPOUNDS@ +HIDE_IN_BODY_DOCS = @DOXYGEN_HIDE_IN_BODY_DOCS@ +INTERNAL_DOCS = @DOXYGEN_INTERNAL_DOCS@ +CASE_SENSE_NAMES = @DOXYGEN_CASE_SENSE_NAMES@ +HIDE_SCOPE_NAMES = @DOXYGEN_HIDE_SCOPE_NAMES@ +HIDE_COMPOUND_REFERENCE= @DOXYGEN_HIDE_COMPOUND_REFERENCE@ +SHOW_HEADERFILE = @DOXYGEN_SHOW_HEADERFILE@ +SHOW_INCLUDE_FILES = @DOXYGEN_SHOW_INCLUDE_FILES@ +SHOW_GROUPED_MEMB_INC = @DOXYGEN_SHOW_GROUPED_MEMB_INC@ +FORCE_LOCAL_INCLUDES = @DOXYGEN_FORCE_LOCAL_INCLUDES@ +INLINE_INFO = @DOXYGEN_INLINE_INFO@ +SORT_MEMBER_DOCS = @DOXYGEN_SORT_MEMBER_DOCS@ +SORT_BRIEF_DOCS = @DOXYGEN_SORT_BRIEF_DOCS@ +SORT_MEMBERS_CTORS_1ST = @DOXYGEN_SORT_MEMBERS_CTORS_1ST@ +SORT_GROUP_NAMES = @DOXYGEN_SORT_GROUP_NAMES@ +SORT_BY_SCOPE_NAME = @DOXYGEN_SORT_BY_SCOPE_NAME@ +STRICT_PROTO_MATCHING = @DOXYGEN_STRICT_PROTO_MATCHING@ +GENERATE_TODOLIST = @DOXYGEN_GENERATE_TODOLIST@ +GENERATE_TESTLIST = @DOXYGEN_GENERATE_TESTLIST@ +GENERATE_BUGLIST = @DOXYGEN_GENERATE_BUGLIST@ +GENERATE_DEPRECATEDLIST= @DOXYGEN_GENERATE_DEPRECATEDLIST@ +ENABLED_SECTIONS = @DOXYGEN_ENABLED_SECTIONS@ +MAX_INITIALIZER_LINES = @DOXYGEN_MAX_INITIALIZER_LINES@ +SHOW_USED_FILES = @DOXYGEN_SHOW_USED_FILES@ +SHOW_FILES = @DOXYGEN_SHOW_FILES@ +SHOW_NAMESPACES = @DOXYGEN_SHOW_NAMESPACES@ +FILE_VERSION_FILTER = @DOXYGEN_FILE_VERSION_FILTER@ +LAYOUT_FILE = @DOXYGEN_LAYOUT_FILE@ +CITE_BIB_FILES = @DOXYGEN_CITE_BIB_FILES@ +EXTERNAL_TOOL_PATH = @DOXYGEN_EXTERNAL_TOOL_PATH@ +QUIET = @DOXYGEN_QUIET@ +WARNINGS = @DOXYGEN_WARNINGS@ +WARN_IF_UNDOCUMENTED = @DOXYGEN_WARN_IF_UNDOCUMENTED@ +WARN_IF_DOC_ERROR = @DOXYGEN_WARN_IF_DOC_ERROR@ +WARN_IF_INCOMPLETE_DOC = @DOXYGEN_WARN_IF_INCOMPLETE_DOC@ +WARN_NO_PARAMDOC = @DOXYGEN_WARN_NO_PARAMDOC@ +WARN_IF_UNDOC_ENUM_VAL = @DOXYGEN_WARN_IF_UNDOC_ENUM_VAL@ +WARN_LAYOUT_FILE = @DOXYGEN_WARN_LAYOUT_FILE@ +WARN_AS_ERROR = @DOXYGEN_WARN_AS_ERROR@ +WARN_FORMAT = @DOXYGEN_WARN_FORMAT@ +WARN_LINE_FORMAT = @DOXYGEN_WARN_LINE_FORMAT@ +WARN_LOGFILE = @DOXYGEN_WARN_LOGFILE@ +INPUT = @DOXYGEN_INPUT@ +INPUT_ENCODING = @DOXYGEN_INPUT_ENCODING@ +INPUT_FILE_ENCODING = @DOXYGEN_INPUT_FILE_ENCODING@ +FILE_PATTERNS = @DOXYGEN_FILE_PATTERNS@ +RECURSIVE = @DOXYGEN_RECURSIVE@ +EXCLUDE = @DOXYGEN_EXCLUDE@ +EXCLUDE_SYMLINKS = @DOXYGEN_EXCLUDE_SYMLINKS@ +EXCLUDE_PATTERNS = @DOXYGEN_EXCLUDE_PATTERNS@ +EXCLUDE_SYMBOLS = @DOXYGEN_EXCLUDE_SYMBOLS@ +EXAMPLE_PATH = @DOXYGEN_EXAMPLE_PATH@ +EXAMPLE_PATTERNS = @DOXYGEN_EXAMPLE_PATTERNS@ +EXAMPLE_RECURSIVE = @DOXYGEN_EXAMPLE_RECURSIVE@ +IMAGE_PATH = @DOXYGEN_IMAGE_PATH@ +INPUT_FILTER = @DOXYGEN_INPUT_FILTER@ +FILTER_PATTERNS = @DOXYGEN_FILTER_PATTERNS@ +FILTER_SOURCE_FILES = @DOXYGEN_FILTER_SOURCE_FILES@ +FILTER_SOURCE_PATTERNS = @DOXYGEN_FILTER_SOURCE_PATTERNS@ +USE_MDFILE_AS_MAINPAGE = @DOXYGEN_USE_MDFILE_AS_MAINPAGE@ +IMPLICIT_DIR_DOCS = @DOXYGEN_IMPLICIT_DIR_DOCS@ +FORTRAN_COMMENT_AFTER = @DOXYGEN_FORTRAN_COMMENT_AFTER@ +SOURCE_BROWSER = @DOXYGEN_SOURCE_BROWSER@ +INLINE_SOURCES = @DOXYGEN_INLINE_SOURCES@ +STRIP_CODE_COMMENTS = @DOXYGEN_STRIP_CODE_COMMENTS@ +REFERENCED_BY_RELATION = @DOXYGEN_REFERENCED_BY_RELATION@ +REFERENCES_RELATION = @DOXYGEN_REFERENCES_RELATION@ +REFERENCES_LINK_SOURCE = @DOXYGEN_REFERENCES_LINK_SOURCE@ +SOURCE_TOOLTIPS = @DOXYGEN_SOURCE_TOOLTIPS@ +USE_HTAGS = @DOXYGEN_USE_HTAGS@ +VERBATIM_HEADERS = @DOXYGEN_VERBATIM_HEADERS@ +ALPHABETICAL_INDEX = @DOXYGEN_ALPHABETICAL_INDEX@ +IGNORE_PREFIX = @DOXYGEN_IGNORE_PREFIX@ +GENERATE_HTML = @DOXYGEN_GENERATE_HTML@ +HTML_OUTPUT = @DOXYGEN_HTML_OUTPUT@ +HTML_FILE_EXTENSION = @DOXYGEN_HTML_FILE_EXTENSION@ +HTML_HEADER = @DOXYGEN_HTML_HEADER@ +HTML_FOOTER = @DOXYGEN_HTML_FOOTER@ +HTML_STYLESHEET = @DOXYGEN_HTML_STYLESHEET@ +HTML_EXTRA_STYLESHEET = @DOXYGEN_HTML_EXTRA_STYLESHEET@ +HTML_EXTRA_FILES = @DOXYGEN_HTML_EXTRA_FILES@ +HTML_COLORSTYLE = @DOXYGEN_HTML_COLORSTYLE@ +HTML_COLORSTYLE_HUE = @DOXYGEN_HTML_COLORSTYLE_HUE@ +HTML_COLORSTYLE_SAT = @DOXYGEN_HTML_COLORSTYLE_SAT@ +HTML_COLORSTYLE_GAMMA = @DOXYGEN_HTML_COLORSTYLE_GAMMA@ +HTML_DYNAMIC_MENUS = @DOXYGEN_HTML_DYNAMIC_MENUS@ +HTML_DYNAMIC_SECTIONS = @DOXYGEN_HTML_DYNAMIC_SECTIONS@ +HTML_CODE_FOLDING = @DOXYGEN_HTML_CODE_FOLDING@ +HTML_COPY_CLIPBOARD = @DOXYGEN_HTML_COPY_CLIPBOARD@ +HTML_PROJECT_COOKIE = @DOXYGEN_HTML_PROJECT_COOKIE@ +HTML_INDEX_NUM_ENTRIES = @DOXYGEN_HTML_INDEX_NUM_ENTRIES@ +GENERATE_DOCSET = @DOXYGEN_GENERATE_DOCSET@ +DOCSET_FEEDNAME = @DOXYGEN_DOCSET_FEEDNAME@ +DOCSET_FEEDURL = @DOXYGEN_DOCSET_FEEDURL@ +DOCSET_BUNDLE_ID = @DOXYGEN_DOCSET_BUNDLE_ID@ +DOCSET_PUBLISHER_ID = @DOXYGEN_DOCSET_PUBLISHER_ID@ +DOCSET_PUBLISHER_NAME = @DOXYGEN_DOCSET_PUBLISHER_NAME@ +GENERATE_HTMLHELP = @DOXYGEN_GENERATE_HTMLHELP@ +CHM_FILE = @DOXYGEN_CHM_FILE@ +HHC_LOCATION = @DOXYGEN_HHC_LOCATION@ +GENERATE_CHI = @DOXYGEN_GENERATE_CHI@ +CHM_INDEX_ENCODING = @DOXYGEN_CHM_INDEX_ENCODING@ +BINARY_TOC = @DOXYGEN_BINARY_TOC@ +TOC_EXPAND = @DOXYGEN_TOC_EXPAND@ +SITEMAP_URL = @DOXYGEN_SITEMAP_URL@ +GENERATE_QHP = @DOXYGEN_GENERATE_QHP@ +QCH_FILE = @DOXYGEN_QCH_FILE@ +QHP_NAMESPACE = @DOXYGEN_QHP_NAMESPACE@ +QHP_VIRTUAL_FOLDER = @DOXYGEN_QHP_VIRTUAL_FOLDER@ +QHP_CUST_FILTER_NAME = @DOXYGEN_QHP_CUST_FILTER_NAME@ +QHP_CUST_FILTER_ATTRS = @DOXYGEN_QHP_CUST_FILTER_ATTRS@ +QHP_SECT_FILTER_ATTRS = @DOXYGEN_QHP_SECT_FILTER_ATTRS@ +QHG_LOCATION = @DOXYGEN_QHG_LOCATION@ +GENERATE_ECLIPSEHELP = @DOXYGEN_GENERATE_ECLIPSEHELP@ +ECLIPSE_DOC_ID = @DOXYGEN_ECLIPSE_DOC_ID@ +DISABLE_INDEX = @DOXYGEN_DISABLE_INDEX@ +GENERATE_TREEVIEW = @DOXYGEN_GENERATE_TREEVIEW@ +PAGE_OUTLINE_PANEL = @DOXYGEN_PAGE_OUTLINE_PANEL@ +FULL_SIDEBAR = @DOXYGEN_FULL_SIDEBAR@ +ENUM_VALUES_PER_LINE = @DOXYGEN_ENUM_VALUES_PER_LINE@ +SHOW_ENUM_VALUES = @DOXYGEN_SHOW_ENUM_VALUES@ +TREEVIEW_WIDTH = @DOXYGEN_TREEVIEW_WIDTH@ +EXT_LINKS_IN_WINDOW = @DOXYGEN_EXT_LINKS_IN_WINDOW@ +OBFUSCATE_EMAILS = @DOXYGEN_OBFUSCATE_EMAILS@ +HTML_FORMULA_FORMAT = @DOXYGEN_HTML_FORMULA_FORMAT@ +FORMULA_FONTSIZE = @DOXYGEN_FORMULA_FONTSIZE@ +FORMULA_MACROFILE = @DOXYGEN_FORMULA_MACROFILE@ +USE_MATHJAX = @DOXYGEN_USE_MATHJAX@ +MATHJAX_VERSION = @DOXYGEN_MATHJAX_VERSION@ +MATHJAX_FORMAT = @DOXYGEN_MATHJAX_FORMAT@ +MATHJAX_RELPATH = @DOXYGEN_MATHJAX_RELPATH@ +MATHJAX_EXTENSIONS = @DOXYGEN_MATHJAX_EXTENSIONS@ +MATHJAX_CODEFILE = @DOXYGEN_MATHJAX_CODEFILE@ +SEARCHENGINE = @DOXYGEN_SEARCHENGINE@ +SERVER_BASED_SEARCH = @DOXYGEN_SERVER_BASED_SEARCH@ +EXTERNAL_SEARCH = @DOXYGEN_EXTERNAL_SEARCH@ +SEARCHENGINE_URL = @DOXYGEN_SEARCHENGINE_URL@ +SEARCHDATA_FILE = @DOXYGEN_SEARCHDATA_FILE@ +EXTERNAL_SEARCH_ID = @DOXYGEN_EXTERNAL_SEARCH_ID@ +EXTRA_SEARCH_MAPPINGS = @DOXYGEN_EXTRA_SEARCH_MAPPINGS@ +GENERATE_LATEX = @DOXYGEN_GENERATE_LATEX@ +LATEX_OUTPUT = @DOXYGEN_LATEX_OUTPUT@ +LATEX_CMD_NAME = @DOXYGEN_LATEX_CMD_NAME@ +MAKEINDEX_CMD_NAME = @DOXYGEN_MAKEINDEX_CMD_NAME@ +LATEX_MAKEINDEX_CMD = @DOXYGEN_LATEX_MAKEINDEX_CMD@ +COMPACT_LATEX = @DOXYGEN_COMPACT_LATEX@ +PAPER_TYPE = @DOXYGEN_PAPER_TYPE@ +EXTRA_PACKAGES = @DOXYGEN_EXTRA_PACKAGES@ +LATEX_HEADER = @DOXYGEN_LATEX_HEADER@ +LATEX_FOOTER = @DOXYGEN_LATEX_FOOTER@ +LATEX_EXTRA_STYLESHEET = @DOXYGEN_LATEX_EXTRA_STYLESHEET@ +LATEX_EXTRA_FILES = @DOXYGEN_LATEX_EXTRA_FILES@ +PDF_HYPERLINKS = @DOXYGEN_PDF_HYPERLINKS@ +USE_PDFLATEX = @DOXYGEN_USE_PDFLATEX@ +LATEX_BATCHMODE = @DOXYGEN_LATEX_BATCHMODE@ +LATEX_HIDE_INDICES = @DOXYGEN_LATEX_HIDE_INDICES@ +LATEX_BIB_STYLE = @DOXYGEN_LATEX_BIB_STYLE@ +LATEX_EMOJI_DIRECTORY = @DOXYGEN_LATEX_EMOJI_DIRECTORY@ +GENERATE_RTF = @DOXYGEN_GENERATE_RTF@ +RTF_OUTPUT = @DOXYGEN_RTF_OUTPUT@ +COMPACT_RTF = @DOXYGEN_COMPACT_RTF@ +RTF_HYPERLINKS = @DOXYGEN_RTF_HYPERLINKS@ +RTF_STYLESHEET_FILE = @DOXYGEN_RTF_STYLESHEET_FILE@ +RTF_EXTENSIONS_FILE = @DOXYGEN_RTF_EXTENSIONS_FILE@ +RTF_EXTRA_FILES = @DOXYGEN_RTF_EXTRA_FILES@ +GENERATE_MAN = @DOXYGEN_GENERATE_MAN@ +MAN_OUTPUT = @DOXYGEN_MAN_OUTPUT@ +MAN_EXTENSION = @DOXYGEN_MAN_EXTENSION@ +MAN_SUBDIR = @DOXYGEN_MAN_SUBDIR@ +MAN_LINKS = @DOXYGEN_MAN_LINKS@ +GENERATE_XML = @DOXYGEN_GENERATE_XML@ +XML_OUTPUT = @DOXYGEN_XML_OUTPUT@ +XML_PROGRAMLISTING = @DOXYGEN_XML_PROGRAMLISTING@ +XML_NS_MEMB_FILE_SCOPE = @DOXYGEN_XML_NS_MEMB_FILE_SCOPE@ +GENERATE_DOCBOOK = @DOXYGEN_GENERATE_DOCBOOK@ +DOCBOOK_OUTPUT = @DOXYGEN_DOCBOOK_OUTPUT@ +GENERATE_AUTOGEN_DEF = @DOXYGEN_GENERATE_AUTOGEN_DEF@ +GENERATE_SQLITE3 = @DOXYGEN_GENERATE_SQLITE3@ +SQLITE3_OUTPUT = @DOXYGEN_SQLITE3_OUTPUT@ +SQLITE3_RECREATE_DB = @DOXYGEN_SQLITE3_RECREATE_DB@ +GENERATE_PERLMOD = @DOXYGEN_GENERATE_PERLMOD@ +PERLMOD_LATEX = @DOXYGEN_PERLMOD_LATEX@ +PERLMOD_PRETTY = @DOXYGEN_PERLMOD_PRETTY@ +PERLMOD_MAKEVAR_PREFIX = @DOXYGEN_PERLMOD_MAKEVAR_PREFIX@ +ENABLE_PREPROCESSING = @DOXYGEN_ENABLE_PREPROCESSING@ +MACRO_EXPANSION = @DOXYGEN_MACRO_EXPANSION@ +EXPAND_ONLY_PREDEF = @DOXYGEN_EXPAND_ONLY_PREDEF@ +SEARCH_INCLUDES = @DOXYGEN_SEARCH_INCLUDES@ +INCLUDE_PATH = @DOXYGEN_INCLUDE_PATH@ +INCLUDE_FILE_PATTERNS = @DOXYGEN_INCLUDE_FILE_PATTERNS@ +PREDEFINED = @DOXYGEN_PREDEFINED@ +EXPAND_AS_DEFINED = @DOXYGEN_EXPAND_AS_DEFINED@ +SKIP_FUNCTION_MACROS = @DOXYGEN_SKIP_FUNCTION_MACROS@ +TAGFILES = @DOXYGEN_TAGFILES@ +GENERATE_TAGFILE = @DOXYGEN_GENERATE_TAGFILE@ +ALLEXTERNALS = @DOXYGEN_ALLEXTERNALS@ +EXTERNAL_GROUPS = @DOXYGEN_EXTERNAL_GROUPS@ +EXTERNAL_PAGES = @DOXYGEN_EXTERNAL_PAGES@ +HIDE_UNDOC_RELATIONS = @DOXYGEN_HIDE_UNDOC_RELATIONS@ +HAVE_DOT = @DOXYGEN_HAVE_DOT@ +DOT_NUM_THREADS = @DOXYGEN_DOT_NUM_THREADS@ +DOT_COMMON_ATTR = @DOXYGEN_DOT_COMMON_ATTR@ +DOT_EDGE_ATTR = @DOXYGEN_DOT_EDGE_ATTR@ +DOT_NODE_ATTR = @DOXYGEN_DOT_NODE_ATTR@ +DOT_FONTPATH = @DOXYGEN_DOT_FONTPATH@ +CLASS_GRAPH = @DOXYGEN_CLASS_GRAPH@ +COLLABORATION_GRAPH = @DOXYGEN_COLLABORATION_GRAPH@ +GROUP_GRAPHS = @DOXYGEN_GROUP_GRAPHS@ +UML_LOOK = @DOXYGEN_UML_LOOK@ +UML_LIMIT_NUM_FIELDS = @DOXYGEN_UML_LIMIT_NUM_FIELDS@ +UML_MAX_EDGE_LABELS = @DOXYGEN_UML_MAX_EDGE_LABELS@ +DOT_UML_DETAILS = @DOXYGEN_DOT_UML_DETAILS@ +DOT_WRAP_THRESHOLD = @DOXYGEN_DOT_WRAP_THRESHOLD@ +TEMPLATE_RELATIONS = @DOXYGEN_TEMPLATE_RELATIONS@ +INCLUDE_GRAPH = @DOXYGEN_INCLUDE_GRAPH@ +INCLUDED_BY_GRAPH = @DOXYGEN_INCLUDED_BY_GRAPH@ +CALL_GRAPH = @DOXYGEN_CALL_GRAPH@ +CALLER_GRAPH = @DOXYGEN_CALLER_GRAPH@ +GRAPHICAL_HIERARCHY = @DOXYGEN_GRAPHICAL_HIERARCHY@ +DIRECTORY_GRAPH = @DOXYGEN_DIRECTORY_GRAPH@ +DIR_GRAPH_MAX_DEPTH = @DOXYGEN_DIR_GRAPH_MAX_DEPTH@ +DOT_IMAGE_FORMAT = @DOXYGEN_DOT_IMAGE_FORMAT@ +INTERACTIVE_SVG = @DOXYGEN_INTERACTIVE_SVG@ +DOT_PATH = @DOXYGEN_DOT_PATH@ +DOTFILE_DIRS = @DOXYGEN_DOTFILE_DIRS@ +DIA_PATH = @DOXYGEN_DIA_PATH@ +DIAFILE_DIRS = @DOXYGEN_DIAFILE_DIRS@ +PLANTUML_JAR_PATH = @DOXYGEN_PLANTUML_JAR_PATH@ +PLANTUML_CFG_FILE = @DOXYGEN_PLANTUML_CFG_FILE@ +PLANTUML_INCLUDE_PATH = @DOXYGEN_PLANTUML_INCLUDE_PATH@ +PLANTUMLFILE_DIRS = @DOXYGEN_PLANTUMLFILE_DIRS@ +DOT_GRAPH_MAX_NODES = @DOXYGEN_DOT_GRAPH_MAX_NODES@ +MAX_DOT_GRAPH_DEPTH = @DOXYGEN_MAX_DOT_GRAPH_DEPTH@ +DOT_MULTI_TARGETS = @DOXYGEN_DOT_MULTI_TARGETS@ +GENERATE_LEGEND = @DOXYGEN_GENERATE_LEGEND@ +DOT_CLEANUP = @DOXYGEN_DOT_CLEANUP@ +MSCGEN_TOOL = @DOXYGEN_MSCGEN_TOOL@ +MSCFILE_DIRS = @DOXYGEN_MSCFILE_DIRS@ diff --git a/stump/build/CMakeDoxygenDefaults.cmake b/stump/build/CMakeDoxygenDefaults.cmake new file mode 100644 index 0000000..dd050ed --- /dev/null +++ b/stump/build/CMakeDoxygenDefaults.cmake @@ -0,0 +1,732 @@ +# +# DO NOT EDIT! THIS FILE WAS GENERATED BY CMAKE! +# + +if(NOT DEFINED DOXYGEN_DOXYFILE_ENCODING) + set(DOXYGEN_DOXYFILE_ENCODING UTF-8) +endif() +if(NOT DEFINED DOXYGEN_PROJECT_NAME) + set(DOXYGEN_PROJECT_NAME "My Project") +endif() +if(NOT DEFINED DOXYGEN_CREATE_SUBDIRS) + set(DOXYGEN_CREATE_SUBDIRS NO) +endif() +if(NOT DEFINED DOXYGEN_CREATE_SUBDIRS_LEVEL) + set(DOXYGEN_CREATE_SUBDIRS_LEVEL 8) +endif() +if(NOT DEFINED DOXYGEN_ALLOW_UNICODE_NAMES) + set(DOXYGEN_ALLOW_UNICODE_NAMES NO) +endif() +if(NOT DEFINED DOXYGEN_OUTPUT_LANGUAGE) + set(DOXYGEN_OUTPUT_LANGUAGE English) +endif() +if(NOT DEFINED DOXYGEN_BRIEF_MEMBER_DESC) + set(DOXYGEN_BRIEF_MEMBER_DESC YES) +endif() +if(NOT DEFINED DOXYGEN_REPEAT_BRIEF) + set(DOXYGEN_REPEAT_BRIEF YES) +endif() +if(NOT DEFINED DOXYGEN_ABBREVIATE_BRIEF) + set(DOXYGEN_ABBREVIATE_BRIEF "The $name class" + "The $name widget" + "The $name file" + is + provides + specifies + contains + represents + a + an + the) +endif() +if(NOT DEFINED DOXYGEN_ALWAYS_DETAILED_SEC) + set(DOXYGEN_ALWAYS_DETAILED_SEC NO) +endif() +if(NOT DEFINED DOXYGEN_INLINE_INHERITED_MEMB) + set(DOXYGEN_INLINE_INHERITED_MEMB NO) +endif() +if(NOT DEFINED DOXYGEN_FULL_PATH_NAMES) + set(DOXYGEN_FULL_PATH_NAMES YES) +endif() +if(NOT DEFINED DOXYGEN_SHORT_NAMES) + set(DOXYGEN_SHORT_NAMES NO) +endif() +if(NOT DEFINED DOXYGEN_JAVADOC_AUTOBRIEF) + set(DOXYGEN_JAVADOC_AUTOBRIEF NO) +endif() +if(NOT DEFINED DOXYGEN_JAVADOC_BANNER) + set(DOXYGEN_JAVADOC_BANNER NO) +endif() +if(NOT DEFINED DOXYGEN_QT_AUTOBRIEF) + set(DOXYGEN_QT_AUTOBRIEF NO) +endif() +if(NOT DEFINED DOXYGEN_MULTILINE_CPP_IS_BRIEF) + set(DOXYGEN_MULTILINE_CPP_IS_BRIEF NO) +endif() +if(NOT DEFINED DOXYGEN_PYTHON_DOCSTRING) + set(DOXYGEN_PYTHON_DOCSTRING YES) +endif() +if(NOT DEFINED DOXYGEN_INHERIT_DOCS) + set(DOXYGEN_INHERIT_DOCS YES) +endif() +if(NOT DEFINED DOXYGEN_SEPARATE_MEMBER_PAGES) + set(DOXYGEN_SEPARATE_MEMBER_PAGES NO) +endif() +if(NOT DEFINED DOXYGEN_TAB_SIZE) + set(DOXYGEN_TAB_SIZE 4) +endif() +if(NOT DEFINED DOXYGEN_OPTIMIZE_OUTPUT_FOR_C) + set(DOXYGEN_OPTIMIZE_OUTPUT_FOR_C NO) +endif() +if(NOT DEFINED DOXYGEN_OPTIMIZE_OUTPUT_JAVA) + set(DOXYGEN_OPTIMIZE_OUTPUT_JAVA NO) +endif() +if(NOT DEFINED DOXYGEN_OPTIMIZE_FOR_FORTRAN) + set(DOXYGEN_OPTIMIZE_FOR_FORTRAN NO) +endif() +if(NOT DEFINED DOXYGEN_OPTIMIZE_OUTPUT_VHDL) + set(DOXYGEN_OPTIMIZE_OUTPUT_VHDL NO) +endif() +if(NOT DEFINED DOXYGEN_OPTIMIZE_OUTPUT_SLICE) + set(DOXYGEN_OPTIMIZE_OUTPUT_SLICE NO) +endif() +if(NOT DEFINED DOXYGEN_MARKDOWN_SUPPORT) + set(DOXYGEN_MARKDOWN_SUPPORT YES) +endif() +if(NOT DEFINED DOXYGEN_TOC_INCLUDE_HEADINGS) + set(DOXYGEN_TOC_INCLUDE_HEADINGS 6) +endif() +if(NOT DEFINED DOXYGEN_MARKDOWN_ID_STYLE) + set(DOXYGEN_MARKDOWN_ID_STYLE DOXYGEN) +endif() +if(NOT DEFINED DOXYGEN_AUTOLINK_SUPPORT) + set(DOXYGEN_AUTOLINK_SUPPORT YES) +endif() +if(NOT DEFINED DOXYGEN_BUILTIN_STL_SUPPORT) + set(DOXYGEN_BUILTIN_STL_SUPPORT NO) +endif() +if(NOT DEFINED DOXYGEN_CPP_CLI_SUPPORT) + set(DOXYGEN_CPP_CLI_SUPPORT NO) +endif() +if(NOT DEFINED DOXYGEN_SIP_SUPPORT) + set(DOXYGEN_SIP_SUPPORT NO) +endif() +if(NOT DEFINED DOXYGEN_IDL_PROPERTY_SUPPORT) + set(DOXYGEN_IDL_PROPERTY_SUPPORT YES) +endif() +if(NOT DEFINED DOXYGEN_DISTRIBUTE_GROUP_DOC) + set(DOXYGEN_DISTRIBUTE_GROUP_DOC NO) +endif() +if(NOT DEFINED DOXYGEN_GROUP_NESTED_COMPOUNDS) + set(DOXYGEN_GROUP_NESTED_COMPOUNDS NO) +endif() +if(NOT DEFINED DOXYGEN_SUBGROUPING) + set(DOXYGEN_SUBGROUPING YES) +endif() +if(NOT DEFINED DOXYGEN_INLINE_GROUPED_CLASSES) + set(DOXYGEN_INLINE_GROUPED_CLASSES NO) +endif() +if(NOT DEFINED DOXYGEN_INLINE_SIMPLE_STRUCTS) + set(DOXYGEN_INLINE_SIMPLE_STRUCTS NO) +endif() +if(NOT DEFINED DOXYGEN_TYPEDEF_HIDES_STRUCT) + set(DOXYGEN_TYPEDEF_HIDES_STRUCT NO) +endif() +if(NOT DEFINED DOXYGEN_LOOKUP_CACHE_SIZE) + set(DOXYGEN_LOOKUP_CACHE_SIZE 0) +endif() +if(NOT DEFINED DOXYGEN_NUM_PROC_THREADS) + set(DOXYGEN_NUM_PROC_THREADS 1) +endif() +if(NOT DEFINED DOXYGEN_TIMESTAMP) + set(DOXYGEN_TIMESTAMP NO) +endif() +if(NOT DEFINED DOXYGEN_EXTRACT_ALL) + set(DOXYGEN_EXTRACT_ALL NO) +endif() +if(NOT DEFINED DOXYGEN_EXTRACT_PRIVATE) + set(DOXYGEN_EXTRACT_PRIVATE NO) +endif() +if(NOT DEFINED DOXYGEN_EXTRACT_PRIV_VIRTUAL) + set(DOXYGEN_EXTRACT_PRIV_VIRTUAL NO) +endif() +if(NOT DEFINED DOXYGEN_EXTRACT_PACKAGE) + set(DOXYGEN_EXTRACT_PACKAGE NO) +endif() +if(NOT DEFINED DOXYGEN_EXTRACT_STATIC) + set(DOXYGEN_EXTRACT_STATIC NO) +endif() +if(NOT DEFINED DOXYGEN_EXTRACT_LOCAL_CLASSES) + set(DOXYGEN_EXTRACT_LOCAL_CLASSES YES) +endif() +if(NOT DEFINED DOXYGEN_EXTRACT_LOCAL_METHODS) + set(DOXYGEN_EXTRACT_LOCAL_METHODS NO) +endif() +if(NOT DEFINED DOXYGEN_EXTRACT_ANON_NSPACES) + set(DOXYGEN_EXTRACT_ANON_NSPACES NO) +endif() +if(NOT DEFINED DOXYGEN_RESOLVE_UNNAMED_PARAMS) + set(DOXYGEN_RESOLVE_UNNAMED_PARAMS YES) +endif() +if(NOT DEFINED DOXYGEN_HIDE_UNDOC_MEMBERS) + set(DOXYGEN_HIDE_UNDOC_MEMBERS NO) +endif() +if(NOT DEFINED DOXYGEN_HIDE_UNDOC_CLASSES) + set(DOXYGEN_HIDE_UNDOC_CLASSES NO) +endif() +if(NOT DEFINED DOXYGEN_HIDE_UNDOC_NAMESPACES) + set(DOXYGEN_HIDE_UNDOC_NAMESPACES YES) +endif() +if(NOT DEFINED DOXYGEN_HIDE_FRIEND_COMPOUNDS) + set(DOXYGEN_HIDE_FRIEND_COMPOUNDS NO) +endif() +if(NOT DEFINED DOXYGEN_HIDE_IN_BODY_DOCS) + set(DOXYGEN_HIDE_IN_BODY_DOCS NO) +endif() +if(NOT DEFINED DOXYGEN_INTERNAL_DOCS) + set(DOXYGEN_INTERNAL_DOCS NO) +endif() +if(NOT DEFINED DOXYGEN_CASE_SENSE_NAMES) + set(DOXYGEN_CASE_SENSE_NAMES SYSTEM) +endif() +if(NOT DEFINED DOXYGEN_HIDE_SCOPE_NAMES) + set(DOXYGEN_HIDE_SCOPE_NAMES NO) +endif() +if(NOT DEFINED DOXYGEN_HIDE_COMPOUND_REFERENCE) + set(DOXYGEN_HIDE_COMPOUND_REFERENCE NO) +endif() +if(NOT DEFINED DOXYGEN_SHOW_HEADERFILE) + set(DOXYGEN_SHOW_HEADERFILE YES) +endif() +if(NOT DEFINED DOXYGEN_SHOW_INCLUDE_FILES) + set(DOXYGEN_SHOW_INCLUDE_FILES YES) +endif() +if(NOT DEFINED DOXYGEN_SHOW_GROUPED_MEMB_INC) + set(DOXYGEN_SHOW_GROUPED_MEMB_INC NO) +endif() +if(NOT DEFINED DOXYGEN_FORCE_LOCAL_INCLUDES) + set(DOXYGEN_FORCE_LOCAL_INCLUDES NO) +endif() +if(NOT DEFINED DOXYGEN_INLINE_INFO) + set(DOXYGEN_INLINE_INFO YES) +endif() +if(NOT DEFINED DOXYGEN_SORT_MEMBER_DOCS) + set(DOXYGEN_SORT_MEMBER_DOCS YES) +endif() +if(NOT DEFINED DOXYGEN_SORT_BRIEF_DOCS) + set(DOXYGEN_SORT_BRIEF_DOCS NO) +endif() +if(NOT DEFINED DOXYGEN_SORT_MEMBERS_CTORS_1ST) + set(DOXYGEN_SORT_MEMBERS_CTORS_1ST NO) +endif() +if(NOT DEFINED DOXYGEN_SORT_GROUP_NAMES) + set(DOXYGEN_SORT_GROUP_NAMES NO) +endif() +if(NOT DEFINED DOXYGEN_SORT_BY_SCOPE_NAME) + set(DOXYGEN_SORT_BY_SCOPE_NAME NO) +endif() +if(NOT DEFINED DOXYGEN_STRICT_PROTO_MATCHING) + set(DOXYGEN_STRICT_PROTO_MATCHING NO) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_TODOLIST) + set(DOXYGEN_GENERATE_TODOLIST YES) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_TESTLIST) + set(DOXYGEN_GENERATE_TESTLIST YES) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_BUGLIST) + set(DOXYGEN_GENERATE_BUGLIST YES) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_DEPRECATEDLIST) + set(DOXYGEN_GENERATE_DEPRECATEDLIST YES) +endif() +if(NOT DEFINED DOXYGEN_MAX_INITIALIZER_LINES) + set(DOXYGEN_MAX_INITIALIZER_LINES 30) +endif() +if(NOT DEFINED DOXYGEN_SHOW_USED_FILES) + set(DOXYGEN_SHOW_USED_FILES YES) +endif() +if(NOT DEFINED DOXYGEN_SHOW_FILES) + set(DOXYGEN_SHOW_FILES YES) +endif() +if(NOT DEFINED DOXYGEN_SHOW_NAMESPACES) + set(DOXYGEN_SHOW_NAMESPACES YES) +endif() +if(NOT DEFINED DOXYGEN_QUIET) + set(DOXYGEN_QUIET NO) +endif() +if(NOT DEFINED DOXYGEN_WARNINGS) + set(DOXYGEN_WARNINGS YES) +endif() +if(NOT DEFINED DOXYGEN_WARN_IF_UNDOCUMENTED) + set(DOXYGEN_WARN_IF_UNDOCUMENTED YES) +endif() +if(NOT DEFINED DOXYGEN_WARN_IF_DOC_ERROR) + set(DOXYGEN_WARN_IF_DOC_ERROR YES) +endif() +if(NOT DEFINED DOXYGEN_WARN_IF_INCOMPLETE_DOC) + set(DOXYGEN_WARN_IF_INCOMPLETE_DOC YES) +endif() +if(NOT DEFINED DOXYGEN_WARN_NO_PARAMDOC) + set(DOXYGEN_WARN_NO_PARAMDOC NO) +endif() +if(NOT DEFINED DOXYGEN_WARN_IF_UNDOC_ENUM_VAL) + set(DOXYGEN_WARN_IF_UNDOC_ENUM_VAL NO) +endif() +if(NOT DEFINED DOXYGEN_WARN_LAYOUT_FILE) + set(DOXYGEN_WARN_LAYOUT_FILE YES) +endif() +if(NOT DEFINED DOXYGEN_WARN_AS_ERROR) + set(DOXYGEN_WARN_AS_ERROR NO) +endif() +if(NOT DEFINED DOXYGEN_WARN_FORMAT) + set(DOXYGEN_WARN_FORMAT "$file:$line: $text") +endif() +if(NOT DEFINED DOXYGEN_WARN_LINE_FORMAT) + set(DOXYGEN_WARN_LINE_FORMAT "at line $line of file $file") +endif() +if(NOT DEFINED DOXYGEN_INPUT_ENCODING) + set(DOXYGEN_INPUT_ENCODING UTF-8) +endif() +if(NOT DEFINED DOXYGEN_FILE_PATTERNS) + set(DOXYGEN_FILE_PATTERNS *.c + *.cc + *.cxx + *.cxxm + *.cpp + *.cppm + *.ccm + *.c++ + *.c++m + *.java + *.ii + *.ixx + *.ipp + *.i++ + *.inl + *.idl + *.ddl + *.odl + *.h + *.hh + *.hxx + *.hpp + *.h++ + *.l + *.cs + *.d + *.php + *.php4 + *.php5 + *.phtml + *.inc + *.m + *.markdown + *.md + *.mm + *.dox + *.py + *.pyw + *.f90 + *.f95 + *.f03 + *.f08 + *.f18 + *.f + *.for + *.vhd + *.vhdl + *.ucf + *.qsf + *.ice) +endif() +if(NOT DEFINED DOXYGEN_RECURSIVE) + set(DOXYGEN_RECURSIVE NO) +endif() +if(NOT DEFINED DOXYGEN_EXCLUDE_SYMLINKS) + set(DOXYGEN_EXCLUDE_SYMLINKS NO) +endif() +if(NOT DEFINED DOXYGEN_EXAMPLE_PATTERNS) + set(DOXYGEN_EXAMPLE_PATTERNS *) +endif() +if(NOT DEFINED DOXYGEN_EXAMPLE_RECURSIVE) + set(DOXYGEN_EXAMPLE_RECURSIVE NO) +endif() +if(NOT DEFINED DOXYGEN_FILTER_SOURCE_FILES) + set(DOXYGEN_FILTER_SOURCE_FILES NO) +endif() +if(NOT DEFINED DOXYGEN_IMPLICIT_DIR_DOCS) + set(DOXYGEN_IMPLICIT_DIR_DOCS YES) +endif() +if(NOT DEFINED DOXYGEN_FORTRAN_COMMENT_AFTER) + set(DOXYGEN_FORTRAN_COMMENT_AFTER 72) +endif() +if(NOT DEFINED DOXYGEN_SOURCE_BROWSER) + set(DOXYGEN_SOURCE_BROWSER NO) +endif() +if(NOT DEFINED DOXYGEN_INLINE_SOURCES) + set(DOXYGEN_INLINE_SOURCES NO) +endif() +if(NOT DEFINED DOXYGEN_STRIP_CODE_COMMENTS) + set(DOXYGEN_STRIP_CODE_COMMENTS YES) +endif() +if(NOT DEFINED DOXYGEN_REFERENCED_BY_RELATION) + set(DOXYGEN_REFERENCED_BY_RELATION NO) +endif() +if(NOT DEFINED DOXYGEN_REFERENCES_RELATION) + set(DOXYGEN_REFERENCES_RELATION NO) +endif() +if(NOT DEFINED DOXYGEN_REFERENCES_LINK_SOURCE) + set(DOXYGEN_REFERENCES_LINK_SOURCE YES) +endif() +if(NOT DEFINED DOXYGEN_SOURCE_TOOLTIPS) + set(DOXYGEN_SOURCE_TOOLTIPS YES) +endif() +if(NOT DEFINED DOXYGEN_USE_HTAGS) + set(DOXYGEN_USE_HTAGS NO) +endif() +if(NOT DEFINED DOXYGEN_VERBATIM_HEADERS) + set(DOXYGEN_VERBATIM_HEADERS YES) +endif() +if(NOT DEFINED DOXYGEN_ALPHABETICAL_INDEX) + set(DOXYGEN_ALPHABETICAL_INDEX YES) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_HTML) + set(DOXYGEN_GENERATE_HTML YES) +endif() +if(NOT DEFINED DOXYGEN_HTML_OUTPUT) + set(DOXYGEN_HTML_OUTPUT html) +endif() +if(NOT DEFINED DOXYGEN_HTML_FILE_EXTENSION) + set(DOXYGEN_HTML_FILE_EXTENSION .html) +endif() +if(NOT DEFINED DOXYGEN_HTML_COLORSTYLE) + set(DOXYGEN_HTML_COLORSTYLE AUTO_LIGHT) +endif() +if(NOT DEFINED DOXYGEN_HTML_COLORSTYLE_HUE) + set(DOXYGEN_HTML_COLORSTYLE_HUE 220) +endif() +if(NOT DEFINED DOXYGEN_HTML_COLORSTYLE_SAT) + set(DOXYGEN_HTML_COLORSTYLE_SAT 100) +endif() +if(NOT DEFINED DOXYGEN_HTML_COLORSTYLE_GAMMA) + set(DOXYGEN_HTML_COLORSTYLE_GAMMA 80) +endif() +if(NOT DEFINED DOXYGEN_HTML_DYNAMIC_MENUS) + set(DOXYGEN_HTML_DYNAMIC_MENUS YES) +endif() +if(NOT DEFINED DOXYGEN_HTML_DYNAMIC_SECTIONS) + set(DOXYGEN_HTML_DYNAMIC_SECTIONS NO) +endif() +if(NOT DEFINED DOXYGEN_HTML_CODE_FOLDING) + set(DOXYGEN_HTML_CODE_FOLDING YES) +endif() +if(NOT DEFINED DOXYGEN_HTML_COPY_CLIPBOARD) + set(DOXYGEN_HTML_COPY_CLIPBOARD YES) +endif() +if(NOT DEFINED DOXYGEN_HTML_INDEX_NUM_ENTRIES) + set(DOXYGEN_HTML_INDEX_NUM_ENTRIES 100) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_DOCSET) + set(DOXYGEN_GENERATE_DOCSET NO) +endif() +if(NOT DEFINED DOXYGEN_DOCSET_FEEDNAME) + set(DOXYGEN_DOCSET_FEEDNAME "Doxygen generated docs") +endif() +if(NOT DEFINED DOXYGEN_DOCSET_BUNDLE_ID) + set(DOXYGEN_DOCSET_BUNDLE_ID org.doxygen.Project) +endif() +if(NOT DEFINED DOXYGEN_DOCSET_PUBLISHER_ID) + set(DOXYGEN_DOCSET_PUBLISHER_ID org.doxygen.Publisher) +endif() +if(NOT DEFINED DOXYGEN_DOCSET_PUBLISHER_NAME) + set(DOXYGEN_DOCSET_PUBLISHER_NAME Publisher) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_HTMLHELP) + set(DOXYGEN_GENERATE_HTMLHELP NO) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_CHI) + set(DOXYGEN_GENERATE_CHI NO) +endif() +if(NOT DEFINED DOXYGEN_BINARY_TOC) + set(DOXYGEN_BINARY_TOC NO) +endif() +if(NOT DEFINED DOXYGEN_TOC_EXPAND) + set(DOXYGEN_TOC_EXPAND NO) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_QHP) + set(DOXYGEN_GENERATE_QHP NO) +endif() +if(NOT DEFINED DOXYGEN_QHP_NAMESPACE) + set(DOXYGEN_QHP_NAMESPACE org.doxygen.Project) +endif() +if(NOT DEFINED DOXYGEN_QHP_VIRTUAL_FOLDER) + set(DOXYGEN_QHP_VIRTUAL_FOLDER doc) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_ECLIPSEHELP) + set(DOXYGEN_GENERATE_ECLIPSEHELP NO) +endif() +if(NOT DEFINED DOXYGEN_ECLIPSE_DOC_ID) + set(DOXYGEN_ECLIPSE_DOC_ID org.doxygen.Project) +endif() +if(NOT DEFINED DOXYGEN_DISABLE_INDEX) + set(DOXYGEN_DISABLE_INDEX NO) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_TREEVIEW) + set(DOXYGEN_GENERATE_TREEVIEW YES) +endif() +if(NOT DEFINED DOXYGEN_PAGE_OUTLINE_PANEL) + set(DOXYGEN_PAGE_OUTLINE_PANEL YES) +endif() +if(NOT DEFINED DOXYGEN_FULL_SIDEBAR) + set(DOXYGEN_FULL_SIDEBAR NO) +endif() +if(NOT DEFINED DOXYGEN_ENUM_VALUES_PER_LINE) + set(DOXYGEN_ENUM_VALUES_PER_LINE 4) +endif() +if(NOT DEFINED DOXYGEN_SHOW_ENUM_VALUES) + set(DOXYGEN_SHOW_ENUM_VALUES NO) +endif() +if(NOT DEFINED DOXYGEN_TREEVIEW_WIDTH) + set(DOXYGEN_TREEVIEW_WIDTH 250) +endif() +if(NOT DEFINED DOXYGEN_EXT_LINKS_IN_WINDOW) + set(DOXYGEN_EXT_LINKS_IN_WINDOW NO) +endif() +if(NOT DEFINED DOXYGEN_OBFUSCATE_EMAILS) + set(DOXYGEN_OBFUSCATE_EMAILS YES) +endif() +if(NOT DEFINED DOXYGEN_HTML_FORMULA_FORMAT) + set(DOXYGEN_HTML_FORMULA_FORMAT png) +endif() +if(NOT DEFINED DOXYGEN_FORMULA_FONTSIZE) + set(DOXYGEN_FORMULA_FONTSIZE 10) +endif() +if(NOT DEFINED DOXYGEN_USE_MATHJAX) + set(DOXYGEN_USE_MATHJAX NO) +endif() +if(NOT DEFINED DOXYGEN_MATHJAX_VERSION) + set(DOXYGEN_MATHJAX_VERSION MathJax_2) +endif() +if(NOT DEFINED DOXYGEN_MATHJAX_FORMAT) + set(DOXYGEN_MATHJAX_FORMAT HTML-CSS) +endif() +if(NOT DEFINED DOXYGEN_SEARCHENGINE) + set(DOXYGEN_SEARCHENGINE YES) +endif() +if(NOT DEFINED DOXYGEN_SERVER_BASED_SEARCH) + set(DOXYGEN_SERVER_BASED_SEARCH NO) +endif() +if(NOT DEFINED DOXYGEN_EXTERNAL_SEARCH) + set(DOXYGEN_EXTERNAL_SEARCH NO) +endif() +if(NOT DEFINED DOXYGEN_SEARCHDATA_FILE) + set(DOXYGEN_SEARCHDATA_FILE searchdata.xml) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_LATEX) + set(DOXYGEN_GENERATE_LATEX YES) +endif() +if(NOT DEFINED DOXYGEN_LATEX_OUTPUT) + set(DOXYGEN_LATEX_OUTPUT latex) +endif() +if(NOT DEFINED DOXYGEN_MAKEINDEX_CMD_NAME) + set(DOXYGEN_MAKEINDEX_CMD_NAME makeindex) +endif() +if(NOT DEFINED DOXYGEN_LATEX_MAKEINDEX_CMD) + set(DOXYGEN_LATEX_MAKEINDEX_CMD makeindex) +endif() +if(NOT DEFINED DOXYGEN_COMPACT_LATEX) + set(DOXYGEN_COMPACT_LATEX NO) +endif() +if(NOT DEFINED DOXYGEN_PAPER_TYPE) + set(DOXYGEN_PAPER_TYPE a4) +endif() +if(NOT DEFINED DOXYGEN_PDF_HYPERLINKS) + set(DOXYGEN_PDF_HYPERLINKS YES) +endif() +if(NOT DEFINED DOXYGEN_USE_PDFLATEX) + set(DOXYGEN_USE_PDFLATEX YES) +endif() +if(NOT DEFINED DOXYGEN_LATEX_BATCHMODE) + set(DOXYGEN_LATEX_BATCHMODE NO) +endif() +if(NOT DEFINED DOXYGEN_LATEX_HIDE_INDICES) + set(DOXYGEN_LATEX_HIDE_INDICES NO) +endif() +if(NOT DEFINED DOXYGEN_LATEX_BIB_STYLE) + set(DOXYGEN_LATEX_BIB_STYLE plainnat) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_RTF) + set(DOXYGEN_GENERATE_RTF NO) +endif() +if(NOT DEFINED DOXYGEN_RTF_OUTPUT) + set(DOXYGEN_RTF_OUTPUT rtf) +endif() +if(NOT DEFINED DOXYGEN_COMPACT_RTF) + set(DOXYGEN_COMPACT_RTF NO) +endif() +if(NOT DEFINED DOXYGEN_RTF_HYPERLINKS) + set(DOXYGEN_RTF_HYPERLINKS NO) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_MAN) + set(DOXYGEN_GENERATE_MAN NO) +endif() +if(NOT DEFINED DOXYGEN_MAN_OUTPUT) + set(DOXYGEN_MAN_OUTPUT man) +endif() +if(NOT DEFINED DOXYGEN_MAN_EXTENSION) + set(DOXYGEN_MAN_EXTENSION .3) +endif() +if(NOT DEFINED DOXYGEN_MAN_LINKS) + set(DOXYGEN_MAN_LINKS NO) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_XML) + set(DOXYGEN_GENERATE_XML NO) +endif() +if(NOT DEFINED DOXYGEN_XML_OUTPUT) + set(DOXYGEN_XML_OUTPUT xml) +endif() +if(NOT DEFINED DOXYGEN_XML_PROGRAMLISTING) + set(DOXYGEN_XML_PROGRAMLISTING YES) +endif() +if(NOT DEFINED DOXYGEN_XML_NS_MEMB_FILE_SCOPE) + set(DOXYGEN_XML_NS_MEMB_FILE_SCOPE NO) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_DOCBOOK) + set(DOXYGEN_GENERATE_DOCBOOK NO) +endif() +if(NOT DEFINED DOXYGEN_DOCBOOK_OUTPUT) + set(DOXYGEN_DOCBOOK_OUTPUT docbook) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_AUTOGEN_DEF) + set(DOXYGEN_GENERATE_AUTOGEN_DEF NO) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_SQLITE3) + set(DOXYGEN_GENERATE_SQLITE3 NO) +endif() +if(NOT DEFINED DOXYGEN_SQLITE3_OUTPUT) + set(DOXYGEN_SQLITE3_OUTPUT sqlite3) +endif() +if(NOT DEFINED DOXYGEN_SQLITE3_RECREATE_DB) + set(DOXYGEN_SQLITE3_RECREATE_DB YES) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_PERLMOD) + set(DOXYGEN_GENERATE_PERLMOD NO) +endif() +if(NOT DEFINED DOXYGEN_PERLMOD_LATEX) + set(DOXYGEN_PERLMOD_LATEX NO) +endif() +if(NOT DEFINED DOXYGEN_PERLMOD_PRETTY) + set(DOXYGEN_PERLMOD_PRETTY YES) +endif() +if(NOT DEFINED DOXYGEN_ENABLE_PREPROCESSING) + set(DOXYGEN_ENABLE_PREPROCESSING YES) +endif() +if(NOT DEFINED DOXYGEN_MACRO_EXPANSION) + set(DOXYGEN_MACRO_EXPANSION NO) +endif() +if(NOT DEFINED DOXYGEN_EXPAND_ONLY_PREDEF) + set(DOXYGEN_EXPAND_ONLY_PREDEF NO) +endif() +if(NOT DEFINED DOXYGEN_SEARCH_INCLUDES) + set(DOXYGEN_SEARCH_INCLUDES YES) +endif() +if(NOT DEFINED DOXYGEN_SKIP_FUNCTION_MACROS) + set(DOXYGEN_SKIP_FUNCTION_MACROS YES) +endif() +if(NOT DEFINED DOXYGEN_ALLEXTERNALS) + set(DOXYGEN_ALLEXTERNALS NO) +endif() +if(NOT DEFINED DOXYGEN_EXTERNAL_GROUPS) + set(DOXYGEN_EXTERNAL_GROUPS YES) +endif() +if(NOT DEFINED DOXYGEN_EXTERNAL_PAGES) + set(DOXYGEN_EXTERNAL_PAGES YES) +endif() +if(NOT DEFINED DOXYGEN_HIDE_UNDOC_RELATIONS) + set(DOXYGEN_HIDE_UNDOC_RELATIONS YES) +endif() +if(NOT DEFINED DOXYGEN_HAVE_DOT) + set(DOXYGEN_HAVE_DOT NO) +endif() +if(NOT DEFINED DOXYGEN_DOT_NUM_THREADS) + set(DOXYGEN_DOT_NUM_THREADS 0) +endif() +if(NOT DEFINED DOXYGEN_DOT_COMMON_ATTR) + set(DOXYGEN_DOT_COMMON_ATTR "fontname=Helvetica,fontsize=10") +endif() +if(NOT DEFINED DOXYGEN_DOT_EDGE_ATTR) + set(DOXYGEN_DOT_EDGE_ATTR "labelfontname=Helvetica,labelfontsize=10") +endif() +if(NOT DEFINED DOXYGEN_DOT_NODE_ATTR) + set(DOXYGEN_DOT_NODE_ATTR "shape=box,height=0.2,width=0.4") +endif() +if(NOT DEFINED DOXYGEN_CLASS_GRAPH) + set(DOXYGEN_CLASS_GRAPH YES) +endif() +if(NOT DEFINED DOXYGEN_COLLABORATION_GRAPH) + set(DOXYGEN_COLLABORATION_GRAPH YES) +endif() +if(NOT DEFINED DOXYGEN_GROUP_GRAPHS) + set(DOXYGEN_GROUP_GRAPHS YES) +endif() +if(NOT DEFINED DOXYGEN_UML_LOOK) + set(DOXYGEN_UML_LOOK NO) +endif() +if(NOT DEFINED DOXYGEN_UML_LIMIT_NUM_FIELDS) + set(DOXYGEN_UML_LIMIT_NUM_FIELDS 10) +endif() +if(NOT DEFINED DOXYGEN_UML_MAX_EDGE_LABELS) + set(DOXYGEN_UML_MAX_EDGE_LABELS 10) +endif() +if(NOT DEFINED DOXYGEN_DOT_UML_DETAILS) + set(DOXYGEN_DOT_UML_DETAILS NO) +endif() +if(NOT DEFINED DOXYGEN_DOT_WRAP_THRESHOLD) + set(DOXYGEN_DOT_WRAP_THRESHOLD 17) +endif() +if(NOT DEFINED DOXYGEN_TEMPLATE_RELATIONS) + set(DOXYGEN_TEMPLATE_RELATIONS NO) +endif() +if(NOT DEFINED DOXYGEN_INCLUDE_GRAPH) + set(DOXYGEN_INCLUDE_GRAPH YES) +endif() +if(NOT DEFINED DOXYGEN_INCLUDED_BY_GRAPH) + set(DOXYGEN_INCLUDED_BY_GRAPH YES) +endif() +if(NOT DEFINED DOXYGEN_CALL_GRAPH) + set(DOXYGEN_CALL_GRAPH NO) +endif() +if(NOT DEFINED DOXYGEN_CALLER_GRAPH) + set(DOXYGEN_CALLER_GRAPH NO) +endif() +if(NOT DEFINED DOXYGEN_GRAPHICAL_HIERARCHY) + set(DOXYGEN_GRAPHICAL_HIERARCHY YES) +endif() +if(NOT DEFINED DOXYGEN_DIRECTORY_GRAPH) + set(DOXYGEN_DIRECTORY_GRAPH YES) +endif() +if(NOT DEFINED DOXYGEN_DIR_GRAPH_MAX_DEPTH) + set(DOXYGEN_DIR_GRAPH_MAX_DEPTH 1) +endif() +if(NOT DEFINED DOXYGEN_DOT_IMAGE_FORMAT) + set(DOXYGEN_DOT_IMAGE_FORMAT png) +endif() +if(NOT DEFINED DOXYGEN_INTERACTIVE_SVG) + set(DOXYGEN_INTERACTIVE_SVG NO) +endif() +if(NOT DEFINED DOXYGEN_DOT_GRAPH_MAX_NODES) + set(DOXYGEN_DOT_GRAPH_MAX_NODES 50) +endif() +if(NOT DEFINED DOXYGEN_MAX_DOT_GRAPH_DEPTH) + set(DOXYGEN_MAX_DOT_GRAPH_DEPTH 0) +endif() +if(NOT DEFINED DOXYGEN_DOT_MULTI_TARGETS) + set(DOXYGEN_DOT_MULTI_TARGETS NO) +endif() +if(NOT DEFINED DOXYGEN_GENERATE_LEGEND) + set(DOXYGEN_GENERATE_LEGEND YES) +endif() +if(NOT DEFINED DOXYGEN_DOT_CLEANUP) + set(DOXYGEN_DOT_CLEANUP YES) +endif() diff --git a/stump/build/CMakeFiles/4.1.2/CMakeCCompiler.cmake b/stump/build/CMakeFiles/4.1.2/CMakeCCompiler.cmake new file mode 100644 index 0000000..247199d --- /dev/null +++ b/stump/build/CMakeFiles/4.1.2/CMakeCCompiler.cmake @@ -0,0 +1,84 @@ +set(CMAKE_C_COMPILER "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "Clang") +set(CMAKE_C_COMPILER_VERSION "18.1.8") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_COMPILER_APPLE_SYSROOT "") +set(CMAKE_C_SIMULATE_VERSION "") +set(CMAKE_C_COMPILER_ARCHITECTURE_ID "x86_64") + + + +set(CMAKE_AR "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar") +set(CMAKE_C_COMPILER_AR "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar") +set(CMAKE_RANLIB "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib") +set(CMAKE_C_COMPILER_RANLIB "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib") +set(CMAKE_LINKER "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/ld.lld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld") +set(CMAKE_C_COMPILER_LINKER_ID "GNU") +set(CMAKE_C_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC ) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) +set(CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include;/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include;/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include;/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include;/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include;/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include;/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include;/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include;/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib;/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib;/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib;/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib;/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib;/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib;/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0;/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib;/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib;/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib;/lib64;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/stump/build/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake b/stump/build/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..876693b --- /dev/null +++ b/stump/build/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake @@ -0,0 +1,108 @@ +set(CMAKE_CXX_COMPILER "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "Clang") +set(CMAKE_CXX_COMPILER_VERSION "18.1.8") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_COMPILER_APPLE_SYSROOT "") +set(CMAKE_CXX_SIMULATE_VERSION "") +set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID "x86_64") + + + +set(CMAKE_AR "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar") +set(CMAKE_CXX_COMPILER_AR "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar") +set(CMAKE_RANLIB "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib") +set(CMAKE_LINKER "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/ld.lld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX ) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) +set(CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include;/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include;/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include;/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include;/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include;/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include;/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu;/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include;/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib;/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib;/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib;/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib;/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib;/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib;/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0;/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib;/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib;/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib;/lib64;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + + diff --git a/stump/build/CMakeFiles/4.1.2/CMakeSystem.cmake b/stump/build/CMakeFiles/4.1.2/CMakeSystem.cmake new file mode 100644 index 0000000..cd07a54 --- /dev/null +++ b/stump/build/CMakeFiles/4.1.2/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.12.3") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.12.3") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.12.3") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.12.3") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/stump/build/CMakeFiles/4.1.2/CompilerIdC/CMakeCCompilerId.c b/stump/build/CMakeFiles/4.1.2/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..ab3c359 --- /dev/null +++ b/stump/build/CMakeFiles/4.1.2/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,934 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__RENESAS__) +# define COMPILER_ID "Renesas" +/* __RENESAS_VERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__DCC__) && defined(_DIAB_TOOL) +# define COMPILER_ID "Diab" + # define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__) + # define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__) + # define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__) + # define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__) + + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) || defined(__CPARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__RENESAS__) +# if defined(__CCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__CCRL__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__CCRH__) +# define ARCHITECTURE_ID "RH850" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) && !defined(__RENESAS__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/stump/build/CMakeFiles/4.1.2/CompilerIdC/a.out b/stump/build/CMakeFiles/4.1.2/CompilerIdC/a.out new file mode 100755 index 0000000..dfc83fd Binary files /dev/null and b/stump/build/CMakeFiles/4.1.2/CompilerIdC/a.out differ diff --git a/stump/build/CMakeFiles/4.1.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/stump/build/CMakeFiles/4.1.2/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..b35f567 --- /dev/null +++ b/stump/build/CMakeFiles/4.1.2/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,949 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__RENESAS__) +# define COMPILER_ID "Renesas" +/* __RENESAS_VERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__DCC__) && defined(_DIAB_TOOL) +# define COMPILER_ID "Diab" + # define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__) + # define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__) + # define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__) + # define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__) + + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) || defined(__CPARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__RENESAS__) +# if defined(__CCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__CCRL__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__CCRH__) +# define ARCHITECTURE_ID "RH850" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/stump/build/CMakeFiles/4.1.2/CompilerIdCXX/a.out b/stump/build/CMakeFiles/4.1.2/CompilerIdCXX/a.out new file mode 100755 index 0000000..eff2462 Binary files /dev/null and b/stump/build/CMakeFiles/4.1.2/CompilerIdCXX/a.out differ diff --git a/stump/build/CMakeFiles/CMakeConfigureLog.yaml b/stump/build/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..5bbd5bc --- /dev/null +++ b/stump/build/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,14083 @@ + +--- +events: + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineSystem.cmake:12 (find_program)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_UNAME" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "uname" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/uname" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/uname" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/uname" + found: "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/uname" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineSystem.cmake:212 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.12.3 - x86_64 + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeUnixFindMake.cmake:5 (find_program)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_MAKE_PROGRAM" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "gmake" + - "make" + - "smake" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/gmake" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/gmake" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/gmake" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/gmake" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/gmake" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/gmake" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/gmake" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/gmake" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/gmake" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/gmake" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/gmake" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/gmake" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/gmake" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/gmake" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/gmake" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/gmake" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/gmake" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/gmake" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/gmake" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/gmake" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/gmake" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/gmake" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/gmake" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/gmake" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/gmake" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/gmake" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/gmake" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/gmake" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/gmake" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/gmake" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/gmake" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/gmake" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/gmake" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/gmake" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/gmake" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/gmake" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/gmake" + - "/run/wrappers/bin/gmake" + - "/home/calvin/.nix-profile/bin/gmake" + - "/nix/profile/bin/gmake" + - "/home/calvin/.local/state/nix/profile/bin/gmake" + - "/etc/profiles/per-user/calvin/bin/gmake" + - "/nix/var/nix/profiles/default/bin/gmake" + - "/run/current-system/sw/bin/gmake" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/make" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/make" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/make" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/make" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/make" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/make" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/make" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/make" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/make" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/make" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/make" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/make" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/make" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/make" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/make" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/make" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/make" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/make" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/make" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/make" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/make" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/make" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/make" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/make" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/make" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/make" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/make" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/make" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/make" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/make" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/make" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/make" + found: "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompiler.cmake:73 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:64 (_cmake_find_compiler)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER" + description: "C compiler" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + found: "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:462 (find_file)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:500 (CMAKE_DETERMINE_COMPILER_ID_WRITE)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + mode: "file" + variable: "src_in" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "CMakeCCompilerId.c.in" + candidate_directories: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/" + found: "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerId.c.in" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is Clang, found in: + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/4.1.2/CompilerIdC/a.out + + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_AR" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ar" + - "ar" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_RANLIB" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ranlib" + - "ranlib" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_STRIP" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-strip" + - "strip" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-strip" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-strip" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-strip" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_LINKER" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ld.lld" + - "ld" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/ld.lld" + found: "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/ld.lld" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_NM" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-nm" + - "nm" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-nm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-nm" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-nm" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_OBJDUMP" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-objdump" + - "objdump" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-objdump" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-objdump" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-objdump" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_OBJCOPY" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-objcopy" + - "objcopy" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-objcopy" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-objcopy" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-objcopy" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_READELF" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-readelf" + - "readelf" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-readelf" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-readelf" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-readelf" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_DLLTOOL" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-dlltool" + - "dlltool" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-dlltool" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-dlltool" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-dlltool" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_ADDR2LINE" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-addr2line" + - "addr2line" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-addr2line" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-addr2line" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-addr2line" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_TAPI" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "tapi" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/tapi" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/tapi" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/tapi" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/tapi" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/tapi" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/tapi" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/tapi" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/tapi" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/tapi" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/tapi" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/tapi" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/tapi" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/tapi" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/tapi" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/tapi" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/tapi" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/tapi" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/tapi" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/tapi" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/tapi" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/tapi" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/tapi" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/tapi" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/tapi" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/tapi" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/tapi" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/tapi" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/tapi" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/tapi" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/tapi" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/tapi" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/tapi" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/tapi" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/tapi" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/tapi" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/tapi" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/tapi" + - "/run/wrappers/bin/tapi" + - "/home/calvin/.nix-profile/bin/tapi" + - "/nix/profile/bin/tapi" + - "/home/calvin/.local/state/nix/profile/bin/tapi" + - "/etc/profiles/per-user/calvin/bin/tapi" + - "/nix/var/nix/profiles/default/bin/tapi" + - "/run/current-system/sw/bin/tapi" + found: false + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:26 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:201 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER_AR" + description: "LLVM archiver" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ar-18.1" + - "llvm-ar-18" + - "llvm-ar18" + - "llvm-ar" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar-18.1" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ar-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar-18.1" + - "/run/wrappers/bin/llvm-ar-18.1" + - "/home/calvin/.nix-profile/bin/llvm-ar-18.1" + - "/nix/profile/bin/llvm-ar-18.1" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar-18.1" + - "/etc/profiles/per-user/calvin/bin/llvm-ar-18.1" + - "/nix/var/nix/profiles/default/bin/llvm-ar-18.1" + - "/run/current-system/sw/bin/llvm-ar-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar-18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ar-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar-18" + - "/run/wrappers/bin/llvm-ar-18" + - "/home/calvin/.nix-profile/bin/llvm-ar-18" + - "/nix/profile/bin/llvm-ar-18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar-18" + - "/etc/profiles/per-user/calvin/bin/llvm-ar-18" + - "/nix/var/nix/profiles/default/bin/llvm-ar-18" + - "/run/current-system/sw/bin/llvm-ar-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ar18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar18" + - "/run/wrappers/bin/llvm-ar18" + - "/home/calvin/.nix-profile/bin/llvm-ar18" + - "/nix/profile/bin/llvm-ar18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar18" + - "/etc/profiles/per-user/calvin/bin/llvm-ar18" + - "/nix/var/nix/profiles/default/bin/llvm-ar18" + - "/run/current-system/sw/bin/llvm-ar18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:38 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:201 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER_RANLIB" + description: "Generate index for LLVM archive" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ranlib-18.1" + - "llvm-ranlib-18" + - "llvm-ranlib18" + - "llvm-ranlib" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib-18.1" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ranlib-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib-18.1" + - "/run/wrappers/bin/llvm-ranlib-18.1" + - "/home/calvin/.nix-profile/bin/llvm-ranlib-18.1" + - "/nix/profile/bin/llvm-ranlib-18.1" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib-18.1" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib-18.1" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib-18.1" + - "/run/current-system/sw/bin/llvm-ranlib-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib-18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ranlib-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib-18" + - "/run/wrappers/bin/llvm-ranlib-18" + - "/home/calvin/.nix-profile/bin/llvm-ranlib-18" + - "/nix/profile/bin/llvm-ranlib-18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib-18" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib-18" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib-18" + - "/run/current-system/sw/bin/llvm-ranlib-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ranlib18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib18" + - "/run/wrappers/bin/llvm-ranlib18" + - "/home/calvin/.nix-profile/bin/llvm-ranlib18" + - "/nix/profile/bin/llvm-ranlib18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib18" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib18" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib18" + - "/run/current-system/sw/bin/llvm-ranlib18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:50 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:201 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER_CLANG_SCAN_DEPS" + description: "`clang-scan-deps` dependency scanner" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "clang-scan-deps-18.1" + - "clang-scan-deps-18" + - "clang-scan-deps18" + - "clang-scan-deps" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps-18.1" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/clang-scan-deps-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps-18.1" + - "/run/wrappers/bin/clang-scan-deps-18.1" + - "/home/calvin/.nix-profile/bin/clang-scan-deps-18.1" + - "/nix/profile/bin/clang-scan-deps-18.1" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps-18.1" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps-18.1" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps-18.1" + - "/run/current-system/sw/bin/clang-scan-deps-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps-18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/clang-scan-deps-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps-18" + - "/run/wrappers/bin/clang-scan-deps-18" + - "/home/calvin/.nix-profile/bin/clang-scan-deps-18" + - "/nix/profile/bin/clang-scan-deps-18" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps-18" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps-18" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps-18" + - "/run/current-system/sw/bin/clang-scan-deps-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/clang-scan-deps18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps18" + - "/run/wrappers/bin/clang-scan-deps18" + - "/home/calvin/.nix-profile/bin/clang-scan-deps18" + - "/nix/profile/bin/clang-scan-deps18" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps18" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps18" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps18" + - "/run/current-system/sw/bin/clang-scan-deps18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps" + found: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompiler.cmake:54 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:69 (_cmake_find_compiler)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_CXX_COMPILER" + description: "CXX compiler" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + found: "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:462 (find_file)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:500 (CMAKE_DETERMINE_COMPILER_ID_WRITE)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:125 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + mode: "file" + variable: "src_in" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "CMakeCXXCompilerId.cpp.in" + candidate_directories: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/" + found: "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerId.cpp.in" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:125 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is Clang, found in: + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/4.1.2/CompilerIdCXX/a.out + + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:26 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:207 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_CXX_COMPILER_AR" + description: "LLVM archiver" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ar-18.1" + - "llvm-ar-18" + - "llvm-ar18" + - "llvm-ar" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar-18.1" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ar-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar-18.1" + - "/run/wrappers/bin/llvm-ar-18.1" + - "/home/calvin/.nix-profile/bin/llvm-ar-18.1" + - "/nix/profile/bin/llvm-ar-18.1" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar-18.1" + - "/etc/profiles/per-user/calvin/bin/llvm-ar-18.1" + - "/nix/var/nix/profiles/default/bin/llvm-ar-18.1" + - "/run/current-system/sw/bin/llvm-ar-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar-18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ar-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar-18" + - "/run/wrappers/bin/llvm-ar-18" + - "/home/calvin/.nix-profile/bin/llvm-ar-18" + - "/nix/profile/bin/llvm-ar-18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar-18" + - "/etc/profiles/per-user/calvin/bin/llvm-ar-18" + - "/nix/var/nix/profiles/default/bin/llvm-ar-18" + - "/run/current-system/sw/bin/llvm-ar-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ar18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ar18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ar18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ar18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ar18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ar18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ar18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ar18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ar18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ar18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ar18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ar18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ar18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ar18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ar18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ar18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ar18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ar18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ar18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ar18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ar18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ar18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ar18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ar18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ar18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ar18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ar18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ar18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ar18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ar18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ar18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ar18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ar18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ar18" + - "/run/wrappers/bin/llvm-ar18" + - "/home/calvin/.nix-profile/bin/llvm-ar18" + - "/nix/profile/bin/llvm-ar18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ar18" + - "/etc/profiles/per-user/calvin/bin/llvm-ar18" + - "/nix/var/nix/profiles/default/bin/llvm-ar18" + - "/run/current-system/sw/bin/llvm-ar18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ar" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ar" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:38 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:207 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_CXX_COMPILER_RANLIB" + description: "Generate index for LLVM archive" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "llvm-ranlib-18.1" + - "llvm-ranlib-18" + - "llvm-ranlib18" + - "llvm-ranlib" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib-18.1" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ranlib-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib-18.1" + - "/run/wrappers/bin/llvm-ranlib-18.1" + - "/home/calvin/.nix-profile/bin/llvm-ranlib-18.1" + - "/nix/profile/bin/llvm-ranlib-18.1" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib-18.1" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib-18.1" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib-18.1" + - "/run/current-system/sw/bin/llvm-ranlib-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib-18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ranlib-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib-18" + - "/run/wrappers/bin/llvm-ranlib-18" + - "/home/calvin/.nix-profile/bin/llvm-ranlib-18" + - "/nix/profile/bin/llvm-ranlib-18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib-18" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib-18" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib-18" + - "/run/current-system/sw/bin/llvm-ranlib-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/llvm-ranlib18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/llvm-ranlib18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/llvm-ranlib18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/llvm-ranlib18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/llvm-ranlib18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/llvm-ranlib18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/llvm-ranlib18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/llvm-ranlib18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/llvm-ranlib18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/llvm-ranlib18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/llvm-ranlib18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/llvm-ranlib18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/llvm-ranlib18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/llvm-ranlib18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/llvm-ranlib18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/llvm-ranlib18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/llvm-ranlib18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/llvm-ranlib18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/llvm-ranlib18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/llvm-ranlib18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/llvm-ranlib18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/llvm-ranlib18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/llvm-ranlib18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/llvm-ranlib18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/llvm-ranlib18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/llvm-ranlib18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/llvm-ranlib18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/llvm-ranlib18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/llvm-ranlib18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/llvm-ranlib18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/llvm-ranlib18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/llvm-ranlib18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/llvm-ranlib18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/llvm-ranlib18" + - "/run/wrappers/bin/llvm-ranlib18" + - "/home/calvin/.nix-profile/bin/llvm-ranlib18" + - "/nix/profile/bin/llvm-ranlib18" + - "/home/calvin/.local/state/nix/profile/bin/llvm-ranlib18" + - "/etc/profiles/per-user/calvin/bin/llvm-ranlib18" + - "/nix/var/nix/profiles/default/bin/llvm-ranlib18" + - "/run/current-system/sw/bin/llvm-ranlib18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/llvm-ranlib" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/llvm-ranlib" + found: "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-FindBinUtils.cmake:50 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:207 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS" + description: "`clang-scan-deps` dependency scanner" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "clang-scan-deps-18.1" + - "clang-scan-deps-18" + - "clang-scan-deps18" + - "clang-scan-deps" + candidate_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps-18.1" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps-18.1" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps-18.1" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps-18.1" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps-18.1" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps-18.1" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps-18.1" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/clang-scan-deps-18.1" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps-18.1" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps-18.1" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps-18.1" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps-18.1" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps-18.1" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps-18.1" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps-18.1" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps-18.1" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps-18.1" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps-18.1" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps-18.1" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps-18.1" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps-18.1" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps-18.1" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps-18.1" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps-18.1" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps-18.1" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps-18.1" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps-18.1" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps-18.1" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps-18.1" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps-18.1" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps-18.1" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps-18.1" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps-18.1" + - "/run/wrappers/bin/clang-scan-deps-18.1" + - "/home/calvin/.nix-profile/bin/clang-scan-deps-18.1" + - "/nix/profile/bin/clang-scan-deps-18.1" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps-18.1" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps-18.1" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps-18.1" + - "/run/current-system/sw/bin/clang-scan-deps-18.1" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps-18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps-18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps-18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps-18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps-18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps-18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps-18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/clang-scan-deps-18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps-18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps-18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps-18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps-18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps-18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps-18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps-18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps-18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps-18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps-18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps-18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps-18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps-18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps-18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps-18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps-18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps-18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps-18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps-18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps-18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps-18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps-18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps-18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps-18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps-18" + - "/run/wrappers/bin/clang-scan-deps-18" + - "/home/calvin/.nix-profile/bin/clang-scan-deps-18" + - "/nix/profile/bin/clang-scan-deps-18" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps-18" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps-18" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps-18" + - "/run/current-system/sw/bin/clang-scan-deps-18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps18" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps18" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps18" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps18" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps18" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps18" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/clang-scan-deps18" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/clang-scan-deps18" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/clang-scan-deps18" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/clang-scan-deps18" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/clang-scan-deps18" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/clang-scan-deps18" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-scan-deps18" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/clang-scan-deps18" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/clang-scan-deps18" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/clang-scan-deps18" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/clang-scan-deps18" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/clang-scan-deps18" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/clang-scan-deps18" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/clang-scan-deps18" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/clang-scan-deps18" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/clang-scan-deps18" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/clang-scan-deps18" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/clang-scan-deps18" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/clang-scan-deps18" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/clang-scan-deps18" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/clang-scan-deps18" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/clang-scan-deps18" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/clang-scan-deps18" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/clang-scan-deps18" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/clang-scan-deps18" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/clang-scan-deps18" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/clang-scan-deps18" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/clang-scan-deps18" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/clang-scan-deps18" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/clang-scan-deps18" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/clang-scan-deps18" + - "/run/wrappers/bin/clang-scan-deps18" + - "/home/calvin/.nix-profile/bin/clang-scan-deps18" + - "/nix/profile/bin/clang-scan-deps18" + - "/home/calvin/.local/state/nix/profile/bin/clang-scan-deps18" + - "/etc/profiles/per-user/calvin/bin/clang-scan-deps18" + - "/nix/var/nix/profiles/default/bin/clang-scan-deps18" + - "/run/current-system/sw/bin/clang-scan-deps18" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang-scan-deps" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/clang-scan-deps" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/clang-scan-deps" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/clang-scan-deps" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/clang-scan-deps" + found: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bTlVyu" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bTlVyu" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bTlVyu' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_1c81a/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_1c81a.dir/build.make CMakeFiles/cmTC_1c81a.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bTlVyu' + Building C object CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -v -MD -MT CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o -c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerABI.c + clang version 18.1.8 + Target: x86_64-unknown-linux-gnu + Thread model: posix + InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin + Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Candidate multilib: .;@m64 + Selected multilib: .;@m64 + (in-process) + "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-18" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bTlVyu -v -fcoverage-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bTlVyu -nostdsysteminc -resource-dir /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root -dependency-file CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o.d -MT CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o -sys-header-deps -idirafter /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -U _FORTIFY_SOURCE -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -internal-isystem /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include -fmacro-prefix-map=/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.40-66-dev/include -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.6.0-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.6.0-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -source-date-epoch 315532800 -O2 -Wformat -Wformat-security -Werror=format-security -ferror-limit 19 -fzero-call-used-regs=used-gpr -fwrapv -stack-protector 2 -stack-protector-buffer-size 4 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o -x c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerABI.c + clang -cc1 version 18.1.8 based upon LLVM 18.1.8 default target x86_64-unknown-linux-gnu + ignoring duplicate directory "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + ignoring duplicate directory "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include" + ignoring duplicate directory "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + ignoring duplicate directory "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + ignoring duplicate directory "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + ignoring duplicate directory "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + ignoring duplicate directory "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + ignoring duplicate directory "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + ignoring duplicate directory "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + ignoring duplicate directory "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + ignoring duplicate directory "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + #include "..." search starts here: + #include <...> search starts here: + /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include + /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include + /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include + /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include + /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include + /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include + /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include + /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include + /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include + /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include + End of search list. + Linking C executable cmTC_1c81a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1c81a.dir/link.txt --verbose=1 + clang version 18.1.8 + Target: x86_64-unknown-linux-gnu + Thread model: posix + InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin + Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Candidate multilib: .;@m64 + Selected multilib: .;@m64 + "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -pie -o cmTC_1c81a /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib -L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib -L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/lib/../lib64 -L/lib -dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2 -v CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o -rpath /nix/store/cygwjgsr81sxzy8cdrpfblj4dsgcr3hl-lorri-keep-env-hack-bitcoin/lib -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o + GNU ld (GNU Binutils) 2.44 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -v -Wl,-v CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o -o cmTC_1c81a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bTlVyu' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:217 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + add: [/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include] + add: [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + add: [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + add: [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + add: [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + add: [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + add: [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + add: [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + add: [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + add: [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + add: [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + add: [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + end of search list found + collapse include dir [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] ==> [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + collapse include dir [/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include] ==> [/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include] + collapse include dir [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] ==> [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + collapse include dir [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] ==> [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + collapse include dir [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] ==> [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + collapse include dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + collapse include dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + collapse include dir [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] ==> [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + collapse include dir [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] ==> [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + collapse include dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + collapse include dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + collapse include dir [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] ==> [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + collapse include dir [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] ==> [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + implicit include dirs: [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include;/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include;/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include;/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include;/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include;/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include;/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include;/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include;/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + + + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:253 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bTlVyu'] + ignore line: [] + ignore line: [Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_1c81a/fast] + ignore line: [/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_1c81a.dir/build.make CMakeFiles/cmTC_1c81a.dir/build] + ignore line: [make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bTlVyu'] + ignore line: [Building C object CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o] + ignore line: [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -v -MD -MT CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o -c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerABI.c] + ignore line: [clang version 18.1.8] + ignore line: [Target: x86_64-unknown-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin] + ignore line: [Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Candidate multilib: .] + ignore line: [@m64] + ignore line: [Selected multilib: .] + ignore line: [@m64] + ignore line: [ (in-process)] + ignore line: [ "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang-18" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bTlVyu -v -fcoverage-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bTlVyu -nostdsysteminc -resource-dir /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root -dependency-file CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o.d -MT CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o -sys-header-deps -idirafter /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -U _FORTIFY_SOURCE -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -internal-isystem /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include -fmacro-prefix-map=/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.40-66-dev/include -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.6.0-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.6.0-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -source-date-epoch 315532800 -O2 -Wformat -Wformat-security -Werror=format-security -ferror-limit 19 -fzero-call-used-regs=used-gpr -fwrapv -stack-protector 2 -stack-protector-buffer-size 4 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o -x c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerABI.c] + ignore line: [clang -cc1 version 18.1.8 based upon LLVM 18.1.8 default target x86_64-unknown-linux-gnu] + ignore line: [ignoring duplicate directory "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include"] + ignore line: [ignoring duplicate directory "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include"] + ignore line: [ignoring duplicate directory "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + ignore line: [ /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include] + ignore line: [ /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + ignore line: [ /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + ignore line: [ /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + ignore line: [ /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + ignore line: [ /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + ignore line: [ /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + ignore line: [ /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + ignore line: [ /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + ignore line: [ /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + ignore line: [ /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + ignore line: [ /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + ignore line: [End of search list.] + ignore line: [Linking C executable cmTC_1c81a] + ignore line: [/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1c81a.dir/link.txt --verbose=1] + ignore line: [clang version 18.1.8] + ignore line: [Target: x86_64-unknown-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin] + ignore line: [Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Candidate multilib: .] + ignore line: [@m64] + ignore line: [Selected multilib: .] + ignore line: [@m64] + link line: [ "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -pie -o cmTC_1c81a /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib -L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib -L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/lib/../lib64 -L/lib -dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2 -v CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o -rpath /nix/store/cygwjgsr81sxzy8cdrpfblj4dsgcr3hl-lorri-keep-env-hack-bitcoin/lib -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + arg [/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_1c81a] ==> ignore + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o] + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o] + arg [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o] ==> obj [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + arg [-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + arg [-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] ==> dir [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + arg [-L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] ==> dir [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] + arg [-L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] ==> dir [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] + arg [-L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] ==> dir [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + arg [-L/lib/../lib64] ==> dir [/lib/../lib64] + arg [-L/lib] ==> dir [/lib] + arg [-dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2] ==> ignore + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_1c81a.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-rpath] ==> ignore + arg [/nix/store/cygwjgsr81sxzy8cdrpfblj4dsgcr3hl-lorri-keep-env-hack-bitcoin/lib] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o] ==> obj [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o] + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + linker tool for 'C': /nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + collapse library dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + collapse library dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] ==> [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + collapse library dir [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] ==> [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib] + collapse library dir [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] ==> [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] + collapse library dir [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] ==> [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + collapse library dir [/lib/../lib64] ==> [/lib64] + collapse library dir [/lib] ==> [/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + implicit dirs: [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib;/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib;/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib;/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib;/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib;/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib;/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0;/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib;/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib;/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib;/lib64;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:299 (cmake_determine_linker_id)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the C compiler's linker: "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" "-v" + GNU ld (GNU Binutils) 2.44 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-n3SPUY" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-n3SPUY" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-n3SPUY' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_ff0fd/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_ff0fd.dir/build.make CMakeFiles/cmTC_ff0fd.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-n3SPUY' + Building CXX object CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -v -MD -MT CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o -c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerABI.cpp + clang version 18.1.8 + Target: x86_64-unknown-linux-gnu + Thread model: posix + InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin + Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Candidate multilib: .;@m64 + Selected multilib: .;@m64 + (in-process) + "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang++" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-n3SPUY -v -fcoverage-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-n3SPUY -nostdsysteminc -resource-dir /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root -dependency-file CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o.d -MT CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -idirafter /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -isystem /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0 -isystem /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu -U _FORTIFY_SOURCE -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -internal-isystem /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include -fmacro-prefix-map=/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.40-66-dev/include -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.6.0-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.6.0-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -fmacro-prefix-map=/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0/include/c++/14.3.0 -fmacro-prefix-map=/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu -source-date-epoch 315532800 -O2 -Wformat -Wformat-security -Werror=format-security -fdeprecated-macro -ferror-limit 19 -fzero-call-used-regs=used-gpr -fwrapv -stack-protector 2 -stack-protector-buffer-size 4 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o -x c++ /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerABI.cpp + clang -cc1 version 18.1.8 based upon LLVM 18.1.8 default target x86_64-unknown-linux-gnu + ignoring duplicate directory "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + ignoring duplicate directory "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include" + ignoring duplicate directory "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + ignoring duplicate directory "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + ignoring duplicate directory "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + ignoring duplicate directory "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + ignoring duplicate directory "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + ignoring duplicate directory "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + ignoring duplicate directory "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + ignoring duplicate directory "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + ignoring duplicate directory "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + #include "..." search starts here: + #include <...> search starts here: + /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include + /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include + /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include + /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include + /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include + /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include + /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include + /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include + /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include + /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include + /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0 + /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include + End of search list. + Linking CXX executable cmTC_ff0fd + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ff0fd.dir/link.txt --verbose=1 + clang version 18.1.8 + Target: x86_64-unknown-linux-gnu + Thread model: posix + InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin + Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 + Candidate multilib: .;@m64 + Selected multilib: .;@m64 + "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -pie -o cmTC_ff0fd /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib -L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib -L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/lib/../lib64 -L/lib -dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2 -v CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o -rpath /nix/store/cygwjgsr81sxzy8cdrpfblj4dsgcr3hl-lorri-keep-env-hack-bitcoin/lib -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o + GNU ld (GNU Binutils) 2.44 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -v -Wl,-v CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ff0fd + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-n3SPUY' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:217 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + add: [/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include] + add: [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + add: [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + add: [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + add: [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + add: [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + add: [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + add: [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + add: [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + add: [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + add: [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0] + add: [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu] + add: [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + add: [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + end of search list found + collapse include dir [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] ==> [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + collapse include dir [/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include] ==> [/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include] + collapse include dir [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] ==> [/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + collapse include dir [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] ==> [/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + collapse include dir [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] ==> [/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + collapse include dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + collapse include dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + collapse include dir [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] ==> [/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + collapse include dir [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] ==> [/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + collapse include dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + collapse include dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + collapse include dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0] + collapse include dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu] + collapse include dir [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] ==> [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + collapse include dir [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] ==> [/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + implicit include dirs: [/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include;/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include;/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include;/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include;/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include;/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include;/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu;/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include;/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + + + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:253 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-n3SPUY'] + ignore line: [] + ignore line: [Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_ff0fd/fast] + ignore line: [/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_ff0fd.dir/build.make CMakeFiles/cmTC_ff0fd.dir/build] + ignore line: [make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-n3SPUY'] + ignore line: [Building CXX object CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -v -MD -MT CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o -c /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [clang version 18.1.8] + ignore line: [Target: x86_64-unknown-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin] + ignore line: [Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Candidate multilib: .] + ignore line: [@m64] + ignore line: [Selected multilib: .] + ignore line: [@m64] + ignore line: [ (in-process)] + ignore line: [ "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/clang++" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-n3SPUY -v -fcoverage-compilation-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-n3SPUY -nostdsysteminc -resource-dir /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root -dependency-file CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o.d -MT CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -idirafter /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -isystem /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include -isystem /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include -isystem /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include -isystem /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include -isystem /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include -isystem /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include -isystem /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include -isystem /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include -isystem /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include -isystem /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include -isystem /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include -isystem /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0 -isystem /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu -U _FORTIFY_SOURCE -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -internal-isystem /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include -fmacro-prefix-map=/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.40-66-dev/include -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.6.0-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -fmacro-prefix-map=/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-util-linux-2.41.2-dev -fmacro-prefix-map=/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.6.0-dev -fmacro-prefix-map=/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-compiler-rt-libc-18.1.8-dev -fmacro-prefix-map=/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-boost-1.87.0-dev -fmacro-prefix-map=/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1-dev -fmacro-prefix-map=/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zeromq-4.3.5 -fmacro-prefix-map=/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-miniupnpc-2.3.3 -fmacro-prefix-map=/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libevent-2.1.12-dev -fmacro-prefix-map=/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.50.4-dev -fmacro-prefix-map=/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-graphviz-12.2.1 -fmacro-prefix-map=/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-python3-3.11.14 -fmacro-prefix-map=/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0/include/c++/14.3.0 -fmacro-prefix-map=/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu -source-date-epoch 315532800 -O2 -Wformat -Wformat-security -Werror=format-security -fdeprecated-macro -ferror-limit 19 -fzero-call-used-regs=used-gpr -fwrapv -stack-protector 2 -stack-protector-buffer-size 4 -fstack-clash-protection -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o -x c++ /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [clang -cc1 version 18.1.8 based upon LLVM 18.1.8 default target x86_64-unknown-linux-gnu] + ignore line: [ignoring duplicate directory "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include"] + ignore line: [ignoring duplicate directory "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include"] + ignore line: [ignoring duplicate directory "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include] + ignore line: [ /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include] + ignore line: [ /nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include] + ignore line: [ /nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include] + ignore line: [ /nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include] + ignore line: [ /nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include] + ignore line: [ /nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include] + ignore line: [ /nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include] + ignore line: [ /nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include] + ignore line: [ /nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include] + ignore line: [ /nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include] + ignore line: [ /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0] + ignore line: [ /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu] + ignore line: [ /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include] + ignore line: [ /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include] + ignore line: [End of search list.] + ignore line: [Linking CXX executable cmTC_ff0fd] + ignore line: [/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ff0fd.dir/link.txt --verbose=1] + ignore line: [clang version 18.1.8] + ignore line: [Target: x86_64-unknown-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [InstalledDir: /nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin] + ignore line: [Found candidate GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Selected GCC installation: /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + ignore line: [Candidate multilib: .] + ignore line: [@m64] + ignore line: [Selected multilib: .] + ignore line: [@m64] + link line: [ "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -pie -o cmTC_ff0fd /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib -L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib -L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib -L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib -L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/lib/../lib64 -L/lib -dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2 -v CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o -rpath /nix/store/cygwjgsr81sxzy8cdrpfblj4dsgcr3hl-lorri-keep-env-hack-bitcoin/lib -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + arg [/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_ff0fd] ==> ignore + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o] + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o] + arg [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o] ==> obj [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + arg [-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + arg [-L/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + arg [-L/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] ==> dir [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + arg [-L/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] ==> dir [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] + arg [-L/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] ==> dir [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] + arg [-L/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] ==> dir [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] + arg [-L/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + arg [-L/lib/../lib64] ==> dir [/lib/../lib64] + arg [-L/lib] ==> dir [/lib] + arg [-dynamic-linker=/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2] ==> ignore + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_ff0fd.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-rpath] ==> ignore + arg [/nix/store/cygwjgsr81sxzy8cdrpfblj4dsgcr3hl-lorri-keep-env-hack-bitcoin/lib] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o] ==> obj [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o] + arg [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] ==> obj [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + linker tool for 'CXX': /nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + collapse library dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] ==> [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + collapse library dir [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] ==> [/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] ==> [/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] ==> [/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] ==> [/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] ==> [/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] ==> [/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] ==> [/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] ==> [/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] ==> [/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] ==> [/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib] + collapse library dir [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] ==> [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + collapse library dir [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] ==> [/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0//lib] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib] + collapse library dir [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] ==> [/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib] + collapse library dir [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] ==> [/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib] + collapse library dir [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> [/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + collapse library dir [/lib/../lib64] ==> [/lib64] + collapse library dir [/lib] ==> [/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/Scrt1.o;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o] + implicit dirs: [/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib;/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib;/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib;/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib;/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib;/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib;/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib;/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib;/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib;/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib;/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib;/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0;/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib;/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib;/nix/store/mnd897flngivhxnw8sxznhrcwwc9vyk3-gcc-14.3.0-libgcc/lib;/nix/store/59vz3px3hd3whxwd8rnc3gkp23za9wx6-clang-18.1.8-lib/lib;/lib64;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:299 (cmake_determine_linker_id)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/ld" "-v" + GNU ld (GNU Binutils) 2.44 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:125 (try_append_cxx_flags)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/ProcessConfigurations.cmake:119 (include)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:83 (include)" + checks: + - "Performing Test CXX_SUPPORTS__WERROR" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-jzH96S" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-jzH96S" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g -DNDEBUG" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + buildResult: + variable: "CXX_SUPPORTS__WERROR" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-jzH96S' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_1390e/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_1390e.dir/build.make CMakeFiles/cmTC_1390e.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-jzH96S' + Building CXX object CMakeFiles/cmTC_1390e.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WERROR -Werror -O2 -g -DNDEBUG -std=c++20 -MD -MT CMakeFiles/cmTC_1390e.dir/src.cxx.o -MF CMakeFiles/cmTC_1390e.dir/src.cxx.o.d -o CMakeFiles/cmTC_1390e.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-jzH96S/src.cxx + Linking CXX static library libcmTC_1390e.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_1390e.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1390e.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_1390e.a CMakeFiles/cmTC_1390e.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_1390e.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-jzH96S' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/ProcessConfigurations.cmake:134 (try_append_cxx_flags)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:83 (include)" + checks: + - "Performing Test CXX_SUPPORTS__G3" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Ey7PSR" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Ey7PSR" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + buildResult: + variable: "CXX_SUPPORTS__G3" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Ey7PSR' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_7a2f3/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_7a2f3.dir/build.make CMakeFiles/cmTC_7a2f3.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Ey7PSR' + Building CXX object CMakeFiles/cmTC_7a2f3.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__G3 -g3 -Werror -O2 -g -std=c++20 -MD -MT CMakeFiles/cmTC_7a2f3.dir/src.cxx.o -MF CMakeFiles/cmTC_7a2f3.dir/src.cxx.o.d -o CMakeFiles/cmTC_7a2f3.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Ey7PSR/src.cxx + Linking CXX static library libcmTC_7a2f3.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_7a2f3.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7a2f3.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_7a2f3.a CMakeFiles/cmTC_7a2f3.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_7a2f3.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Ey7PSR' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:105 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/ProcessConfigurations.cmake:134 (try_append_cxx_flags)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:83 (include)" + checks: + - "Performing Test LINKER_SUPPORTS__G3" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MH6h92" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MH6h92" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + buildResult: + variable: "LINKER_SUPPORTS__G3" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MH6h92' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_eb650/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_eb650.dir/build.make CMakeFiles/cmTC_eb650.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MH6h92' + Building CXX object CMakeFiles/cmTC_eb650.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DLINKER_SUPPORTS__G3 -g3 -O2 -g -std=c++20 -MD -MT CMakeFiles/cmTC_eb650.dir/src.cxx.o -MF CMakeFiles/cmTC_eb650.dir/src.cxx.o.d -o CMakeFiles/cmTC_eb650.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MH6h92/src.cxx + Linking CXX executable cmTC_eb650 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb650.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -g3 -O2 -g CMakeFiles/cmTC_eb650.dir/src.cxx.o -o cmTC_eb650 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MH6h92' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/ProcessConfigurations.cmake:140 (try_append_cxx_flags)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:83 (include)" + checks: + - "Performing Test CXX_SUPPORTS__FTRAPV" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nfRAjS" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nfRAjS" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + buildResult: + variable: "CXX_SUPPORTS__FTRAPV" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nfRAjS' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_c358f/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_c358f.dir/build.make CMakeFiles/cmTC_c358f.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nfRAjS' + Building CXX object CMakeFiles/cmTC_c358f.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__FTRAPV -ftrapv -Werror -O2 -g -std=c++20 -MD -MT CMakeFiles/cmTC_c358f.dir/src.cxx.o -MF CMakeFiles/cmTC_c358f.dir/src.cxx.o.d -o CMakeFiles/cmTC_c358f.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nfRAjS/src.cxx + Linking CXX static library libcmTC_c358f.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_c358f.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c358f.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_c358f.a CMakeFiles/cmTC_c358f.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_c358f.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nfRAjS' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:105 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/ProcessConfigurations.cmake:140 (try_append_cxx_flags)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:83 (include)" + checks: + - "Performing Test LINKER_SUPPORTS__FTRAPV" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-6iILyV" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-6iILyV" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + buildResult: + variable: "LINKER_SUPPORTS__FTRAPV" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-6iILyV' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_e066c/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_e066c.dir/build.make CMakeFiles/cmTC_e066c.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-6iILyV' + Building CXX object CMakeFiles/cmTC_e066c.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DLINKER_SUPPORTS__FTRAPV -ftrapv -O2 -g -std=c++20 -MD -MT CMakeFiles/cmTC_e066c.dir/src.cxx.o -MF CMakeFiles/cmTC_e066c.dir/src.cxx.o.d -o CMakeFiles/cmTC_e066c.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-6iILyV/src.cxx + Linking CXX executable cmTC_e066c + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e066c.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -ftrapv -O2 -g CMakeFiles/cmTC_e066c.dir/src.cxx.o -o cmTC_e066c + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-6iILyV' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckLinkerFlag.cmake:34 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckPIESupported.cmake:159 (cmake_check_linker_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/CheckLinkerSupportsPIE.cmake:19 (check_pie_supported)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:192 (check_linker_supports_pie)" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-geHlUK" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-geHlUK" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + buildResult: + variable: "CMAKE_CXX_LINK_PIE_SUPPORTED" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-geHlUK' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_c7f8e/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_c7f8e.dir/build.make CMakeFiles/cmTC_c7f8e.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-geHlUK' + Building CXX object CMakeFiles/cmTC_c7f8e.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCMAKE_CXX_LINK_PIE_SUPPORTED -fPIE -O2 -g -std=c++20 -MD -MT CMakeFiles/cmTC_c7f8e.dir/src.cxx.o -MF CMakeFiles/cmTC_c7f8e.dir/src.cxx.o.d -o CMakeFiles/cmTC_c7f8e.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-geHlUK/src.cxx + Linking CXX executable cmTC_c7f8e + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c7f8e.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -fPIE -O2 -g -fPIE -pie CMakeFiles/cmTC_c7f8e.dir/src.cxx.o -o cmTC_c7f8e + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-geHlUK' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckLinkerFlag.cmake:34 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckPIESupported.cmake:170 (cmake_check_linker_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/CheckLinkerSupportsPIE.cmake:19 (check_pie_supported)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:192 (check_linker_supports_pie)" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YLEOfF" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YLEOfF" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + buildResult: + variable: "CMAKE_CXX_LINK_NO_PIE_SUPPORTED" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YLEOfF' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_d30cf/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_d30cf.dir/build.make CMakeFiles/cmTC_d30cf.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YLEOfF' + Building CXX object CMakeFiles/cmTC_d30cf.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCMAKE_CXX_LINK_NO_PIE_SUPPORTED -O2 -g -std=c++20 -MD -MT CMakeFiles/cmTC_d30cf.dir/src.cxx.o -MF CMakeFiles/cmTC_d30cf.dir/src.cxx.o.d -o CMakeFiles/cmTC_d30cf.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YLEOfF/src.cxx + Linking CXX executable cmTC_d30cf + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d30cf.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -no-pie CMakeFiles/cmTC_d30cf.dir/src.cxx.o -o cmTC_d30cf + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YLEOfF' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendLinkerFlag.cmake:43 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendLinkerFlag.cmake:82 (try_append_linker_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:231 (include)" + checks: + - "Performing Test LINKER_SUPPORTS__WL___FATAL_WARNINGS" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-PInBLV" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-PInBLV" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "LINKER_SUPPORTS__WL___FATAL_WARNINGS" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-PInBLV' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_fa2ed/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_fa2ed.dir/build.make CMakeFiles/cmTC_fa2ed.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-PInBLV' + Building CXX object CMakeFiles/cmTC_fa2ed.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DLINKER_SUPPORTS__WL___FATAL_WARNINGS -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_fa2ed.dir/src.cxx.o -MF CMakeFiles/cmTC_fa2ed.dir/src.cxx.o.d -o CMakeFiles/cmTC_fa2ed.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-PInBLV/src.cxx + Linking CXX executable cmTC_fa2ed + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fa2ed.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -Wl,--fatal-warnings -fPIE -pie CMakeFiles/cmTC_fa2ed.dir/src.cxx.o -o cmTC_fa2ed + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-PInBLV' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindThreads.cmake:97 (check_c_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindThreads.cmake:163 (_threads_check_libc)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:341 (find_package)" + checks: + - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2YCiYF" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2YCiYF" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g -DNDEBUG" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CMAKE_HAVE_LIBC_PTHREAD" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2YCiYF' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_cde73/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_cde73.dir/build.make CMakeFiles/cmTC_cde73.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2YCiYF' + Building C object CMakeFiles/cmTC_cde73.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DCMAKE_HAVE_LIBC_PTHREAD -O2 -g -DNDEBUG -std=gnu99 -fPIE -MD -MT CMakeFiles/cmTC_cde73.dir/src.c.o -MF CMakeFiles/cmTC_cde73.dir/src.c.o.d -o CMakeFiles/cmTC_cde73.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2YCiYF/src.c + Linking C executable cmTC_cde73 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cde73.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -O2 -g -DNDEBUG CMakeFiles/cmTC_cde73.dir/src.c.o -o cmTC_cde73 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2YCiYF' + + exitCode: 0 + - + kind: "find_package-v1" + backtrace: + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/cmake/Boost-1.87.0/BoostConfig.cmake:141 (find_package)" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/cmake/Boost-1.87.0/BoostConfig.cmake:215 (boost_find_component)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/AddBoostIfNeeded.cmake:32 (find_package)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:416 (add_boost_if_needed)" + name: "boost_headers" + configs: + - + filename: "boost_headersConfig.cmake" + kind: "cmake" + - + filename: "boost_headers-config.cmake" + kind: "cmake" + version_request: + version: "1.87.0" + version_complete: "1.87.0" + exact: true + settings: + required: "required_explicit" + quiet: false + global: false + policy_scope: true + bypass_provider: false + hints: + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/cmake" + names: + - "boost_headers" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/pkgRedirects/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/pkgRedirects/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/boost_headers-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/cmake/boost_headers-1.87.0/boost_headersConfig.cmake" + mode: "config" + reason: "no_exist" + found: + path: "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/cmake/boost_headers-1.87.0/boost_headers-config.cmake" + mode: "config" + version: "1.87.0" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + - + kind: "find_package-v1" + backtrace: + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/AddBoostIfNeeded.cmake:32 (find_package)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:416 (add_boost_if_needed)" + name: "Boost" + configs: + - + filename: "BoostConfig.cmake" + kind: "cmake" + - + filename: "boost-config.cmake" + kind: "cmake" + version_request: + version: "1.73.0" + version_complete: "1.73.0" + exact: false + settings: + required: "required_explicit" + quiet: false + global: false + policy_scope: true + bypass_provider: false + names: + - "Boost" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/pkgRedirects/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/pkgRedirects/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/boost-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/BoostConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/boost-config.cmake" + mode: "config" + reason: "no_exist" + found: + path: "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/cmake/Boost-1.87.0/BoostConfig.cmake" + mode: "config" + version: "1.87.0" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/AddBoostIfNeeded.cmake:64 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:416 (add_boost_if_needed)" + checks: + - "Performing Test NO_DIAGNOSTICS_BOOST_NO_CXX98_FUNCTION_BASE" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YNl7DI" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YNl7DI" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "NO_DIAGNOSTICS_BOOST_NO_CXX98_FUNCTION_BASE" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YNl7DI' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_a35e7/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_a35e7.dir/build.make CMakeFiles/cmTC_a35e7.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YNl7DI' + Building CXX object CMakeFiles/cmTC_a35e7.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DBOOST_NO_CXX98_FUNCTION_BASE -DNO_DIAGNOSTICS_BOOST_NO_CXX98_FUNCTION_BASE -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_a35e7.dir/src.cxx.o -MF CMakeFiles/cmTC_a35e7.dir/src.cxx.o.d -o CMakeFiles/cmTC_a35e7.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YNl7DI/src.cxx + Linking CXX static library libcmTC_a35e7.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_a35e7.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a35e7.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_a35e7.a CMakeFiles/cmTC_a35e7.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_a35e7.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YNl7DI' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckSymbolExists.cmake:193 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSymbolExists.cmake:105 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:8 (check_cxx_symbol_exists)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Looking for O_CLOEXEC" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Rnhyk1" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Rnhyk1" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_O_CLOEXEC" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Rnhyk1' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_fc9bc/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_fc9bc.dir/build.make CMakeFiles/cmTC_fc9bc.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Rnhyk1' + Building CXX object CMakeFiles/cmTC_fc9bc.dir/CheckSymbolExists.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_fc9bc.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_fc9bc.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_fc9bc.dir/CheckSymbolExists.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Rnhyk1/CheckSymbolExists.cxx + Linking CXX executable cmTC_fc9bc + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fc9bc.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_fc9bc.dir/CheckSymbolExists.cxx.o -o cmTC_fc9bc + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Rnhyk1' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckSymbolExists.cmake:193 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSymbolExists.cmake:105 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:9 (check_cxx_symbol_exists)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Looking for fdatasync" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hPfjYf" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hPfjYf" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FDATASYNC" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hPfjYf' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_7ce0c/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_7ce0c.dir/build.make CMakeFiles/cmTC_7ce0c.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hPfjYf' + Building CXX object CMakeFiles/cmTC_7ce0c.dir/CheckSymbolExists.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_7ce0c.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_7ce0c.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_7ce0c.dir/CheckSymbolExists.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hPfjYf/CheckSymbolExists.cxx + Linking CXX executable cmTC_7ce0c + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ce0c.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_7ce0c.dir/CheckSymbolExists.cxx.o -o cmTC_7ce0c + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hPfjYf' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckSymbolExists.cmake:193 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSymbolExists.cmake:105 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:10 (check_cxx_symbol_exists)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Looking for fork" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-y0Z1xW" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-y0Z1xW" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_DECL_FORK" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-y0Z1xW' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_2f4bb/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_2f4bb.dir/build.make CMakeFiles/cmTC_2f4bb.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-y0Z1xW' + Building CXX object CMakeFiles/cmTC_2f4bb.dir/CheckSymbolExists.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_2f4bb.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_2f4bb.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_2f4bb.dir/CheckSymbolExists.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-y0Z1xW/CheckSymbolExists.cxx + Linking CXX executable cmTC_2f4bb + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2f4bb.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_2f4bb.dir/CheckSymbolExists.cxx.o -o cmTC_2f4bb + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-y0Z1xW' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckSymbolExists.cmake:193 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSymbolExists.cmake:105 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:11 (check_cxx_symbol_exists)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Looking for pipe2" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-lyjrQV" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-lyjrQV" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_DECL_PIPE2" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-lyjrQV' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_7e8e9/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_7e8e9.dir/build.make CMakeFiles/cmTC_7e8e9.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-lyjrQV' + Building CXX object CMakeFiles/cmTC_7e8e9.dir/CheckSymbolExists.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_7e8e9.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_7e8e9.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_7e8e9.dir/CheckSymbolExists.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-lyjrQV/CheckSymbolExists.cxx + Linking CXX executable cmTC_7e8e9 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e8e9.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_7e8e9.dir/CheckSymbolExists.cxx.o -o cmTC_7e8e9 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-lyjrQV' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckSymbolExists.cmake:193 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSymbolExists.cmake:105 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:12 (check_cxx_symbol_exists)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Looking for setsid" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-wZrtox" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-wZrtox" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_DECL_SETSID" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-wZrtox' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_0df1f/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_0df1f.dir/build.make CMakeFiles/cmTC_0df1f.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-wZrtox' + Building CXX object CMakeFiles/cmTC_0df1f.dir/CheckSymbolExists.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_0df1f.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_0df1f.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_0df1f.dir/CheckSymbolExists.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-wZrtox/CheckSymbolExists.cxx + Linking CXX executable cmTC_0df1f + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0df1f.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_0df1f.dir/CheckSymbolExists.cxx.o -o cmTC_0df1f + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-wZrtox' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TestAppendRequiredLibraries.cmake:29 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:16 (test_append_socket_library)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test IFADDR_LINKS_WITHOUT_LIBSOCKET" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-CUaxjm" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-CUaxjm" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "IFADDR_LINKS_WITHOUT_LIBSOCKET" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-CUaxjm' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_772c2/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_772c2.dir/build.make CMakeFiles/cmTC_772c2.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-CUaxjm' + Building CXX object CMakeFiles/cmTC_772c2.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DIFADDR_LINKS_WITHOUT_LIBSOCKET -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_772c2.dir/src.cxx.o -MF CMakeFiles/cmTC_772c2.dir/src.cxx.o.d -o CMakeFiles/cmTC_772c2.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-CUaxjm/src.cxx + Linking CXX executable cmTC_772c2 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_772c2.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_772c2.dir/src.cxx.o -o cmTC_772c2 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-CUaxjm' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TestAppendRequiredLibraries.cmake:83 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:20 (test_append_atomic_library)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test STD_ATOMIC_LINKS_WITHOUT_LIBATOMIC" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-amqhvd" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-amqhvd" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "STD_ATOMIC_LINKS_WITHOUT_LIBATOMIC" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-amqhvd' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_62e01/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_62e01.dir/build.make CMakeFiles/cmTC_62e01.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-amqhvd' + Building CXX object CMakeFiles/cmTC_62e01.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DSTD_ATOMIC_LINKS_WITHOUT_LIBATOMIC -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_62e01.dir/src.cxx.o -MF CMakeFiles/cmTC_62e01.dir/src.cxx.o.d -o CMakeFiles/cmTC_62e01.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-amqhvd/src.cxx + Linking CXX executable cmTC_62e01 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62e01.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_62e01.dir/src.cxx.o -o cmTC_62e01 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-amqhvd' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckSymbolExists.cmake:193 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSymbolExists.cmake:105 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:24 (check_cxx_symbol_exists)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Looking for std::system" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-xaEqhm" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-xaEqhm" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STD_SYSTEM" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-xaEqhm' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_732b3/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_732b3.dir/build.make CMakeFiles/cmTC_732b3.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-xaEqhm' + Building CXX object CMakeFiles/cmTC_732b3.dir/CheckSymbolExists.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_732b3.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_732b3.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_732b3.dir/CheckSymbolExists.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-xaEqhm/CheckSymbolExists.cxx + Linking CXX executable cmTC_732b3 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_732b3.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_732b3.dir/CheckSymbolExists.cxx.o -o cmTC_732b3 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-xaEqhm' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckSymbolExists.cmake:193 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSymbolExists.cmake:105 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:25 (check_cxx_symbol_exists)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Looking for ::_wsystem" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pyr2t1" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pyr2t1" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE__WSYSTEM" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pyr2t1' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_a0765/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_a0765.dir/build.make CMakeFiles/cmTC_a0765.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pyr2t1' + Building CXX object CMakeFiles/cmTC_a0765.dir/CheckSymbolExists.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_a0765.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_a0765.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_a0765.dir/CheckSymbolExists.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pyr2t1/CheckSymbolExists.cxx + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pyr2t1/CheckSymbolExists.cxx:7:21: error: no member named '_wsystem' in the global namespace; did you mean 'system'? + 7 | return ((int*)(&::_wsystem))[argc]; + | ~~^~~~~~~~ + | system + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h:923:12: note: 'system' declared here + 923 | extern int system (const char *__command) __wur; + | ^ + 1 error generated. + make[1]: *** [CMakeFiles/cmTC_a0765.dir/build.make:82: CMakeFiles/cmTC_a0765.dir/CheckSymbolExists.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pyr2t1' + make: *** [Makefile:134: cmTC_a0765/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:30 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test STRERROR_R_CHAR_P" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-uaq37i" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-uaq37i" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "STRERROR_R_CHAR_P" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-uaq37i' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_5c6e4/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_5c6e4.dir/build.make CMakeFiles/cmTC_5c6e4.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-uaq37i' + Building CXX object CMakeFiles/cmTC_5c6e4.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DSTRERROR_R_CHAR_P -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_5c6e4.dir/src.cxx.o -MF CMakeFiles/cmTC_5c6e4.dir/src.cxx.o.d -o CMakeFiles/cmTC_5c6e4.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-uaq37i/src.cxx + Linking CXX executable cmTC_5c6e4 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5c6e4.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_5c6e4.dir/src.cxx.o -o cmTC_5c6e4 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-uaq37i' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckSymbolExists.cmake:193 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSymbolExists.cmake:105 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:43 (check_cxx_symbol_exists)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Looking for malloc_info" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-6VqNFv" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-6VqNFv" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_MALLOC_INFO" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-6VqNFv' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_fbc5d/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_fbc5d.dir/build.make CMakeFiles/cmTC_fbc5d.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-6VqNFv' + Building CXX object CMakeFiles/cmTC_fbc5d.dir/CheckSymbolExists.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_fbc5d.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_fbc5d.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_fbc5d.dir/CheckSymbolExists.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-6VqNFv/CheckSymbolExists.cxx + Linking CXX executable cmTC_fbc5d + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fbc5d.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_fbc5d.dir/CheckSymbolExists.cxx.o -o cmTC_fbc5d + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-6VqNFv' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:46 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test HAVE_MALLOPT_ARENA_MAX" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-7VpF3J" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-7VpF3J" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_MALLOPT_ARENA_MAX" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-7VpF3J' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_7b322/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_7b322.dir/build.make CMakeFiles/cmTC_7b322.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-7VpF3J' + Building CXX object CMakeFiles/cmTC_7b322.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_MALLOPT_ARENA_MAX -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_7b322.dir/src.cxx.o -MF CMakeFiles/cmTC_7b322.dir/src.cxx.o.d -o CMakeFiles/cmTC_7b322.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-7VpF3J/src.cxx + Linking CXX executable cmTC_7b322 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b322.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_7b322.dir/src.cxx.o -o cmTC_7b322 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-7VpF3J' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:57 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test HAVE_POSIX_FALLOCATE" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YXqkiK" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YXqkiK" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_POSIX_FALLOCATE" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YXqkiK' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_dc2d6/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_dc2d6.dir/build.make CMakeFiles/cmTC_dc2d6.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YXqkiK' + Building CXX object CMakeFiles/cmTC_dc2d6.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_POSIX_FALLOCATE -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_dc2d6.dir/src.cxx.o -MF CMakeFiles/cmTC_dc2d6.dir/src.cxx.o.d -o CMakeFiles/cmTC_dc2d6.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YXqkiK/src.cxx + Linking CXX executable cmTC_dc2d6 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc2d6.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_dc2d6.dir/src.cxx.o -o cmTC_dc2d6 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YXqkiK' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:68 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test HAVE_STRONG_GETAUXVAL" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-yPXpGw" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-yPXpGw" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STRONG_GETAUXVAL" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-yPXpGw' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_2b810/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_2b810.dir/build.make CMakeFiles/cmTC_2b810.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-yPXpGw' + Building CXX object CMakeFiles/cmTC_2b810.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_STRONG_GETAUXVAL -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_2b810.dir/src.cxx.o -MF CMakeFiles/cmTC_2b810.dir/src.cxx.o.d -o CMakeFiles/cmTC_2b810.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-yPXpGw/src.cxx + Linking CXX executable cmTC_2b810 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2b810.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_2b810.dir/src.cxx.o -o cmTC_2b810 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-yPXpGw' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:79 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test HAVE_SOCKADDR_UN" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-eMgR1v" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-eMgR1v" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SOCKADDR_UN" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-eMgR1v' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_12d2d/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_12d2d.dir/build.make CMakeFiles/cmTC_12d2d.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-eMgR1v' + Building CXX object CMakeFiles/cmTC_12d2d.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_SOCKADDR_UN -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_12d2d.dir/src.cxx.o -MF CMakeFiles/cmTC_12d2d.dir/src.cxx.o.d -o CMakeFiles/cmTC_12d2d.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-eMgR1v/src.cxx + Linking CXX executable cmTC_12d2d + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_12d2d.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_12d2d.dir/src.cxx.o -o cmTC_12d2d + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-eMgR1v' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:93 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test HAVE_GETRANDOM" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-7Wka9a" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-7Wka9a" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETRANDOM" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-7Wka9a' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_5b082/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_5b082.dir/build.make CMakeFiles/cmTC_5b082.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-7Wka9a' + Building CXX object CMakeFiles/cmTC_5b082.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_GETRANDOM -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_5b082.dir/src.cxx.o -MF CMakeFiles/cmTC_5b082.dir/src.cxx.o.d -o CMakeFiles/cmTC_5b082.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-7Wka9a/src.cxx + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-7Wka9a/src.cxx:6:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] + 6 | getrandom(nullptr, 32, 0); + | ^~~~~~~~~ ~~~~~~~~~~~~~~ + 1 warning generated. + Linking CXX executable cmTC_5b082 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b082.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_5b082.dir/src.cxx.o -o cmTC_5b082 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-7Wka9a' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:104 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test HAVE_GETENTROPY_RAND" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4FXD4p" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4FXD4p" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETENTROPY_RAND" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4FXD4p' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_7f393/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_7f393.dir/build.make CMakeFiles/cmTC_7f393.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4FXD4p' + Building CXX object CMakeFiles/cmTC_7f393.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_GETENTROPY_RAND -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_7f393.dir/src.cxx.o -MF CMakeFiles/cmTC_7f393.dir/src.cxx.o.d -o CMakeFiles/cmTC_7f393.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4FXD4p/src.cxx + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4FXD4p/src.cxx:6:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] + 6 | getentropy(nullptr, 32); + | ^~~~~~~~~~ ~~~~~~~~~~~ + 1 warning generated. + Linking CXX executable cmTC_7f393 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f393.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_7f393.dir/src.cxx.o -o cmTC_7f393 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4FXD4p' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:116 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test HAVE_SYSCTL" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-RWchUu" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-RWchUu" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYSCTL" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-RWchUu' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_df8c4/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_df8c4.dir/build.make CMakeFiles/cmTC_df8c4.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-RWchUu' + Building CXX object CMakeFiles/cmTC_df8c4.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_SYSCTL -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_df8c4.dir/src.cxx.o -MF CMakeFiles/cmTC_df8c4.dir/src.cxx.o.d -o CMakeFiles/cmTC_df8c4.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-RWchUu/src.cxx + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-RWchUu/src.cxx:3:12: fatal error: 'sys/sysctl.h' file not found + 3 | #include + | ^~~~~~~~~~~~~~ + 1 error generated. + make[1]: *** [CMakeFiles/cmTC_df8c4.dir/build.make:82: CMakeFiles/cmTC_df8c4.dir/src.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-RWchUu' + make: *** [Makefile:134: cmTC_df8c4/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:132 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test HAVE_SYSCTL_ARND" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-EnEH9d" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-EnEH9d" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYSCTL_ARND" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-EnEH9d' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_581dd/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_581dd.dir/build.make CMakeFiles/cmTC_581dd.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-EnEH9d' + Building CXX object CMakeFiles/cmTC_581dd.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_SYSCTL_ARND -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_581dd.dir/src.cxx.o -MF CMakeFiles/cmTC_581dd.dir/src.cxx.o.d -o CMakeFiles/cmTC_581dd.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-EnEH9d/src.cxx + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-EnEH9d/src.cxx:3:12: fatal error: 'sys/sysctl.h' file not found + 3 | #include + | ^~~~~~~~~~~~~~ + 1 error generated. + make[1]: *** [CMakeFiles/cmTC_581dd.dir/build.make:82: CMakeFiles/cmTC_581dd.dir/src.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-EnEH9d' + make: *** [Makefile:134: cmTC_581dd/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/CheckSourceCompilesWithFlags.cmake:32 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:153 (check_cxx_source_compiles_with_flags)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test HAVE_SSE41" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-yNsZ9V" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-yNsZ9V" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SSE41" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-yNsZ9V' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_c0a41/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_c0a41.dir/build.make CMakeFiles/cmTC_c0a41.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-yNsZ9V' + Building CXX object CMakeFiles/cmTC_c0a41.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_SSE41 -msse4.1 -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_c0a41.dir/src.cxx.o -MF CMakeFiles/cmTC_c0a41.dir/src.cxx.o.d -o CMakeFiles/cmTC_c0a41.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-yNsZ9V/src.cxx + Linking CXX executable cmTC_c0a41 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c0a41.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -msse4.1 -O2 -g -fPIE -pie CMakeFiles/cmTC_c0a41.dir/src.cxx.o -o cmTC_c0a41 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-yNsZ9V' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/CheckSourceCompilesWithFlags.cmake:32 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:169 (check_cxx_source_compiles_with_flags)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test HAVE_AVX2" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-3yqpoA" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-3yqpoA" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_AVX2" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-3yqpoA' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_44bb0/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_44bb0.dir/build.make CMakeFiles/cmTC_44bb0.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-3yqpoA' + Building CXX object CMakeFiles/cmTC_44bb0.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_AVX2 -mavx -mavx2 -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_44bb0.dir/src.cxx.o -MF CMakeFiles/cmTC_44bb0.dir/src.cxx.o.d -o CMakeFiles/cmTC_44bb0.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-3yqpoA/src.cxx + Linking CXX executable cmTC_44bb0 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44bb0.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -mavx -mavx2 -O2 -g -fPIE -pie CMakeFiles/cmTC_44bb0.dir/src.cxx.o -o cmTC_44bb0 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-3yqpoA' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/CheckSourceCompilesWithFlags.cmake:32 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:183 (check_cxx_source_compiles_with_flags)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test HAVE_X86_SHANI" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-shrtlQ" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-shrtlQ" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_X86_SHANI" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-shrtlQ' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_4da19/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_4da19.dir/build.make CMakeFiles/cmTC_4da19.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-shrtlQ' + Building CXX object CMakeFiles/cmTC_4da19.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_X86_SHANI -msse4 -msha -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_4da19.dir/src.cxx.o -MF CMakeFiles/cmTC_4da19.dir/src.cxx.o.d -o CMakeFiles/cmTC_4da19.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-shrtlQ/src.cxx + Linking CXX executable cmTC_4da19 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4da19.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -msse4 -msha -O2 -g -fPIE -pie CMakeFiles/cmTC_4da19.dir/src.cxx.o -o cmTC_4da19 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-shrtlQ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/CheckSourceCompilesWithFlags.cmake:32 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake:199 (check_cxx_source_compiles_with_flags)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:422 (include)" + checks: + - "Performing Test HAVE_ARM_SHANI" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pfSZOY" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pfSZOY" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_ARM_SHANI" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pfSZOY' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_01d99/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_01d99.dir/build.make CMakeFiles/cmTC_01d99.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pfSZOY' + Building CXX object CMakeFiles/cmTC_01d99.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_ARM_SHANI -march=armv8-a+crypto -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_01d99.dir/src.cxx.o -MF CMakeFiles/cmTC_01d99.dir/src.cxx.o.d -o CMakeFiles/cmTC_01d99.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pfSZOY/src.cxx + error: unknown target CPU 'armv8-a+crypto' + note: valid target CPU values are: nocona, core2, penryn, bonnell, atom, silvermont, slm, goldmont, goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake, cooperlake, cannonlake, icelake-client, rocketlake, icelake-server, tigerlake, sapphirerapids, alderlake, raptorlake, meteorlake, arrowlake, arrowlake-s, lunarlake, gracemont, pantherlake, sierraforest, grandridge, graniterapids, graniterapids-d, emeraldrapids, clearwaterforest, knl, knm, k8, athlon64, athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2, znver3, znver4, x86-64, x86-64-v2, x86-64-v3, x86-64-v4 + make[1]: *** [CMakeFiles/cmTC_01d99.dir/build.make:82: CMakeFiles/cmTC_01d99.dir/src.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pfSZOY' + make: *** [Makefile:134: cmTC_01d99/fast] Error 2 + + exitCode: 2 + - + kind: "find-v1" + backtrace: + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/ccache.cmake:6 (find_program)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:424 (include)" + mode: "program" + variable: "CCACHE_EXECUTABLE" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ccache" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/sbin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/ccache" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/ccache" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/ccache" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/ccache" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/ccache" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/ccache" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/ccache" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/ccache" + found: "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/ccache" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:441 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WALL" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-eYSYde" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-eYSYde" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WALL" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-eYSYde' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_fe863/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_fe863.dir/build.make CMakeFiles/cmTC_fe863.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-eYSYde' + Building CXX object CMakeFiles/cmTC_fe863.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WALL -Wall -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_fe863.dir/src.cxx.o -MF CMakeFiles/cmTC_fe863.dir/src.cxx.o.d -o CMakeFiles/cmTC_fe863.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-eYSYde/src.cxx + Linking CXX static library libcmTC_fe863.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_fe863.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fe863.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_fe863.a CMakeFiles/cmTC_fe863.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_fe863.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-eYSYde' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:442 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WEXTRA" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-86L2tq" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-86L2tq" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WEXTRA" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-86L2tq' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_30124/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_30124.dir/build.make CMakeFiles/cmTC_30124.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-86L2tq' + Building CXX object CMakeFiles/cmTC_30124.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WEXTRA -Wextra -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_30124.dir/src.cxx.o -MF CMakeFiles/cmTC_30124.dir/src.cxx.o.d -o CMakeFiles/cmTC_30124.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-86L2tq/src.cxx + Linking CXX static library libcmTC_30124.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_30124.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_30124.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_30124.a CMakeFiles/cmTC_30124.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_30124.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-86L2tq' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:443 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WGNU" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2NnpUM" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2NnpUM" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WGNU" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2NnpUM' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_bb2a7/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_bb2a7.dir/build.make CMakeFiles/cmTC_bb2a7.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2NnpUM' + Building CXX object CMakeFiles/cmTC_bb2a7.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WGNU -Wgnu -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_bb2a7.dir/src.cxx.o -MF CMakeFiles/cmTC_bb2a7.dir/src.cxx.o.d -o CMakeFiles/cmTC_bb2a7.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2NnpUM/src.cxx + Linking CXX static library libcmTC_bb2a7.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_bb2a7.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bb2a7.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_bb2a7.a CMakeFiles/cmTC_bb2a7.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_bb2a7.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2NnpUM' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:445 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WFORMAT__WFORMAT_SECURITY" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-038mED" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-038mED" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WFORMAT__WFORMAT_SECURITY" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-038mED' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_1580e/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_1580e.dir/build.make CMakeFiles/cmTC_1580e.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-038mED' + Building CXX object CMakeFiles/cmTC_1580e.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WFORMAT__WFORMAT_SECURITY -Wformat -Wformat-security -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_1580e.dir/src.cxx.o -MF CMakeFiles/cmTC_1580e.dir/src.cxx.o.d -o CMakeFiles/cmTC_1580e.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-038mED/src.cxx + Linking CXX static library libcmTC_1580e.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_1580e.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1580e.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_1580e.a CMakeFiles/cmTC_1580e.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_1580e.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-038mED' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:446 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WVLA" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-SGhPV0" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-SGhPV0" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WVLA" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-SGhPV0' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_cf49d/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_cf49d.dir/build.make CMakeFiles/cmTC_cf49d.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-SGhPV0' + Building CXX object CMakeFiles/cmTC_cf49d.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WVLA -Wvla -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_cf49d.dir/src.cxx.o -MF CMakeFiles/cmTC_cf49d.dir/src.cxx.o.d -o CMakeFiles/cmTC_cf49d.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-SGhPV0/src.cxx + Linking CXX static library libcmTC_cf49d.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_cf49d.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cf49d.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_cf49d.a CMakeFiles/cmTC_cf49d.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_cf49d.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-SGhPV0' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:447 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WSHADOW_FIELD" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WJMVPZ" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WJMVPZ" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WSHADOW_FIELD" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WJMVPZ' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_81d84/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_81d84.dir/build.make CMakeFiles/cmTC_81d84.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WJMVPZ' + Building CXX object CMakeFiles/cmTC_81d84.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WSHADOW_FIELD -Wshadow-field -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_81d84.dir/src.cxx.o -MF CMakeFiles/cmTC_81d84.dir/src.cxx.o.d -o CMakeFiles/cmTC_81d84.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WJMVPZ/src.cxx + Linking CXX static library libcmTC_81d84.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_81d84.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_81d84.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_81d84.a CMakeFiles/cmTC_81d84.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_81d84.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WJMVPZ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:448 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WTHREAD_SAFETY" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-c4Fcn3" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-c4Fcn3" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WTHREAD_SAFETY" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-c4Fcn3' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_fbef2/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_fbef2.dir/build.make CMakeFiles/cmTC_fbef2.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-c4Fcn3' + Building CXX object CMakeFiles/cmTC_fbef2.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WTHREAD_SAFETY -Wthread-safety -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_fbef2.dir/src.cxx.o -MF CMakeFiles/cmTC_fbef2.dir/src.cxx.o.d -o CMakeFiles/cmTC_fbef2.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-c4Fcn3/src.cxx + Linking CXX static library libcmTC_fbef2.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_fbef2.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fbef2.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_fbef2.a CMakeFiles/cmTC_fbef2.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_fbef2.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-c4Fcn3' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:449 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WTHREAD_SAFETY_POINTER" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Rhi6Wu" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Rhi6Wu" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WTHREAD_SAFETY_POINTER" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Rhi6Wu' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_e34de/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_e34de.dir/build.make CMakeFiles/cmTC_e34de.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Rhi6Wu' + Building CXX object CMakeFiles/cmTC_e34de.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WTHREAD_SAFETY_POINTER -Wthread-safety-pointer -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_e34de.dir/src.cxx.o -MF CMakeFiles/cmTC_e34de.dir/src.cxx.o.d -o CMakeFiles/cmTC_e34de.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Rhi6Wu/src.cxx + error: unknown warning option '-Wthread-safety-pointer' [-Werror,-Wunknown-warning-option] + make[1]: *** [CMakeFiles/cmTC_e34de.dir/build.make:82: CMakeFiles/cmTC_e34de.dir/src.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Rhi6Wu' + make: *** [Makefile:134: cmTC_e34de/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:450 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WLOOP_ANALYSIS" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-D4EeSL" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-D4EeSL" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WLOOP_ANALYSIS" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-D4EeSL' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_a6b7f/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_a6b7f.dir/build.make CMakeFiles/cmTC_a6b7f.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-D4EeSL' + Building CXX object CMakeFiles/cmTC_a6b7f.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WLOOP_ANALYSIS -Wloop-analysis -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_a6b7f.dir/src.cxx.o -MF CMakeFiles/cmTC_a6b7f.dir/src.cxx.o.d -o CMakeFiles/cmTC_a6b7f.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-D4EeSL/src.cxx + Linking CXX static library libcmTC_a6b7f.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_a6b7f.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a6b7f.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_a6b7f.a CMakeFiles/cmTC_a6b7f.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_a6b7f.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-D4EeSL' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:451 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WREDUNDANT_DECLS" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-lIziSk" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-lIziSk" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WREDUNDANT_DECLS" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-lIziSk' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_22f44/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_22f44.dir/build.make CMakeFiles/cmTC_22f44.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-lIziSk' + Building CXX object CMakeFiles/cmTC_22f44.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WREDUNDANT_DECLS -Wredundant-decls -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_22f44.dir/src.cxx.o -MF CMakeFiles/cmTC_22f44.dir/src.cxx.o.d -o CMakeFiles/cmTC_22f44.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-lIziSk/src.cxx + Linking CXX static library libcmTC_22f44.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_22f44.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_22f44.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_22f44.a CMakeFiles/cmTC_22f44.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_22f44.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-lIziSk' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:452 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WUNUSED_MEMBER_FUNCTION" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-oiych6" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-oiych6" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WUNUSED_MEMBER_FUNCTION" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-oiych6' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_b923f/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_b923f.dir/build.make CMakeFiles/cmTC_b923f.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-oiych6' + Building CXX object CMakeFiles/cmTC_b923f.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WUNUSED_MEMBER_FUNCTION -Wunused-member-function -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_b923f.dir/src.cxx.o -MF CMakeFiles/cmTC_b923f.dir/src.cxx.o.d -o CMakeFiles/cmTC_b923f.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-oiych6/src.cxx + Linking CXX static library libcmTC_b923f.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_b923f.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b923f.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_b923f.a CMakeFiles/cmTC_b923f.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_b923f.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-oiych6' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:453 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WDATE_TIME" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ITEj6j" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ITEj6j" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WDATE_TIME" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ITEj6j' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_27e5b/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_27e5b.dir/build.make CMakeFiles/cmTC_27e5b.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ITEj6j' + Building CXX object CMakeFiles/cmTC_27e5b.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WDATE_TIME -Wdate-time -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_27e5b.dir/src.cxx.o -MF CMakeFiles/cmTC_27e5b.dir/src.cxx.o.d -o CMakeFiles/cmTC_27e5b.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ITEj6j/src.cxx + Linking CXX static library libcmTC_27e5b.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_27e5b.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_27e5b.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_27e5b.a CMakeFiles/cmTC_27e5b.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_27e5b.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ITEj6j' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:454 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WCONDITIONAL_UNINITIALIZED" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-L0PbSU" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-L0PbSU" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WCONDITIONAL_UNINITIALIZED" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-L0PbSU' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_5b1ed/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_5b1ed.dir/build.make CMakeFiles/cmTC_5b1ed.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-L0PbSU' + Building CXX object CMakeFiles/cmTC_5b1ed.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WCONDITIONAL_UNINITIALIZED -Wconditional-uninitialized -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_5b1ed.dir/src.cxx.o -MF CMakeFiles/cmTC_5b1ed.dir/src.cxx.o.d -o CMakeFiles/cmTC_5b1ed.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-L0PbSU/src.cxx + Linking CXX static library libcmTC_5b1ed.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_5b1ed.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b1ed.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_5b1ed.a CMakeFiles/cmTC_5b1ed.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_5b1ed.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-L0PbSU' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:455 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WDUPLICATED_BRANCHES" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bt4FQR" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bt4FQR" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WDUPLICATED_BRANCHES" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bt4FQR' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_6281a/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_6281a.dir/build.make CMakeFiles/cmTC_6281a.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bt4FQR' + Building CXX object CMakeFiles/cmTC_6281a.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WDUPLICATED_BRANCHES -Wduplicated-branches -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_6281a.dir/src.cxx.o -MF CMakeFiles/cmTC_6281a.dir/src.cxx.o.d -o CMakeFiles/cmTC_6281a.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bt4FQR/src.cxx + error: unknown warning option '-Wduplicated-branches' [-Werror,-Wunknown-warning-option] + make[1]: *** [CMakeFiles/cmTC_6281a.dir/build.make:82: CMakeFiles/cmTC_6281a.dir/src.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bt4FQR' + make: *** [Makefile:134: cmTC_6281a/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:456 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WDUPLICATED_COND" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nfudO5" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nfudO5" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WDUPLICATED_COND" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nfudO5' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_8b1cf/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_8b1cf.dir/build.make CMakeFiles/cmTC_8b1cf.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nfudO5' + Building CXX object CMakeFiles/cmTC_8b1cf.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WDUPLICATED_COND -Wduplicated-cond -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_8b1cf.dir/src.cxx.o -MF CMakeFiles/cmTC_8b1cf.dir/src.cxx.o.d -o CMakeFiles/cmTC_8b1cf.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nfudO5/src.cxx + error: unknown warning option '-Wduplicated-cond' [-Werror,-Wunknown-warning-option] + make[1]: *** [CMakeFiles/cmTC_8b1cf.dir/build.make:82: CMakeFiles/cmTC_8b1cf.dir/src.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nfudO5' + make: *** [Makefile:134: cmTC_8b1cf/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:457 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WLOGICAL_OP" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4wXHK1" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4wXHK1" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WLOGICAL_OP" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4wXHK1' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_17db1/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_17db1.dir/build.make CMakeFiles/cmTC_17db1.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4wXHK1' + Building CXX object CMakeFiles/cmTC_17db1.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WLOGICAL_OP -Wlogical-op -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_17db1.dir/src.cxx.o -MF CMakeFiles/cmTC_17db1.dir/src.cxx.o.d -o CMakeFiles/cmTC_17db1.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4wXHK1/src.cxx + error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Werror,-Wunknown-warning-option] + make[1]: *** [CMakeFiles/cmTC_17db1.dir/build.make:82: CMakeFiles/cmTC_17db1.dir/src.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4wXHK1' + make: *** [Makefile:134: cmTC_17db1/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:458 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WOVERLOADED_VIRTUAL" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MmqYAH" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MmqYAH" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WOVERLOADED_VIRTUAL" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MmqYAH' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_bce53/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_bce53.dir/build.make CMakeFiles/cmTC_bce53.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MmqYAH' + Building CXX object CMakeFiles/cmTC_bce53.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WOVERLOADED_VIRTUAL -Woverloaded-virtual -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_bce53.dir/src.cxx.o -MF CMakeFiles/cmTC_bce53.dir/src.cxx.o.d -o CMakeFiles/cmTC_bce53.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MmqYAH/src.cxx + Linking CXX static library libcmTC_bce53.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_bce53.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bce53.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_bce53.a CMakeFiles/cmTC_bce53.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_bce53.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MmqYAH' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:459 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WSUGGEST_OVERRIDE" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-CoxoQw" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-CoxoQw" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WSUGGEST_OVERRIDE" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-CoxoQw' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_e4bec/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_e4bec.dir/build.make CMakeFiles/cmTC_e4bec.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-CoxoQw' + Building CXX object CMakeFiles/cmTC_e4bec.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WSUGGEST_OVERRIDE -Wsuggest-override -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_e4bec.dir/src.cxx.o -MF CMakeFiles/cmTC_e4bec.dir/src.cxx.o.d -o CMakeFiles/cmTC_e4bec.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-CoxoQw/src.cxx + Linking CXX static library libcmTC_e4bec.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_e4bec.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e4bec.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_e4bec.a CMakeFiles/cmTC_e4bec.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_e4bec.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-CoxoQw' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:460 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WIMPLICIT_FALLTHROUGH" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-U1FWua" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-U1FWua" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WIMPLICIT_FALLTHROUGH" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-U1FWua' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_1dd62/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_1dd62.dir/build.make CMakeFiles/cmTC_1dd62.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-U1FWua' + Building CXX object CMakeFiles/cmTC_1dd62.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WIMPLICIT_FALLTHROUGH -Wimplicit-fallthrough -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_1dd62.dir/src.cxx.o -MF CMakeFiles/cmTC_1dd62.dir/src.cxx.o.d -o CMakeFiles/cmTC_1dd62.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-U1FWua/src.cxx + Linking CXX static library libcmTC_1dd62.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_1dd62.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1dd62.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_1dd62.a CMakeFiles/cmTC_1dd62.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_1dd62.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-U1FWua' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:461 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WUNREACHABLE_CODE" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-O1L1AL" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-O1L1AL" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WUNREACHABLE_CODE" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-O1L1AL' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_c7a3f/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_c7a3f.dir/build.make CMakeFiles/cmTC_c7a3f.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-O1L1AL' + Building CXX object CMakeFiles/cmTC_c7a3f.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WUNREACHABLE_CODE -Wunreachable-code -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_c7a3f.dir/src.cxx.o -MF CMakeFiles/cmTC_c7a3f.dir/src.cxx.o.d -o CMakeFiles/cmTC_c7a3f.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-O1L1AL/src.cxx + Linking CXX static library libcmTC_c7a3f.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_c7a3f.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c7a3f.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_c7a3f.a CMakeFiles/cmTC_c7a3f.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_c7a3f.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-O1L1AL' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:462 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WDOCUMENTATION" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-8NVeHG" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-8NVeHG" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WDOCUMENTATION" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-8NVeHG' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_4d525/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_4d525.dir/build.make CMakeFiles/cmTC_4d525.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-8NVeHG' + Building CXX object CMakeFiles/cmTC_4d525.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WDOCUMENTATION -Wdocumentation -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_4d525.dir/src.cxx.o -MF CMakeFiles/cmTC_4d525.dir/src.cxx.o.d -o CMakeFiles/cmTC_4d525.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-8NVeHG/src.cxx + Linking CXX static library libcmTC_4d525.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_4d525.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4d525.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_4d525.a CMakeFiles/cmTC_4d525.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_4d525.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-8NVeHG' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:463 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WSELF_ASSIGN" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-5m3JSD" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-5m3JSD" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WSELF_ASSIGN" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-5m3JSD' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_408ae/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_408ae.dir/build.make CMakeFiles/cmTC_408ae.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-5m3JSD' + Building CXX object CMakeFiles/cmTC_408ae.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WSELF_ASSIGN -Wself-assign -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_408ae.dir/src.cxx.o -MF CMakeFiles/cmTC_408ae.dir/src.cxx.o.d -o CMakeFiles/cmTC_408ae.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-5m3JSD/src.cxx + Linking CXX static library libcmTC_408ae.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_408ae.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_408ae.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_408ae.a CMakeFiles/cmTC_408ae.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_408ae.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-5m3JSD' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:464 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WBIDI_CHARS_ANY" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nrg3I4" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nrg3I4" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WBIDI_CHARS_ANY" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nrg3I4' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_b5915/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_b5915.dir/build.make CMakeFiles/cmTC_b5915.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nrg3I4' + Building CXX object CMakeFiles/cmTC_b5915.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WBIDI_CHARS_ANY -Wbidi-chars=any -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_b5915.dir/src.cxx.o -MF CMakeFiles/cmTC_b5915.dir/src.cxx.o.d -o CMakeFiles/cmTC_b5915.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nrg3I4/src.cxx + error: unknown warning option '-Wbidi-chars=any' [-Werror,-Wunknown-warning-option] + make[1]: *** [CMakeFiles/cmTC_b5915.dir/build.make:82: CMakeFiles/cmTC_b5915.dir/src.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nrg3I4' + make: *** [Makefile:134: cmTC_b5915/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:465 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WUNDEF" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-o9neeI" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-o9neeI" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WUNDEF" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-o9neeI' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_c831f/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_c831f.dir/build.make CMakeFiles/cmTC_c831f.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-o9neeI' + Building CXX object CMakeFiles/cmTC_c831f.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WUNDEF -Wundef -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_c831f.dir/src.cxx.o -MF CMakeFiles/cmTC_c831f.dir/src.cxx.o.d -o CMakeFiles/cmTC_c831f.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-o9neeI/src.cxx + Linking CXX static library libcmTC_c831f.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_c831f.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c831f.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_c831f.a CMakeFiles/cmTC_c831f.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_c831f.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-o9neeI' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:466 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WLEADING_WHITESPACE_SPACES" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Ory1qT" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Ory1qT" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WLEADING_WHITESPACE_SPACES" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Ory1qT' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_1ebb8/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_1ebb8.dir/build.make CMakeFiles/cmTC_1ebb8.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Ory1qT' + Building CXX object CMakeFiles/cmTC_1ebb8.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WLEADING_WHITESPACE_SPACES -Wleading-whitespace=spaces -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_1ebb8.dir/src.cxx.o -MF CMakeFiles/cmTC_1ebb8.dir/src.cxx.o.d -o CMakeFiles/cmTC_1ebb8.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Ory1qT/src.cxx + error: unknown warning option '-Wleading-whitespace=spaces'; did you mean '-Wunicode-whitespace'? [-Werror,-Wunknown-warning-option] + make[1]: *** [CMakeFiles/cmTC_1ebb8.dir/build.make:82: CMakeFiles/cmTC_1ebb8.dir/src.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Ory1qT' + make: *** [Makefile:134: cmTC_1ebb8/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:467 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WTRAILING_WHITESPACE_ANY" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nrvdNo" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nrvdNo" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WTRAILING_WHITESPACE_ANY" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nrvdNo' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_9013d/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_9013d.dir/build.make CMakeFiles/cmTC_9013d.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nrvdNo' + Building CXX object CMakeFiles/cmTC_9013d.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WTRAILING_WHITESPACE_ANY -Wtrailing-whitespace=any -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_9013d.dir/src.cxx.o -MF CMakeFiles/cmTC_9013d.dir/src.cxx.o.d -o CMakeFiles/cmTC_9013d.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nrvdNo/src.cxx + error: unknown warning option '-Wtrailing-whitespace=any'; did you mean '-Wunicode-whitespace'? [-Werror,-Wunknown-warning-option] + make[1]: *** [CMakeFiles/cmTC_9013d.dir/build.make:82: CMakeFiles/cmTC_9013d.dir/src.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-nrvdNo' + make: *** [Makefile:134: cmTC_9013d/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:472 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WUNUSED_PARAMETER" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-1EL1Av" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-1EL1Av" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WUNUSED_PARAMETER" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-1EL1Av' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_ecf93/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_ecf93.dir/build.make CMakeFiles/cmTC_ecf93.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-1EL1Av' + Building CXX object CMakeFiles/cmTC_ecf93.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WUNUSED_PARAMETER -Wunused-parameter -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_ecf93.dir/src.cxx.o -MF CMakeFiles/cmTC_ecf93.dir/src.cxx.o.d -o CMakeFiles/cmTC_ecf93.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-1EL1Av/src.cxx + Linking CXX static library libcmTC_ecf93.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_ecf93.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ecf93.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_ecf93.a CMakeFiles/cmTC_ecf93.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_ecf93.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-1EL1Av' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:484 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__FNO_EXTENDED_IDENTIFIERS" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-KA4bGg" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-KA4bGg" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__FNO_EXTENDED_IDENTIFIERS" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-KA4bGg' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_7b1f9/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_7b1f9.dir/build.make CMakeFiles/cmTC_7b1f9.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-KA4bGg' + Building CXX object CMakeFiles/cmTC_7b1f9.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__FNO_EXTENDED_IDENTIFIERS -fno-extended-identifiers -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_7b1f9.dir/src.cxx.o -MF CMakeFiles/cmTC_7b1f9.dir/src.cxx.o.d -o CMakeFiles/cmTC_7b1f9.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-KA4bGg/src.cxx + clang++: error: unsupported option '-fno-extended-identifiers' + make[1]: *** [CMakeFiles/cmTC_7b1f9.dir/build.make:82: CMakeFiles/cmTC_7b1f9.dir/src.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-KA4bGg' + make: *** [Makefile:134: cmTC_7b1f9/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:491 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__FDEBUG_PREFIX_MAP_A_B" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WNiBo6" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WNiBo6" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__FDEBUG_PREFIX_MAP_A_B" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WNiBo6' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_d982c/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_d982c.dir/build.make CMakeFiles/cmTC_d982c.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WNiBo6' + Building CXX object CMakeFiles/cmTC_d982c.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__FDEBUG_PREFIX_MAP_A_B -fdebug-prefix-map=A=B -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_d982c.dir/src.cxx.o -MF CMakeFiles/cmTC_d982c.dir/src.cxx.o.d -o CMakeFiles/cmTC_d982c.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WNiBo6/src.cxx + Linking CXX static library libcmTC_d982c.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_d982c.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d982c.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_d982c.a CMakeFiles/cmTC_d982c.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_d982c.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WNiBo6' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:494 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__FMACRO_PREFIX_MAP_A_B" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-i6ikFv" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-i6ikFv" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__FMACRO_PREFIX_MAP_A_B" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-i6ikFv' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_770ed/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_770ed.dir/build.make CMakeFiles/cmTC_770ed.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-i6ikFv' + Building CXX object CMakeFiles/cmTC_770ed.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__FMACRO_PREFIX_MAP_A_B -fmacro-prefix-map=A=B -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_770ed.dir/src.cxx.o -MF CMakeFiles/cmTC_770ed.dir/src.cxx.o.d -o CMakeFiles/cmTC_770ed.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-i6ikFv/src.cxx + Linking CXX static library libcmTC_770ed.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_770ed.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_770ed.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_770ed.a CMakeFiles/cmTC_770ed.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_770ed.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-i6ikFv' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:502 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__FSTACK_REUSE_NONE" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ADE4nN" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ADE4nN" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__FSTACK_REUSE_NONE" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ADE4nN' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_94980/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_94980.dir/build.make CMakeFiles/cmTC_94980.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ADE4nN' + Building CXX object CMakeFiles/cmTC_94980.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__FSTACK_REUSE_NONE -fstack-reuse=none -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_94980.dir/src.cxx.o -MF CMakeFiles/cmTC_94980.dir/src.cxx.o.d -o CMakeFiles/cmTC_94980.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ADE4nN/src.cxx + clang++: error: unknown argument: '-fstack-reuse=none' + make[1]: *** [CMakeFiles/cmTC_94980.dir/build.make:82: CMakeFiles/cmTC_94980.dir/src.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ADE4nN' + make: *** [Makefile:134: cmTC_94980/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:512 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__U_FORTIFY_SOURCE__D_FORTIFY_SOURCE_3_2d08" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hT84GK" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hT84GK" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__U_FORTIFY_SOURCE__D_FORTIFY_SOURCE_3_2d08" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hT84GK' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_85c76/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_85c76.dir/build.make CMakeFiles/cmTC_85c76.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hT84GK' + Building CXX object CMakeFiles/cmTC_85c76.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__U_FORTIFY_SOURCE__D_FORTIFY_SOURCE_3_2d08 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_85c76.dir/src.cxx.o -MF CMakeFiles/cmTC_85c76.dir/src.cxx.o.d -o CMakeFiles/cmTC_85c76.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hT84GK/src.cxx + Linking CXX static library libcmTC_85c76.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_85c76.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85c76.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_85c76.a CMakeFiles/cmTC_85c76.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_85c76.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hT84GK' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:105 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:512 (try_append_cxx_flags)" + checks: + - "Performing Test LINKER_SUPPORTS__U_FORTIFY_SOURCE__D_FORTIFY_SOURCE_3_2d08" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-gFkgG9" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-gFkgG9" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "LINKER_SUPPORTS__U_FORTIFY_SOURCE__D_FORTIFY_SOURCE_3_2d08" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-gFkgG9' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_4b55d/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_4b55d.dir/build.make CMakeFiles/cmTC_4b55d.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-gFkgG9' + Building CXX object CMakeFiles/cmTC_4b55d.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DLINKER_SUPPORTS__U_FORTIFY_SOURCE__D_FORTIFY_SOURCE_3_2d08 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_4b55d.dir/src.cxx.o -MF CMakeFiles/cmTC_4b55d.dir/src.cxx.o.d -o CMakeFiles/cmTC_4b55d.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-gFkgG9/src.cxx + Linking CXX executable cmTC_4b55d + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b55d.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -O2 -g -Wl,--fatal-warnings -fPIE -pie CMakeFiles/cmTC_4b55d.dir/src.cxx.o -o cmTC_4b55d + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-gFkgG9' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:528 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__WSTACK_PROTECTOR" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BJpyj7" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BJpyj7" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__WSTACK_PROTECTOR" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BJpyj7' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_36e8f/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_36e8f.dir/build.make CMakeFiles/cmTC_36e8f.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BJpyj7' + Building CXX object CMakeFiles/cmTC_36e8f.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__WSTACK_PROTECTOR -Wstack-protector -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_36e8f.dir/src.cxx.o -MF CMakeFiles/cmTC_36e8f.dir/src.cxx.o.d -o CMakeFiles/cmTC_36e8f.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BJpyj7/src.cxx + Linking CXX static library libcmTC_36e8f.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_36e8f.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_36e8f.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_36e8f.a CMakeFiles/cmTC_36e8f.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_36e8f.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BJpyj7' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:529 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__FSTACK_PROTECTOR_ALL" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-fdZ6YW" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-fdZ6YW" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__FSTACK_PROTECTOR_ALL" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-fdZ6YW' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_8a7f4/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_8a7f4.dir/build.make CMakeFiles/cmTC_8a7f4.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-fdZ6YW' + Building CXX object CMakeFiles/cmTC_8a7f4.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__FSTACK_PROTECTOR_ALL -fstack-protector-all -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_8a7f4.dir/src.cxx.o -MF CMakeFiles/cmTC_8a7f4.dir/src.cxx.o.d -o CMakeFiles/cmTC_8a7f4.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-fdZ6YW/src.cxx + Linking CXX static library libcmTC_8a7f4.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_8a7f4.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8a7f4.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_8a7f4.a CMakeFiles/cmTC_8a7f4.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_8a7f4.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-fdZ6YW' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:105 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:529 (try_append_cxx_flags)" + checks: + - "Performing Test LINKER_SUPPORTS__FSTACK_PROTECTOR_ALL" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-vzFJtG" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-vzFJtG" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "LINKER_SUPPORTS__FSTACK_PROTECTOR_ALL" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-vzFJtG' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_2c323/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_2c323.dir/build.make CMakeFiles/cmTC_2c323.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-vzFJtG' + Building CXX object CMakeFiles/cmTC_2c323.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DLINKER_SUPPORTS__FSTACK_PROTECTOR_ALL -fstack-protector-all -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_2c323.dir/src.cxx.o -MF CMakeFiles/cmTC_2c323.dir/src.cxx.o.d -o CMakeFiles/cmTC_2c323.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-vzFJtG/src.cxx + Linking CXX executable cmTC_2c323 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2c323.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -fstack-protector-all -O2 -g -Wl,--fatal-warnings -fPIE -pie CMakeFiles/cmTC_2c323.dir/src.cxx.o -o cmTC_2c323 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-vzFJtG' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:530 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__FCF_PROTECTION_FULL" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YqAtvl" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YqAtvl" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__FCF_PROTECTION_FULL" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YqAtvl' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_51b39/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_51b39.dir/build.make CMakeFiles/cmTC_51b39.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YqAtvl' + Building CXX object CMakeFiles/cmTC_51b39.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__FCF_PROTECTION_FULL -fcf-protection=full -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_51b39.dir/src.cxx.o -MF CMakeFiles/cmTC_51b39.dir/src.cxx.o.d -o CMakeFiles/cmTC_51b39.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YqAtvl/src.cxx + Linking CXX static library libcmTC_51b39.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_51b39.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_51b39.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_51b39.a CMakeFiles/cmTC_51b39.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_51b39.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-YqAtvl' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:105 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:530 (try_append_cxx_flags)" + checks: + - "Performing Test LINKER_SUPPORTS__FCF_PROTECTION_FULL" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Q5x7Xg" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Q5x7Xg" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "LINKER_SUPPORTS__FCF_PROTECTION_FULL" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Q5x7Xg' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_df6a2/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_df6a2.dir/build.make CMakeFiles/cmTC_df6a2.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Q5x7Xg' + Building CXX object CMakeFiles/cmTC_df6a2.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DLINKER_SUPPORTS__FCF_PROTECTION_FULL -fcf-protection=full -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_df6a2.dir/src.cxx.o -MF CMakeFiles/cmTC_df6a2.dir/src.cxx.o.d -o CMakeFiles/cmTC_df6a2.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Q5x7Xg/src.cxx + Linking CXX executable cmTC_df6a2 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_df6a2.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -fcf-protection=full -O2 -g -Wl,--fatal-warnings -fPIE -pie CMakeFiles/cmTC_df6a2.dir/src.cxx.o -o cmTC_df6a2 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Q5x7Xg' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:67 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:536 (try_append_cxx_flags)" + checks: + - "Performing Test CXX_SUPPORTS__FSTACK_CLASH_PROTECTION" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BT9Xpn" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BT9Xpn" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CXX_SUPPORTS__FSTACK_CLASH_PROTECTION" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BT9Xpn' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_ee3ce/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_ee3ce.dir/build.make CMakeFiles/cmTC_ee3ce.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BT9Xpn' + Building CXX object CMakeFiles/cmTC_ee3ce.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DCXX_SUPPORTS__FSTACK_CLASH_PROTECTION -fstack-clash-protection -Werror -O2 -g -std=c++20 -fPIC -MD -MT CMakeFiles/cmTC_ee3ce.dir/src.cxx.o -MF CMakeFiles/cmTC_ee3ce.dir/src.cxx.o.d -o CMakeFiles/cmTC_ee3ce.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BT9Xpn/src.cxx + Linking CXX static library libcmTC_ee3ce.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_ee3ce.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee3ce.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_ee3ce.a CMakeFiles/cmTC_ee3ce.dir/src.cxx.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_ee3ce.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BT9Xpn' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake:105 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:536 (try_append_cxx_flags)" + checks: + - "Performing Test LINKER_SUPPORTS__FSTACK_CLASH_PROTECTION" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-s52C1w" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-s52C1w" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "LINKER_SUPPORTS__FSTACK_CLASH_PROTECTION" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-s52C1w' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_3593f/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_3593f.dir/build.make CMakeFiles/cmTC_3593f.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-s52C1w' + Building CXX object CMakeFiles/cmTC_3593f.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DLINKER_SUPPORTS__FSTACK_CLASH_PROTECTION -fstack-clash-protection -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_3593f.dir/src.cxx.o -MF CMakeFiles/cmTC_3593f.dir/src.cxx.o.d -o CMakeFiles/cmTC_3593f.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-s52C1w/src.cxx + Linking CXX executable cmTC_3593f + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3593f.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -fstack-clash-protection -O2 -g -Wl,--fatal-warnings -fPIE -pie CMakeFiles/cmTC_3593f.dir/src.cxx.o -o cmTC_3593f + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-s52C1w' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendLinkerFlag.cmake:43 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:547 (try_append_linker_flag)" + checks: + - "Performing Test LINKER_SUPPORTS__WL___ENABLE_RELOC_SECTION" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BfOmLA" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BfOmLA" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "LINKER_SUPPORTS__WL___ENABLE_RELOC_SECTION" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BfOmLA' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_879c4/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_879c4.dir/build.make CMakeFiles/cmTC_879c4.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BfOmLA' + Building CXX object CMakeFiles/cmTC_879c4.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DLINKER_SUPPORTS__WL___ENABLE_RELOC_SECTION -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_879c4.dir/src.cxx.o -MF CMakeFiles/cmTC_879c4.dir/src.cxx.o.d -o CMakeFiles/cmTC_879c4.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BfOmLA/src.cxx + Linking CXX executable cmTC_879c4 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_879c4.dir/link.txt --verbose=1 + /nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/ld: unrecognized option '--enable-reloc-section' + /nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/ld: use the --help option for usage information + clang++: error: linker command failed with exit code 1 (use -v to see invocation) + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -Wl,--enable-reloc-section -Wl,--fatal-warnings -fPIE -pie CMakeFiles/cmTC_879c4.dir/src.cxx.o -o cmTC_879c4 + make[1]: *** [CMakeFiles/cmTC_879c4.dir/build.make:103: cmTC_879c4] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-BfOmLA' + make: *** [Makefile:134: cmTC_879c4/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendLinkerFlag.cmake:43 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:548 (try_append_linker_flag)" + checks: + - "Performing Test LINKER_SUPPORTS__WL___DYNAMICBASE" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-EH6Skq" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-EH6Skq" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "LINKER_SUPPORTS__WL___DYNAMICBASE" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-EH6Skq' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_43ec0/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_43ec0.dir/build.make CMakeFiles/cmTC_43ec0.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-EH6Skq' + Building CXX object CMakeFiles/cmTC_43ec0.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DLINKER_SUPPORTS__WL___DYNAMICBASE -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_43ec0.dir/src.cxx.o -MF CMakeFiles/cmTC_43ec0.dir/src.cxx.o.d -o CMakeFiles/cmTC_43ec0.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-EH6Skq/src.cxx + Linking CXX executable cmTC_43ec0 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_43ec0.dir/link.txt --verbose=1 + /nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/ld: unrecognized option '--dynamicbase' + /nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/ld: use the --help option for usage information + clang++: error: linker command failed with exit code 1 (use -v to see invocation) + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -Wl,--dynamicbase -Wl,--fatal-warnings -fPIE -pie CMakeFiles/cmTC_43ec0.dir/src.cxx.o -o cmTC_43ec0 + make[1]: *** [CMakeFiles/cmTC_43ec0.dir/build.make:103: cmTC_43ec0] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-EH6Skq' + make: *** [Makefile:134: cmTC_43ec0/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendLinkerFlag.cmake:43 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:549 (try_append_linker_flag)" + checks: + - "Performing Test LINKER_SUPPORTS__WL___NXCOMPAT" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bIfvIo" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bIfvIo" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "LINKER_SUPPORTS__WL___NXCOMPAT" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bIfvIo' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_5a1f8/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_5a1f8.dir/build.make CMakeFiles/cmTC_5a1f8.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bIfvIo' + Building CXX object CMakeFiles/cmTC_5a1f8.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DLINKER_SUPPORTS__WL___NXCOMPAT -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_5a1f8.dir/src.cxx.o -MF CMakeFiles/cmTC_5a1f8.dir/src.cxx.o.d -o CMakeFiles/cmTC_5a1f8.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bIfvIo/src.cxx + Linking CXX executable cmTC_5a1f8 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a1f8.dir/link.txt --verbose=1 + /nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/ld: unrecognized option '--nxcompat' + /nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/ld: use the --help option for usage information + clang++: error: linker command failed with exit code 1 (use -v to see invocation) + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -Wl,--nxcompat -Wl,--fatal-warnings -fPIE -pie CMakeFiles/cmTC_5a1f8.dir/src.cxx.o -o cmTC_5a1f8 + make[1]: *** [CMakeFiles/cmTC_5a1f8.dir/build.make:103: cmTC_5a1f8] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-bIfvIo' + make: *** [Makefile:134: cmTC_5a1f8/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendLinkerFlag.cmake:43 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:550 (try_append_linker_flag)" + checks: + - "Performing Test LINKER_SUPPORTS__WL___HIGH_ENTROPY_VA" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-u7ZkFO" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-u7ZkFO" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "LINKER_SUPPORTS__WL___HIGH_ENTROPY_VA" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-u7ZkFO' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_ddfa3/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_ddfa3.dir/build.make CMakeFiles/cmTC_ddfa3.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-u7ZkFO' + Building CXX object CMakeFiles/cmTC_ddfa3.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DLINKER_SUPPORTS__WL___HIGH_ENTROPY_VA -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_ddfa3.dir/src.cxx.o -MF CMakeFiles/cmTC_ddfa3.dir/src.cxx.o.d -o CMakeFiles/cmTC_ddfa3.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-u7ZkFO/src.cxx + Linking CXX executable cmTC_ddfa3 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ddfa3.dir/link.txt --verbose=1 + /nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/ld: unrecognized option '--high-entropy-va' + /nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/ld: use the --help option for usage information + clang++: error: linker command failed with exit code 1 (use -v to see invocation) + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -Wl,--high-entropy-va -Wl,--fatal-warnings -fPIE -pie CMakeFiles/cmTC_ddfa3.dir/src.cxx.o -o cmTC_ddfa3 + make[1]: *** [CMakeFiles/cmTC_ddfa3.dir/build.make:103: cmTC_ddfa3] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-u7ZkFO' + make: *** [Makefile:134: cmTC_ddfa3/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendLinkerFlag.cmake:43 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:551 (try_append_linker_flag)" + checks: + - "Performing Test LINKER_SUPPORTS__WL__Z_RELRO" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-c4oRJr" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-c4oRJr" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "LINKER_SUPPORTS__WL__Z_RELRO" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-c4oRJr' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_02a43/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_02a43.dir/build.make CMakeFiles/cmTC_02a43.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-c4oRJr' + Building CXX object CMakeFiles/cmTC_02a43.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DLINKER_SUPPORTS__WL__Z_RELRO -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_02a43.dir/src.cxx.o -MF CMakeFiles/cmTC_02a43.dir/src.cxx.o.d -o CMakeFiles/cmTC_02a43.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-c4oRJr/src.cxx + Linking CXX executable cmTC_02a43 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_02a43.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -Wl,-z,relro -Wl,--fatal-warnings -fPIE -pie CMakeFiles/cmTC_02a43.dir/src.cxx.o -o cmTC_02a43 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-c4oRJr' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendLinkerFlag.cmake:43 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:552 (try_append_linker_flag)" + checks: + - "Performing Test LINKER_SUPPORTS__WL__Z_NOW" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-LIs942" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-LIs942" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "LINKER_SUPPORTS__WL__Z_NOW" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-LIs942' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_f74fc/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_f74fc.dir/build.make CMakeFiles/cmTC_f74fc.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-LIs942' + Building CXX object CMakeFiles/cmTC_f74fc.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DLINKER_SUPPORTS__WL__Z_NOW -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_f74fc.dir/src.cxx.o -MF CMakeFiles/cmTC_f74fc.dir/src.cxx.o.d -o CMakeFiles/cmTC_f74fc.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-LIs942/src.cxx + Linking CXX executable cmTC_f74fc + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f74fc.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -Wl,-z,now -Wl,--fatal-warnings -fPIE -pie CMakeFiles/cmTC_f74fc.dir/src.cxx.o -o cmTC_f74fc + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-LIs942' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendLinkerFlag.cmake:43 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:564 (try_append_linker_flag)" + checks: + - "Performing Test LINKER_SUPPORTS__WL__Z_SEPARATE_CODE" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-3OTYce" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-3OTYce" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "LINKER_SUPPORTS__WL__Z_SEPARATE_CODE" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-3OTYce' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_5ab21/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_5ab21.dir/build.make CMakeFiles/cmTC_5ab21.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-3OTYce' + Building CXX object CMakeFiles/cmTC_5ab21.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DLINKER_SUPPORTS__WL__Z_SEPARATE_CODE -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_5ab21.dir/src.cxx.o -MF CMakeFiles/cmTC_5ab21.dir/src.cxx.o.d -o CMakeFiles/cmTC_5ab21.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-3OTYce/src.cxx + Linking CXX executable cmTC_5ab21 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5ab21.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -Wl,-z,separate-code -Wl,--fatal-warnings -fPIE -pie CMakeFiles/cmTC_5ab21.dir/src.cxx.o -o cmTC_5ab21 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-3OTYce' + + exitCode: 0 + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPython/Support.cmake:2066 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPython3.cmake:656 (include)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:597 (find_package)" + mode: "program" + variable: "_Python3_EXECUTABLE" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: false + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "python3" + - "python" + - "python3.14mu" + - "python3.14m" + - "python3.14u" + - "python3.14" + - "python3.14dmu" + - "python3.14dm" + - "python3.14du" + - "python3.14d" + - "python3.13mu" + - "python3.13m" + - "python3.13u" + - "python3.13" + - "python3.13dmu" + - "python3.13dm" + - "python3.13du" + - "python3.13d" + - "python3.12mu" + - "python3.12m" + - "python3.12u" + - "python3.12" + - "python3.12dmu" + - "python3.12dm" + - "python3.12du" + - "python3.12d" + - "python3.11mu" + - "python3.11m" + - "python3.11u" + - "python3.11" + - "python3.11dmu" + - "python3.11dm" + - "python3.11du" + - "python3.11d" + - "python3.10mu" + - "python3.10m" + - "python3.10u" + - "python3.10" + - "python3.10dmu" + - "python3.10dm" + - "python3.10du" + - "python3.10d" + found: false + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPython/Support.cmake:2078 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPython3.cmake:656 (include)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt:597 (find_package)" + mode: "program" + variable: "_Python3_EXECUTABLE" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "python3" + - "python" + - "python3.14mu" + - "python3.14m" + - "python3.14u" + - "python3.14" + - "python3.14dmu" + - "python3.14dm" + - "python3.14du" + - "python3.14d" + - "python3.13mu" + - "python3.13m" + - "python3.13u" + - "python3.13" + - "python3.13dmu" + - "python3.13dm" + - "python3.13du" + - "python3.13d" + - "python3.12mu" + - "python3.12m" + - "python3.12u" + - "python3.12" + - "python3.12dmu" + - "python3.12dm" + - "python3.12du" + - "python3.12d" + - "python3.11mu" + - "python3.11m" + - "python3.11u" + - "python3.11" + - "python3.11dmu" + - "python3.11dm" + - "python3.11du" + - "python3.11d" + - "python3.10mu" + - "python3.10m" + - "python3.10u" + - "python3.10" + - "python3.10dmu" + - "python3.10dm" + - "python3.10du" + - "python3.10d" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/Scripts/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/Scripts/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/Scripts/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/Scripts/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/Scripts/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/Scripts/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/Scripts/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/Scripts/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/Scripts/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/Scripts/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/Scripts/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/Scripts/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/Scripts/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/bin/" + - "/run/wrappers/bin/Scripts/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/bin/" + - "/home/calvin/.nix-profile/bin/Scripts/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/bin/" + - "/nix/profile/bin/Scripts/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/bin/" + - "/home/calvin/.local/state/nix/profile/bin/Scripts/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/bin/" + - "/etc/profiles/per-user/calvin/bin/Scripts/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/bin/" + - "/nix/var/nix/profiles/default/bin/Scripts/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/bin/" + - "/run/current-system/sw/bin/Scripts/" + - "/run/current-system/sw/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/sbin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/sbin/Scripts/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/sbin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/Scripts/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/usr/local/bin/bin/" + - "/usr/local/bin/Scripts/" + - "/usr/local/bin/" + - "/usr/local/sbin/bin/" + - "/usr/local/sbin/Scripts/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/local/Scripts/" + - "/usr/local/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.14mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.14m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.14u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.14" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.14dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.14dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.14du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.14d" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.13mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.13m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.13u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.13" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.13dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.13dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.13du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.13d" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.12mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.12m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.12u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.12" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.12dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.12dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.12du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.12d" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.11mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.11m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.11u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.11" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.11dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.11dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.11du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.11d" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.10mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.10m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.10u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.10" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.10dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.10dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.10du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/bin/python3.10d" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.14mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.14m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.14u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.14" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.14dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.14dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.14du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.14d" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.13mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.13m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.13u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.13" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.13dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.13dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.13du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.13d" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.12mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.12m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.12u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.12" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.12dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.12dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.12du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.12d" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.11mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.11m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.11u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.11" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.11dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.11dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.11du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.11d" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.10mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.10m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.10u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.10" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.10dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.10dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.10du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/Scripts/python3.10d" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.14mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.14m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.14u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.14" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.14dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.14dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.14du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.14d" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.13mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.13m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.13u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.13" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.13dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.13dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.13du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.13d" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.12mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.12m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.12u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.12" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.12dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.12dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.12du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.12d" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.11mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.11m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.11u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.11" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.11dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.11dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.11du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.11d" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.10mu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.10m" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.10u" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.10" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.10dmu" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.10dm" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.10du" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/python3.10d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.14mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.14m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.14u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.14" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.14dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.14dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.14du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.14d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.13mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.13m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.13u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.13" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.13dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.13dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.13du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.13d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.12mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.12m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.12u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.12" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.12dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.12dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.12du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.12d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.11mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.11m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.11u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.11" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.11dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.11dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.11du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.11d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.10mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.10m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.10u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.10" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.10dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.10dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.10du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/bin/python3.10d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.14mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.14m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.14u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.14" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.14dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.14dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.14du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.14d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.13mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.13m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.13u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.13" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.13dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.13dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.13du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.13d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.12mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.12m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.12u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.12" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.12dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.12dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.12du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.12d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.11mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.11m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.11u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.11" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.11dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.11dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.11du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.11d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.10mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.10m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.10u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.10" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.10dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.10dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.10du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/Scripts/python3.10d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.14mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.14m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.14u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.14" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.14dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.14dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.14du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.14d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.13mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.13m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.13u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.13" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.13dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.13dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.13du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.13d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.12mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.12m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.12u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.12" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.12dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.12dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.12du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.12d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.11mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.11m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.11u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.11" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.11dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.11dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.11du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.11d" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.10mu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.10m" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.10u" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.10" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.10dmu" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.10dm" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.10du" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/python3.10d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.14mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.14m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.14u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.14" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.14dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.14dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.14du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.14d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.13mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.13m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.13u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.13" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.13dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.13dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.13du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.13d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.12mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.12m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.12u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.12" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.12dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.12dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.12du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.12d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.11mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.11m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.11u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.11" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.11dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.11dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.11du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.11d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.10mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.10m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.10u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.10" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.10dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.10dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.10du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/bin/python3.10d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.14mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.14m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.14u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.14" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.14dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.14dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.14du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.14d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.13mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.13m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.13u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.13" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.13dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.13dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.13du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.13d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.12mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.12m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.12u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.12" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.12dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.12dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.12du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.12d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.11mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.11m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.11u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.11" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.11dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.11dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.11du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.11d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.10mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.10m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.10u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.10" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.10dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.10dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.10du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/Scripts/python3.10d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.14mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.14m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.14u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.14" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.14dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.14dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.14du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.14d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.13mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.13m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.13u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.13" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.13dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.13dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.13du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.13d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.12mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.12m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.12u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.12" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.12dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.12dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.12du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.12d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.11mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.11m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.11u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.11" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.11dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.11dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.11du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.11d" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.10mu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.10m" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.10u" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.10" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.10dmu" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.10dm" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.10du" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/python3.10d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.14mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.14m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.14u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.14" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.14dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.14dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.14du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.14d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.13mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.13m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.13u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.13" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.13dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.13dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.13du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.13d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.12mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.12m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.12u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.12" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.12dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.12dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.12du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.12d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.11mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.11m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.11u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.11" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.11dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.11dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.11du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.11d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.10mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.10m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.10u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.10" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.10dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.10dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.10du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/bin/python3.10d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.14mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.14m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.14u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.14" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.14dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.14dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.14du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.14d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.13mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.13m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.13u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.13" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.13dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.13dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.13du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.13d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.12mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.12m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.12u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.12" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.12dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.12dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.12du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.12d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.11mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.11m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.11u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.11" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.11dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.11dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.11du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.11d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.10mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.10m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.10u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.10" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.10dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.10dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.10du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/Scripts/python3.10d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.14mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.14m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.14u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.14" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.14dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.14dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.14du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.14d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.13mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.13m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.13u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.13" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.13dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.13dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.13du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.13d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.12mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.12m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.12u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.12" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.12dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.12dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.12du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.12d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.11mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.11m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.11u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.11" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.11dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.11dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.11du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.11d" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.10mu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.10m" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.10u" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.10" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.10dmu" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.10dm" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.10du" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/python3.10d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.14mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.14m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.14u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.14" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.14dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.14dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.14du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.14d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.13mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.13m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.13u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.13" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.13dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.13dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.13du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.13d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.12mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.12m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.12u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.12" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.12dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.12dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.12du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.12d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.11mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.11m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.11u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.11" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.11dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.11dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.11du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.11d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.10mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.10m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.10u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.10" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.10dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.10dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.10du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/bin/python3.10d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.14mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.14m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.14u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.14" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.14dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.14dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.14du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.14d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.13mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.13m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.13u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.13" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.13dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.13dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.13du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.13d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.12mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.12m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.12u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.12" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.12dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.12dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.12du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.12d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.11mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.11m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.11u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.11" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.11dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.11dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.11du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.11d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.10mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.10m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.10u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.10" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.10dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.10dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.10du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/Scripts/python3.10d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.14mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.14m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.14u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.14" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.14dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.14dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.14du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.14d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.13mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.13m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.13u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.13" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.13dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.13dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.13du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.13d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.12mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.12m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.12u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.12" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.12dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.12dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.12du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.12d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.11mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.11m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.11u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.11" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.11dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.11dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.11du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.11d" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.10mu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.10m" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.10u" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.10" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.10dmu" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.10dm" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.10du" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/python3.10d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.14mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.14m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.14u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.14" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.14dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.14dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.14du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.14d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.13mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.13m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.13u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.13" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.13dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.13dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.13du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.13d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.12mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.12m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.12u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.12" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.12dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.12dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.12du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.12d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.11mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.11m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.11u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.11" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.11dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.11dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.11du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.11d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.10mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.10m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.10u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.10" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.10dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.10dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.10du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/bin/python3.10d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.14mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.14m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.14u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.14" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.14dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.14dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.14du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.14d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.13mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.13m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.13u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.13" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.13dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.13dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.13du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.13d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.12mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.12m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.12u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.12" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.12dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.12dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.12du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.12d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.11mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.11m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.11u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.11" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.11dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.11dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.11du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.11d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.10mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.10m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.10u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.10" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.10dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.10dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.10du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/Scripts/python3.10d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.14mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.14m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.14u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.14" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.14dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.14dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.14du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.14d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.13mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.13m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.13u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.13" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.13dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.13dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.13du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.13d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.12mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.12m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.12u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.12" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.12dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.12dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.12du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.12d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.11mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.11m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.11u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.11" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.11dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.11dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.11du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.11d" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.10mu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.10m" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.10u" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.10" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.10dmu" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.10dm" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.10du" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/python3.10d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.14mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.14m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.14u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.14" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.14dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.14dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.14du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.14d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.13mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.13m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.13u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.13" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.13dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.13dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.13du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.13d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.12mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.12m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.12u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.12" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.12dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.12dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.12du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.12d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.11mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.11m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.11u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.11" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.11dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.11dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.11du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.11d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.10mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.10m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.10u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.10" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.10dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.10dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.10du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/bin/python3.10d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.14mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.14m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.14u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.14" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.14dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.14dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.14du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.14d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.13mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.13m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.13u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.13" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.13dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.13dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.13du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.13d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.12mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.12m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.12u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.12" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.12dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.12dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.12du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.12d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.11mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.11m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.11u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.11" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.11dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.11dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.11du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.11d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.10mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.10m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.10u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.10" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.10dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.10dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.10du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/Scripts/python3.10d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.14mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.14m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.14u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.14" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.14dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.14dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.14du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.14d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.13mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.13m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.13u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.13" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.13dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.13dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.13du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.13d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.12mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.12m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.12u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.12" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.12dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.12dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.12du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.12d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.11mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.11m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.11u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.11" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.11dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.11dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.11du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.11d" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.10mu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.10m" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.10u" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.10" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.10dmu" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.10dm" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.10du" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/python3.10d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.14mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.14m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.14u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.14" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.14dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.14dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.14du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.14d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.13mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.13m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.13u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.13" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.13dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.13dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.13du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.13d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.12mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.12m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.12u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.12" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.12dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.12dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.12du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.12d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.11mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.11m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.11u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.11" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.11dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.11dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.11du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.11d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.10mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.10m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.10u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.10" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.10dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.10dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.10du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/bin/python3.10d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.14mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.14m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.14u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.14" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.14dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.14dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.14du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.14d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.13mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.13m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.13u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.13" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.13dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.13dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.13du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.13d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.12mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.12m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.12u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.12" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.12dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.12dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.12du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.12d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.11mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.11m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.11u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.11" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.11dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.11dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.11du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.11d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.10mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.10m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.10u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.10" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.10dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.10dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.10du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/Scripts/python3.10d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.14mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.14m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.14u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.14" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.14dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.14dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.14du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.14d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.13mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.13m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.13u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.13" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.13dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.13dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.13du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.13d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.12mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.12m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.12u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.12" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.12dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.12dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.12du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.12d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.11mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.11m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.11u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.11" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.11dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.11dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.11du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.11d" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.10mu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.10m" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.10u" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.10" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.10dmu" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.10dm" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.10du" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/python3.10d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.14mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.14m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.14u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.14" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.14dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.14dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.14du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.14d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.13mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.13m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.13u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.13" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.13dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.13dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.13du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.13d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.12mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.12m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.12u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.12" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.12dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.12dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.12du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.12d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.11mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.11m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.11u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.11" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.11dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.11dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.11du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.11d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.10mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.10m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.10u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.10" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.10dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.10dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.10du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/bin/python3.10d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.14mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.14m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.14u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.14" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.14dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.14dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.14du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.14d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.13mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.13m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.13u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.13" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.13dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.13dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.13du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.13d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.12mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.12m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.12u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.12" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.12dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.12dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.12du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.12d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.11mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.11m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.11u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.11" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.11dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.11dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.11du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.11d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.10mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.10m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.10u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.10" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.10dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.10dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.10du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/Scripts/python3.10d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.14mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.14m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.14u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.14" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.14dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.14dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.14du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.14d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.13mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.13m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.13u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.13" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.13dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.13dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.13du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.13d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.12mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.12m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.12u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.12" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.12dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.12dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.12du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.12d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.11mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.11m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.11u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.11" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.11dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.11dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.11du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.11d" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.10mu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.10m" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.10u" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.10" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.10dmu" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.10dm" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.10du" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/python3.10d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.14mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.14m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.14u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.14" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.14dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.14dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.14du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.14d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.13mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.13m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.13u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.13" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.13dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.13dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.13du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.13d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.12mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.12m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.12u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.12" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.12dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.12dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.12du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.12d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.11mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.11m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.11u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.11" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.11dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.11dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.11du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.11d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.10mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.10m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.10u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.10" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.10dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.10dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.10du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/bin/python3.10d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.14mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.14m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.14u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.14" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.14dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.14dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.14du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.14d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.13mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.13m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.13u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.13" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.13dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.13dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.13du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.13d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.12mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.12m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.12u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.12" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.12dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.12dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.12du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.12d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.11mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.11m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.11u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.11" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.11dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.11dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.11du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.11d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.10mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.10m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.10u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.10" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.10dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.10dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.10du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/Scripts/python3.10d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.14mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.14m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.14u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.14" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.14dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.14dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.14du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.14d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.13mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.13m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.13u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.13" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.13dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.13dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.13du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.13d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.12mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.12m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.12u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.12" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.12dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.12dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.12du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.12d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.11mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.11m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.11u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.11" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.11dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.11dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.11du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.11d" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.10mu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.10m" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.10u" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.10" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.10dmu" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.10dm" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.10du" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/python3.10d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.14mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.14m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.14u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.14" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.14dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.14dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.14du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.14d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.13mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.13m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.13u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.13" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.13dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.13dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.13du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.13d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.12mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.12m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.12u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.12" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.12dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.12dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.12du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.12d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.11mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.11m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.11u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.11" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.11dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.11dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.11du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.11d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.10mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.10m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.10u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.10" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.10dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.10dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.10du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/bin/python3.10d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.14mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.14m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.14u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.14" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.14dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.14dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.14du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.14d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.13mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.13m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.13u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.13" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.13dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.13dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.13du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.13d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.12mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.12m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.12u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.12" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.12dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.12dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.12du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.12d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.11mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.11m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.11u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.11" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.11dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.11dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.11du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.11d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.10mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.10m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.10u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.10" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.10dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.10dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.10du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/Scripts/python3.10d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.14mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.14m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.14u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.14" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.14dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.14dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.14du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.14d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.13mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.13m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.13u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.13" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.13dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.13dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.13du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.13d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.12mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.12m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.12u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.12" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.12dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.12dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.12du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.12d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.11mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.11m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.11u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.11" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.11dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.11dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.11du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.11d" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.10mu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.10m" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.10u" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.10" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.10dmu" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.10dm" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.10du" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/python3.10d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.14mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.14m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.14u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.14" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.14dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.14dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.14du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.14d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.13mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.13m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.13u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.13" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.13dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.13dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.13du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.13d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.12mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.12m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.12u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.12" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.12dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.12dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.12du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.12d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.11mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.11m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.11u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.11" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.11dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.11dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.11du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.11d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.10mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.10m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.10u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.10" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.10dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.10dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.10du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/bin/python3.10d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.14mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.14m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.14u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.14" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.14dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.14dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.14du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.14d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.13mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.13m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.13u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.13" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.13dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.13dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.13du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.13d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.12mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.12m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.12u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.12" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.12dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.12dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.12du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.12d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.11mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.11m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.11u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.11" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.11dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.11dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.11du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.11d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.10mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.10m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.10u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.10" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.10dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.10dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.10du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/Scripts/python3.10d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.14mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.14m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.14u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.14" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.14dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.14dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.14du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.14d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.13mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.13m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.13u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.13" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.13dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.13dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.13du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.13d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.12mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.12m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.12u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.12" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.12dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.12dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.12du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.12d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.11mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.11m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.11u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.11" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.11dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.11dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.11du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.11d" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.10mu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.10m" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.10u" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.10" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.10dmu" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.10dm" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.10du" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/python3.10d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.14mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.14m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.14u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.14" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.14dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.14dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.14du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.14d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.13mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.13m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.13u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.13" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.13dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.13dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.13du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.13d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.12mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.12m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.12u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.12" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.12dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.12dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.12du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.12d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.11mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.11m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.11u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.11" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.11dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.11dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.11du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.11d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.10mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.10m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.10u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.10" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.10dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.10dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.10du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/bin/python3.10d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.14mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.14m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.14u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.14" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.14dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.14dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.14du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.14d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.13mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.13m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.13u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.13" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.13dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.13dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.13du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.13d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.12mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.12m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.12u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.12" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.12dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.12dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.12du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.12d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.11mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.11m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.11u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.11" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.11dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.11dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.11du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.11d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.10mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.10m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.10u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.10" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.10dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.10dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.10du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/Scripts/python3.10d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.14mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.14m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.14u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.14" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.14dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.14dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.14du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.14d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.13mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.13m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.13u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.13" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.13dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.13dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.13du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.13d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.12mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.12m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.12u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.12" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.12dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.12dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.12du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.12d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.11mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.11m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.11u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.11" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.11dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.11dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.11du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.11d" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.10mu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.10m" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.10u" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.10" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.10dmu" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.10dm" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.10du" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/python3.10d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.14mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.14m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.14u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.14" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.14dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.14dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.14du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.14d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.13mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.13m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.13u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.13" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.13dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.13dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.13du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.13d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.12mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.12m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.12u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.12" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.12dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.12dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.12du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.12d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.11mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.11m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.11u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.11" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.11dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.11dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.11du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.11d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.10mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.10m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.10u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.10" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.10dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.10dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.10du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/bin/python3.10d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.14mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.14m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.14u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.14" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.14dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.14dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.14du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.14d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.13mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.13m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.13u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.13" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.13dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.13dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.13du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.13d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.12mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.12m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.12u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.12" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.12dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.12dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.12du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.12d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.11mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.11m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.11u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.11" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.11dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.11dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.11du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.11d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.10mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.10m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.10u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.10" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.10dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.10dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.10du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/Scripts/python3.10d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.14mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.14m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.14u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.14" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.14dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.14dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.14du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.14d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.13mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.13m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.13u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.13" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.13dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.13dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.13du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.13d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.12mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.12m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.12u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.12" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.12dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.12dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.12du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.12d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.11mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.11m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.11u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.11" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.11dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.11dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.11du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.11d" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.10mu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.10m" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.10u" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.10" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.10dmu" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.10dm" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.10du" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/python3.10d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.14mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.14m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.14u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.14" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.14dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.14dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.14du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.14d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.13mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.13m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.13u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.13" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.13dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.13dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.13du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.13d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.12mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.12m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.12u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.12" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.12dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.12dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.12du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.12d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.11mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.11m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.11u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.11" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.11dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.11dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.11du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.11d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.10mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.10m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.10u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.10" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.10dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.10dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.10du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/bin/python3.10d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.14mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.14m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.14u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.14" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.14dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.14dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.14du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.14d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.13mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.13m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.13u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.13" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.13dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.13dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.13du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.13d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.12mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.12m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.12u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.12" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.12dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.12dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.12du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.12d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.11mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.11m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.11u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.11" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.11dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.11dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.11du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.11d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.10mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.10m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.10u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.10" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.10dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.10dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.10du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/Scripts/python3.10d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.14mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.14m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.14u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.14" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.14dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.14dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.14du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.14d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.13mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.13m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.13u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.13" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.13dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.13dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.13du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.13d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.12mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.12m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.12u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.12" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.12dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.12dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.12du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.12d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.11mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.11m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.11u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.11" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.11dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.11dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.11du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.11d" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.10mu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.10m" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.10u" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.10" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.10dmu" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.10dm" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.10du" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/python3.10d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.14mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.14m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.14u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.14" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.14dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.14dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.14du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.14d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.13mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.13m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.13u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.13" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.13dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.13dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.13du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.13d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.12mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.12m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.12u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.12" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.12dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.12dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.12du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.12d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.11mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.11m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.11u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.11" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.11dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.11dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.11du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.11d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.10mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.10m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.10u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.10" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.10dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.10dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.10du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/bin/python3.10d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.14mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.14m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.14u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.14" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.14dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.14dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.14du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.14d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.13mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.13m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.13u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.13" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.13dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.13dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.13du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.13d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.12mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.12m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.12u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.12" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.12dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.12dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.12du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.12d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.11mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.11m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.11u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.11" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.11dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.11dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.11du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.11d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.10mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.10m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.10u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.10" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.10dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.10dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.10du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/Scripts/python3.10d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.14mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.14m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.14u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.14" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.14dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.14dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.14du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.14d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.13mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.13m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.13u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.13" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.13dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.13dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.13du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.13d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.12mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.12m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.12u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.12" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.12dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.12dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.12du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.12d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.11mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.11m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.11u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.11" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.11dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.11dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.11du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.11d" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.10mu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.10m" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.10u" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.10" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.10dmu" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.10dm" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.10du" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/python3.10d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.14mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.14m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.14u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.14" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.14dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.14dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.14du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.14d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.13mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.13m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.13u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.13" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.13dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.13dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.13du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.13d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.12mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.12m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.12u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.12" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.12dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.12dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.12du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.12d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.11mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.11m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.11u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.11" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.11dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.11dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.11du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.11d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.10mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.10m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.10u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.10" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.10dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.10dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.10du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/bin/python3.10d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.14mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.14m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.14u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.14" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.14dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.14dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.14du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.14d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.13mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.13m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.13u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.13" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.13dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.13dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.13du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.13d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.12mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.12m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.12u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.12" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.12dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.12dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.12du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.12d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.11mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.11m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.11u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.11" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.11dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.11dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.11du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.11d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.10mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.10m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.10u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.10" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.10dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.10dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.10du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/Scripts/python3.10d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.14mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.14m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.14u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.14" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.14dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.14dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.14du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.14d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.13mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.13m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.13u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.13" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.13dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.13dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.13du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.13d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.12mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.12m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.12u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.12" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.12dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.12dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.12du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.12d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.11mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.11m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.11u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.11" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.11dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.11dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.11du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.11d" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.10mu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.10m" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.10u" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.10" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.10dmu" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.10dm" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.10du" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/python3.10d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.14mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.14m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.14u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.14" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.14dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.14dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.14du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.14d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.13mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.13m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.13u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.13" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.13dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.13dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.13du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.13d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.12mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.12m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.12u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.12" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.12dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.12dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.12du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.12d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.11mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.11m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.11u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.11" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.11dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.11dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.11du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.11d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.10mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.10m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.10u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.10" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.10dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.10dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.10du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/bin/python3.10d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.14mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.14m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.14u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.14" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.14dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.14dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.14du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.14d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.13mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.13m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.13u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.13" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.13dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.13dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.13du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.13d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.12mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.12m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.12u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.12" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.12dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.12dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.12du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.12d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.11mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.11m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.11u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.11" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.11dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.11dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.11du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.11d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.10mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.10m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.10u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.10" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.10dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.10dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.10du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/Scripts/python3.10d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.14mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.14m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.14u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.14" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.14dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.14dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.14du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.14d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.13mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.13m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.13u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.13" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.13dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.13dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.13du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.13d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.12mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.12m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.12u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.12" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.12dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.12dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.12du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.12d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.11mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.11m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.11u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.11" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.11dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.11dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.11du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.11d" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.10mu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.10m" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.10u" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.10" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.10dmu" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.10dm" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.10du" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/python3.10d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.14mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.14m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.14u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.14" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.14dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.14dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.14du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.14d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.13mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.13m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.13u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.13" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.13dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.13dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.13du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.13d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.12mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.12m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.12u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.12" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.12dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.12dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.12du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.12d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.11mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.11m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.11u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.11" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.11dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.11dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.11du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.11d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.10mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.10m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.10u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.10" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.10dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.10dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.10du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/bin/python3.10d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.14mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.14m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.14u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.14" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.14dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.14dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.14du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.14d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.13mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.13m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.13u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.13" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.13dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.13dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.13du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.13d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.12mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.12m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.12u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.12" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.12dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.12dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.12du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.12d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.11mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.11m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.11u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.11" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.11dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.11dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.11du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.11d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.10mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.10m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.10u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.10" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.10dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.10dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.10du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/Scripts/python3.10d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.14mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.14m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.14u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.14" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.14dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.14dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.14du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.14d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.13mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.13m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.13u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.13" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.13dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.13dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.13du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.13d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.12mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.12m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.12u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.12" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.12dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.12dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.12du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.12d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.11mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.11m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.11u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.11" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.11dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.11dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.11du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.11d" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.10mu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.10m" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.10u" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.10" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.10dmu" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.10dm" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.10du" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/python3.10d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.14mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.14m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.14u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.14" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.14dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.14dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.14du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.14d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.13mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.13m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.13u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.13" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.13dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.13dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.13du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.13d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.12mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.12m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.12u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.12" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.12dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.12dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.12du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.12d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.11mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.11m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.11u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.11" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.11dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.11dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.11du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.11d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.10mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.10m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.10u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.10" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.10dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.10dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.10du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/bin/python3.10d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.14mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.14m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.14u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.14" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.14dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.14dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.14du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.14d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.13mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.13m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.13u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.13" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.13dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.13dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.13du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.13d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.12mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.12m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.12u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.12" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.12dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.12dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.12du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.12d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.11mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.11m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.11u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.11" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.11dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.11dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.11du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.11d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.10mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.10m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.10u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.10" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.10dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.10dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.10du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/Scripts/python3.10d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.14mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.14m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.14u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.14" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.14dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.14dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.14du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.14d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.13mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.13m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.13u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.13" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.13dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.13dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.13du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.13d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.12mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.12m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.12u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.12" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.12dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.12dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.12du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.12d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.11mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.11m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.11u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.11" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.11dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.11dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.11du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.11d" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.10mu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.10m" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.10u" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.10" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.10dmu" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.10dm" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.10du" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/python3.10d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.14mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.14m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.14u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.14" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.14dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.14dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.14du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.14d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.13mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.13m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.13u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.13" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.13dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.13dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.13du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.13d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.12mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.12m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.12u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.12" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.12dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.12dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.12du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.12d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.11mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.11m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.11u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.11" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.11dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.11dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.11du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.11d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.10mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.10m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.10u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.10" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.10dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.10dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.10du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/bin/python3.10d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.14mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.14m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.14u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.14" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.14dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.14dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.14du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.14d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.13mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.13m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.13u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.13" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.13dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.13dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.13du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.13d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.12mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.12m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.12u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.12" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.12dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.12dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.12du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.12d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.11mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.11m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.11u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.11" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.11dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.11dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.11du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.11d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.10mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.10m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.10u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.10" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.10dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.10dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.10du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/Scripts/python3.10d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.14mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.14m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.14u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.14" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.14dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.14dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.14du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.14d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.13mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.13m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.13u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.13" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.13dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.13dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.13du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.13d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.12mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.12m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.12u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.12" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.12dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.12dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.12du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.12d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.11mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.11m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.11u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.11" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.11dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.11dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.11du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.11d" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.10mu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.10m" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.10u" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.10" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.10dmu" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.10dm" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.10du" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/python3.10d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.14mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.14m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.14u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.14" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.14dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.14dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.14du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.14d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.13mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.13m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.13u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.13" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.13dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.13dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.13du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.13d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.12mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.12m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.12u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.12" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.12dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.12dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.12du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.12d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.11mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.11m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.11u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.11" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.11dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.11dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.11du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.11d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.10mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.10m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.10u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.10" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.10dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.10dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.10du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/bin/python3.10d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.14mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.14m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.14u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.14" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.14dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.14dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.14du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.14d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.13mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.13m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.13u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.13" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.13dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.13dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.13du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.13d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.12mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.12m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.12u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.12" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.12dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.12dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.12du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.12d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.11mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.11m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.11u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.11" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.11dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.11dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.11du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.11d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.10mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.10m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.10u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.10" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.10dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.10dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.10du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/Scripts/python3.10d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.14mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.14m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.14u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.14" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.14dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.14dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.14du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.14d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.13mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.13m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.13u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.13" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.13dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.13dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.13du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.13d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.12mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.12m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.12u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.12" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.12dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.12dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.12du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.12d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.11mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.11m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.11u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.11" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.11dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.11dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.11du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.11d" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.10mu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.10m" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.10u" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.10" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.10dmu" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.10dm" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.10du" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/python3.10d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.14mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.14m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.14u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.14" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.14dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.14dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.14du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.14d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.13mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.13m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.13u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.13" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.13dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.13dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.13du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.13d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.12mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.12m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.12u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.12" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.12dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.12dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.12du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.12d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.11mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.11m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.11u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.11" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.11dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.11dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.11du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.11d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.10mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.10m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.10u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.10" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.10dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.10dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.10du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/bin/python3.10d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.14mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.14m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.14u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.14" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.14dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.14dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.14du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.14d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.13mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.13m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.13u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.13" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.13dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.13dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.13du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.13d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.12mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.12m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.12u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.12" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.12dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.12dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.12du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.12d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.11mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.11m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.11u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.11" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.11dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.11dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.11du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.11d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.10mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.10m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.10u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.10" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.10dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.10dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.10du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/Scripts/python3.10d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.14mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.14m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.14u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.14" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.14dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.14dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.14du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.14d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.13mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.13m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.13u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.13" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.13dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.13dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.13du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.13d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.12mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.12m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.12u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.12" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.12dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.12dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.12du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.12d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.11mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.11m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.11u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.11" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.11dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.11dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.11du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.11d" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.10mu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.10m" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.10u" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.10" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.10dmu" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.10dm" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.10du" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/python3.10d" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.14mu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.14m" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.14u" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.14" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.14dmu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.14dm" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.14du" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.14d" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.13mu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.13m" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.13u" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.13" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.13dmu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.13dm" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.13du" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.13d" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.12mu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.12m" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.12u" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.12" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.12dmu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.12dm" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.12du" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.12d" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.11mu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.11m" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.11u" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.11" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.11dmu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.11dm" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.11du" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.11d" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.10mu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.10m" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.10u" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.10" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.10dmu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.10dm" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.10du" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/bin/python3.10d" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.14mu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.14m" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.14u" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.14" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.14dmu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.14dm" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.14du" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.14d" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.13mu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.13m" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.13u" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.13" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.13dmu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.13dm" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.13du" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.13d" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.12mu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.12m" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.12u" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.12" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.12dmu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.12dm" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.12du" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.12d" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.11mu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.11m" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.11u" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.11" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.11dmu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.11dm" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.11du" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.11d" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.10mu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.10m" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.10u" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.10" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.10dmu" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.10dm" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.10du" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/Scripts/python3.10d" + found: "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/python3" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindDoxygen.cmake:753 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindDoxygen.cmake:927 (_Doxygen_find_doxygen)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/doc/CMakeLists.txt:5 (find_package)" + mode: "program" + variable: "DOXYGEN_EXECUTABLE" + description: "Doxygen documentation generation tool (https://www.doxygen.nl)" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "doxygen" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/sbin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/doxygen" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/doxygen" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/doxygen" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/doxygen" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/doxygen" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/doxygen" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/doxygen" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/doxygen" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/doxygen" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/doxygen" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/doxygen" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/doxygen" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/doxygen" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/doxygen" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/doxygen" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/doxygen" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/doxygen" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/doxygen" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/doxygen" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/doxygen" + found: "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/doxygen" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindDoxygen.cmake:836 (find_program)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindDoxygen.cmake:931 (_Doxygen_find_dot)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/doc/CMakeLists.txt:5 (find_package)" + mode: "program" + variable: "DOXYGEN_DOT_EXECUTABLE" + description: "Dot tool for use with Doxygen" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "dot" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/sbin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/" + - "/ATT/Graphviz/bin/" + - "C:/Program Files/ATT/Graphviz/bin/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/dot" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/dot" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/dot" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/dot" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/dot" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/dot" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/dot" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/dot" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/dot" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/dot" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/dot" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/dot" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/dot" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/dot" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/dot" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/dot" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/dot" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/dot" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/dot" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/dot" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/dot" + found: "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/dot" + search_context: + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/crc32c.cmake:13 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/CMakeLists.txt:18 (include)" + checks: + - "Performing Test HAVE_BUILTIN_PREFETCH" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-HcEgcY" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-HcEgcY" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_BUILTIN_PREFETCH" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-HcEgcY' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_c081f/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_c081f.dir/build.make CMakeFiles/cmTC_c081f.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-HcEgcY' + Building CXX object CMakeFiles/cmTC_c081f.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_BUILTIN_PREFETCH -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_c081f.dir/src.cxx.o -MF CMakeFiles/cmTC_c081f.dir/src.cxx.o.d -o CMakeFiles/cmTC_c081f.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-HcEgcY/src.cxx + Linking CXX executable cmTC_c081f + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c081f.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_c081f.dir/src.cxx.o -o cmTC_c081f + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-HcEgcY' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/crc32c.cmake:24 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/CMakeLists.txt:18 (include)" + checks: + - "Performing Test HAVE_MM_PREFETCH" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-rdTzZz" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-rdTzZz" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_MM_PREFETCH" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-rdTzZz' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_5e6aa/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_5e6aa.dir/build.make CMakeFiles/cmTC_5e6aa.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-rdTzZz' + Building CXX object CMakeFiles/cmTC_5e6aa.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_MM_PREFETCH -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_5e6aa.dir/src.cxx.o -MF CMakeFiles/cmTC_5e6aa.dir/src.cxx.o.d -o CMakeFiles/cmTC_5e6aa.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-rdTzZz/src.cxx + Linking CXX executable cmTC_5e6aa + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5e6aa.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -fPIE -pie CMakeFiles/cmTC_5e6aa.dir/src.cxx.o -o cmTC_5e6aa + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-rdTzZz' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/CheckSourceCompilesWithFlags.cmake:32 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/crc32c.cmake:46 (check_cxx_source_compiles_with_flags)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/CMakeLists.txt:18 (include)" + checks: + - "Performing Test HAVE_SSE42" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-z0EMCI" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-z0EMCI" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SSE42" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-z0EMCI' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_4c16f/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_4c16f.dir/build.make CMakeFiles/cmTC_4c16f.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-z0EMCI' + Building CXX object CMakeFiles/cmTC_4c16f.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_SSE42 -msse4.2 -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_4c16f.dir/src.cxx.o -MF CMakeFiles/cmTC_4c16f.dir/src.cxx.o.d -o CMakeFiles/cmTC_4c16f.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-z0EMCI/src.cxx + Linking CXX executable cmTC_4c16f + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4c16f.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -msse4.2 -O2 -g -fPIE -pie CMakeFiles/cmTC_4c16f.dir/src.cxx.o -o cmTC_4c16f + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-z0EMCI' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/CheckSourceCompilesWithFlags.cmake:32 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/crc32c.cmake:67 (check_cxx_source_compiles_with_flags)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/CMakeLists.txt:18 (include)" + checks: + - "Performing Test HAVE_ARM64_CRC32C" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-NLe96B" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-NLe96B" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_ARM64_CRC32C" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-NLe96B' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_56312/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_56312.dir/build.make CMakeFiles/cmTC_56312.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-NLe96B' + Building CXX object CMakeFiles/cmTC_56312.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_ARM64_CRC32C -march=armv8-a+crc+crypto -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_56312.dir/src.cxx.o -MF CMakeFiles/cmTC_56312.dir/src.cxx.o.d -o CMakeFiles/cmTC_56312.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-NLe96B/src.cxx + error: unknown target CPU 'armv8-a+crc+crypto' + note: valid target CPU values are: nocona, core2, penryn, bonnell, atom, silvermont, slm, goldmont, goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake, cooperlake, cannonlake, icelake-client, rocketlake, icelake-server, tigerlake, sapphirerapids, alderlake, raptorlake, meteorlake, arrowlake, arrowlake-s, lunarlake, gracemont, pantherlake, sierraforest, grandridge, graniterapids, graniterapids-d, emeraldrapids, clearwaterforest, knl, knm, k8, athlon64, athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2, znver3, znver4, x86-64, x86-64-v2, x86-64-v3, x86-64-v4 + make[1]: *** [CMakeFiles/cmTC_56312.dir/build.make:82: CMakeFiles/cmTC_56312.dir/src.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-NLe96B' + make: *** [Makefile:134: cmTC_56312/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckSymbolExists.cmake:193 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSymbolExists.cmake:105 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/leveldb.cmake:10 (check_cxx_symbol_exists)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/CMakeLists.txt:19 (include)" + checks: + - "Looking for F_FULLFSYNC" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pTVRWO" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pTVRWO" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FULLFSYNC" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pTVRWO' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_30b6b/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_30b6b.dir/build.make CMakeFiles/cmTC_30b6b.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pTVRWO' + Building CXX object CMakeFiles/cmTC_30b6b.dir/CheckSymbolExists.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_30b6b.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_30b6b.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_30b6b.dir/CheckSymbolExists.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pTVRWO/CheckSymbolExists.cxx + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pTVRWO/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'F_FULLFSYNC' + 8 | return ((int*)(&F_FULLFSYNC))[argc]; + | ^ + 1 error generated. + make[1]: *** [CMakeFiles/cmTC_30b6b.dir/build.make:82: CMakeFiles/cmTC_30b6b.dir/CheckSymbolExists.cxx.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-pTVRWO' + make: *** [Makefile:134: cmTC_30b6b/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/CheckSourceCompilesWithFlags.cmake:32 (check_cxx_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/minisketch.cmake:13 (check_cxx_source_compiles_with_flags)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/CMakeLists.txt:20 (include)" + checks: + - "Performing Test HAVE_CLMUL" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WRZcQE" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WRZcQE" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_RELWITHDEBINFO: "-O2 -g" + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_CLMUL" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WRZcQE' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_36e96/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_36e96.dir/build.make CMakeFiles/cmTC_36e96.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WRZcQE' + Building CXX object CMakeFiles/cmTC_36e96.dir/src.cxx.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -DHAVE_CLMUL -mpclmul -O2 -g -std=c++20 -fPIE -MD -MT CMakeFiles/cmTC_36e96.dir/src.cxx.o -MF CMakeFiles/cmTC_36e96.dir/src.cxx.o.d -o CMakeFiles/cmTC_36e96.dir/src.cxx.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WRZcQE/src.cxx + Linking CXX executable cmTC_36e96 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_36e96.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -mpclmul -O2 -g -fPIE -pie CMakeFiles/cmTC_36e96.dir/src.cxx.o -o cmTC_36e96 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-WRZcQE' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/CheckX86_64Assembly.cmake:4 (check_c_source_compiles)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:104 (check_x86_64_assembly)" + checks: + - "Performing Test HAVE_X86_64_ASM" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-mA6Q93" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-mA6Q93" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g -DNDEBUG" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_X86_64_ASM" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-mA6Q93' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_1fb52/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_1fb52.dir/build.make CMakeFiles/cmTC_1fb52.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-mA6Q93' + Building C object CMakeFiles/cmTC_1fb52.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DHAVE_X86_64_ASM -O2 -g -DNDEBUG -std=c90 -fPIE -MD -MT CMakeFiles/cmTC_1fb52.dir/src.c.o -MF CMakeFiles/cmTC_1fb52.dir/src.c.o.d -o CMakeFiles/cmTC_1fb52.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-mA6Q93/src.c + Linking C executable cmTC_1fb52 + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1fb52.dir/link.txt --verbose=1 + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -O2 -g -DNDEBUG CMakeFiles/cmTC_1fb52.dir/src.c.o -o cmTC_1fb52 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-mA6Q93' + + exitCode: 0 + - + kind: "find-v1" + backtrace: + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/FindValgrind.cmake:16 (find_path)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:126 (find_package)" + mode: "path" + variable: "Valgrind_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "valgrind/memcheck.h" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/include/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/include/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/usr/local/include/" + - "/usr/local/" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/valgrind/memcheck.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/valgrind/memcheck.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/valgrind/memcheck.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/valgrind/memcheck.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/valgrind/memcheck.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/valgrind/memcheck.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/valgrind/memcheck.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/valgrind/memcheck.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/valgrind/memcheck.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/valgrind/memcheck.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/valgrind/memcheck.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/valgrind/memcheck.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/valgrind/memcheck.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/valgrind/memcheck.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/valgrind/memcheck.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/valgrind/memcheck.h" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/valgrind/memcheck.h" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/valgrind/memcheck.h" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/include/valgrind/memcheck.h" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/valgrind/memcheck.h" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/include/valgrind/memcheck.h" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/valgrind/memcheck.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/valgrind/memcheck.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/valgrind/memcheck.h" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/valgrind/memcheck.h" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/valgrind/memcheck.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/valgrind/memcheck.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/valgrind/memcheck.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/valgrind/memcheck.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/valgrind/memcheck.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/valgrind/memcheck.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/valgrind/memcheck.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/valgrind/memcheck.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/valgrind/memcheck.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/valgrind/memcheck.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/valgrind/memcheck.h" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/valgrind/memcheck.h" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/valgrind/memcheck.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/valgrind/memcheck.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/valgrind/memcheck.h" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/valgrind/memcheck.h" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/valgrind/memcheck.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/valgrind/memcheck.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/valgrind/memcheck.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/valgrind/memcheck.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/valgrind/memcheck.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/valgrind/memcheck.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/valgrind/memcheck.h" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/valgrind/memcheck.h" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/valgrind/memcheck.h" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/valgrind/memcheck.h" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/valgrind/memcheck.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/valgrind/memcheck.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/valgrind/memcheck.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/valgrind/memcheck.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/valgrind/memcheck.h" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/valgrind/memcheck.h" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/valgrind/memcheck.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/valgrind/memcheck.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/valgrind/memcheck.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/valgrind/memcheck.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/valgrind/memcheck.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/valgrind/memcheck.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/valgrind/memcheck.h" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/valgrind/memcheck.h" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/valgrind/memcheck.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/valgrind/memcheck.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/valgrind/memcheck.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/valgrind/memcheck.h" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/valgrind/memcheck.h" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/valgrind/memcheck.h" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/valgrind/memcheck.h" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/valgrind/memcheck.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/valgrind/memcheck.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/valgrind/memcheck.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/valgrind/memcheck.h" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/valgrind/memcheck.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/valgrind/memcheck.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/valgrind/memcheck.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/valgrind/memcheck.h" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/valgrind/memcheck.h" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/valgrind/memcheck.h" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/valgrind/memcheck.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/valgrind/memcheck.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/valgrind/memcheck.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/valgrind/memcheck.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/valgrind/memcheck.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/valgrind/memcheck.h" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/valgrind/memcheck.h" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/valgrind/memcheck.h" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/valgrind/memcheck.h" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/valgrind/memcheck.h" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/valgrind/memcheck.h" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/valgrind/memcheck.h" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/valgrind/memcheck.h" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/valgrind/memcheck.h" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/valgrind/memcheck.h" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/valgrind/memcheck.h" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/valgrind/memcheck.h" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/valgrind/memcheck.h" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/valgrind/memcheck.h" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/valgrind/memcheck.h" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/valgrind/memcheck.h" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/valgrind/memcheck.h" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/valgrind/memcheck.h" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/valgrind/memcheck.h" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/valgrind/memcheck.h" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/valgrind/memcheck.h" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/valgrind/memcheck.h" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/valgrind/memcheck.h" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/valgrind/memcheck.h" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/valgrind/memcheck.h" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/valgrind/memcheck.h" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/valgrind/memcheck.h" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/valgrind/memcheck.h" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/valgrind/memcheck.h" + - "/run/wrappers/bin/valgrind/memcheck.h" + - "/home/calvin/.nix-profile/bin/valgrind/memcheck.h" + - "/nix/profile/bin/valgrind/memcheck.h" + - "/home/calvin/.local/state/nix/profile/bin/valgrind/memcheck.h" + - "/etc/profiles/per-user/calvin/bin/valgrind/memcheck.h" + - "/nix/var/nix/profiles/default/bin/valgrind/memcheck.h" + - "/run/current-system/sw/bin/valgrind/memcheck.h" + - "/usr/local/include/valgrind/memcheck.h" + - "/usr/local/valgrind/memcheck.h" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/valgrind/memcheck.h" + found: false + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include" + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake:105 (cmake_check_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:13 (check_c_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:20 (secp256k1_check_c_flags_internal)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:206 (try_append_c_flags)" + checks: + - "Performing Test C_SUPPORTS__WALL" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MunUuA" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MunUuA" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_SUPPORTS__WALL" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MunUuA' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_418a9/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_418a9.dir/build.make CMakeFiles/cmTC_418a9.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MunUuA' + Building C object CMakeFiles/cmTC_418a9.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DC_SUPPORTS__WALL -Werror -O2 -g -std=c90 -fPIC -Wall -MD -MT CMakeFiles/cmTC_418a9.dir/src.c.o -MF CMakeFiles/cmTC_418a9.dir/src.c.o.d -o CMakeFiles/cmTC_418a9.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MunUuA/src.c + Linking C static library libcmTC_418a9.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_418a9.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_418a9.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_418a9.a CMakeFiles/cmTC_418a9.dir/src.c.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_418a9.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-MunUuA' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake:105 (cmake_check_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:13 (check_c_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:20 (secp256k1_check_c_flags_internal)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:215 (try_append_c_flags)" + checks: + - "Performing Test C_SUPPORTS__PEDANTIC" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-KCOpNP" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-KCOpNP" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_SUPPORTS__PEDANTIC" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-KCOpNP' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_f723a/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_f723a.dir/build.make CMakeFiles/cmTC_f723a.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-KCOpNP' + Building C object CMakeFiles/cmTC_f723a.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DC_SUPPORTS__PEDANTIC -Werror -O2 -g -std=c90 -fPIC -pedantic -MD -MT CMakeFiles/cmTC_f723a.dir/src.c.o -MF CMakeFiles/cmTC_f723a.dir/src.c.o.d -o CMakeFiles/cmTC_f723a.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-KCOpNP/src.c + Linking C static library libcmTC_f723a.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_f723a.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f723a.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_f723a.a CMakeFiles/cmTC_f723a.dir/src.c.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_f723a.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-KCOpNP' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake:105 (cmake_check_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:13 (check_c_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:20 (secp256k1_check_c_flags_internal)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:216 (try_append_c_flags)" + checks: + - "Performing Test C_SUPPORTS__WCAST_ALIGN" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-fCapF0" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-fCapF0" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_SUPPORTS__WCAST_ALIGN" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-fCapF0' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_6a2bc/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_6a2bc.dir/build.make CMakeFiles/cmTC_6a2bc.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-fCapF0' + Building C object CMakeFiles/cmTC_6a2bc.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DC_SUPPORTS__WCAST_ALIGN -Werror -O2 -g -std=c90 -fPIC -Wcast-align -MD -MT CMakeFiles/cmTC_6a2bc.dir/src.c.o -MF CMakeFiles/cmTC_6a2bc.dir/src.c.o.d -o CMakeFiles/cmTC_6a2bc.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-fCapF0/src.c + Linking C static library libcmTC_6a2bc.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_6a2bc.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6a2bc.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_6a2bc.a CMakeFiles/cmTC_6a2bc.dir/src.c.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_6a2bc.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-fCapF0' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake:105 (cmake_check_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:13 (check_c_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:20 (secp256k1_check_c_flags_internal)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:217 (try_append_c_flags)" + checks: + - "Performing Test C_SUPPORTS__WCAST_ALIGN_STRICT" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-8qs3WQ" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-8qs3WQ" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_SUPPORTS__WCAST_ALIGN_STRICT" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-8qs3WQ' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_70b28/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_70b28.dir/build.make CMakeFiles/cmTC_70b28.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-8qs3WQ' + Building C object CMakeFiles/cmTC_70b28.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DC_SUPPORTS__WCAST_ALIGN_STRICT -Werror -O2 -g -std=c90 -fPIC -Wcast-align=strict -MD -MT CMakeFiles/cmTC_70b28.dir/src.c.o -MF CMakeFiles/cmTC_70b28.dir/src.c.o.d -o CMakeFiles/cmTC_70b28.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-8qs3WQ/src.c + error: unknown warning option '-Wcast-align=strict'; did you mean '-Wcast-align'? [-Werror,-Wunknown-warning-option] + make[1]: *** [CMakeFiles/cmTC_70b28.dir/build.make:82: CMakeFiles/cmTC_70b28.dir/src.c.o] Error 1 + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-8qs3WQ' + make: *** [Makefile:134: cmTC_70b28/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake:105 (cmake_check_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:13 (check_c_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:20 (secp256k1_check_c_flags_internal)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:218 (try_append_c_flags)" + checks: + - "Performing Test C_SUPPORTS__WCONDITIONAL_UNINITIALIZED" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-gbhQpb" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-gbhQpb" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_SUPPORTS__WCONDITIONAL_UNINITIALIZED" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-gbhQpb' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_114ba/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_114ba.dir/build.make CMakeFiles/cmTC_114ba.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-gbhQpb' + Building C object CMakeFiles/cmTC_114ba.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DC_SUPPORTS__WCONDITIONAL_UNINITIALIZED -Werror -O2 -g -std=c90 -fPIC -Wconditional-uninitialized -MD -MT CMakeFiles/cmTC_114ba.dir/src.c.o -MF CMakeFiles/cmTC_114ba.dir/src.c.o.d -o CMakeFiles/cmTC_114ba.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-gbhQpb/src.c + Linking C static library libcmTC_114ba.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_114ba.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_114ba.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_114ba.a CMakeFiles/cmTC_114ba.dir/src.c.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_114ba.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-gbhQpb' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake:105 (cmake_check_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:13 (check_c_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:20 (secp256k1_check_c_flags_internal)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:219 (try_append_c_flags)" + checks: + - "Performing Test C_SUPPORTS__WEXTRA" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hc0oDS" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hc0oDS" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_SUPPORTS__WEXTRA" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hc0oDS' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_acd11/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_acd11.dir/build.make CMakeFiles/cmTC_acd11.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hc0oDS' + Building C object CMakeFiles/cmTC_acd11.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DC_SUPPORTS__WEXTRA -Werror -O2 -g -std=c90 -fPIC -Wextra -MD -MT CMakeFiles/cmTC_acd11.dir/src.c.o -MF CMakeFiles/cmTC_acd11.dir/src.c.o.d -o CMakeFiles/cmTC_acd11.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hc0oDS/src.c + Linking C static library libcmTC_acd11.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_acd11.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_acd11.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_acd11.a CMakeFiles/cmTC_acd11.dir/src.c.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_acd11.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-hc0oDS' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake:105 (cmake_check_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:13 (check_c_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:20 (secp256k1_check_c_flags_internal)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:220 (try_append_c_flags)" + checks: + - "Performing Test C_SUPPORTS__WNESTED_EXTERNS" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4KGaPw" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4KGaPw" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_SUPPORTS__WNESTED_EXTERNS" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4KGaPw' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_21f41/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_21f41.dir/build.make CMakeFiles/cmTC_21f41.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4KGaPw' + Building C object CMakeFiles/cmTC_21f41.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DC_SUPPORTS__WNESTED_EXTERNS -Werror -O2 -g -std=c90 -fPIC -Wnested-externs -MD -MT CMakeFiles/cmTC_21f41.dir/src.c.o -MF CMakeFiles/cmTC_21f41.dir/src.c.o.d -o CMakeFiles/cmTC_21f41.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4KGaPw/src.c + Linking C static library libcmTC_21f41.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_21f41.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21f41.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_21f41.a CMakeFiles/cmTC_21f41.dir/src.c.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_21f41.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-4KGaPw' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake:105 (cmake_check_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:13 (check_c_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:20 (secp256k1_check_c_flags_internal)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:221 (try_append_c_flags)" + checks: + - "Performing Test C_SUPPORTS__WNO_LONG_LONG" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2I7n3z" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2I7n3z" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_SUPPORTS__WNO_LONG_LONG" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2I7n3z' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_70801/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_70801.dir/build.make CMakeFiles/cmTC_70801.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2I7n3z' + Building C object CMakeFiles/cmTC_70801.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DC_SUPPORTS__WNO_LONG_LONG -Werror -O2 -g -std=c90 -fPIC -Wno-long-long -MD -MT CMakeFiles/cmTC_70801.dir/src.c.o -MF CMakeFiles/cmTC_70801.dir/src.c.o.d -o CMakeFiles/cmTC_70801.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2I7n3z/src.c + Linking C static library libcmTC_70801.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_70801.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_70801.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_70801.a CMakeFiles/cmTC_70801.dir/src.c.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_70801.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-2I7n3z' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake:105 (cmake_check_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:13 (check_c_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:20 (secp256k1_check_c_flags_internal)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:222 (try_append_c_flags)" + checks: + - "Performing Test C_SUPPORTS__WNO_OVERLENGTH_STRINGS" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ycqYDR" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ycqYDR" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_SUPPORTS__WNO_OVERLENGTH_STRINGS" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ycqYDR' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_d93db/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_d93db.dir/build.make CMakeFiles/cmTC_d93db.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ycqYDR' + Building C object CMakeFiles/cmTC_d93db.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DC_SUPPORTS__WNO_OVERLENGTH_STRINGS -Werror -O2 -g -std=c90 -fPIC -Wno-overlength-strings -MD -MT CMakeFiles/cmTC_d93db.dir/src.c.o -MF CMakeFiles/cmTC_d93db.dir/src.c.o.d -o CMakeFiles/cmTC_d93db.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ycqYDR/src.c + Linking C static library libcmTC_d93db.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_d93db.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d93db.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_d93db.a CMakeFiles/cmTC_d93db.dir/src.c.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_d93db.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-ycqYDR' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake:105 (cmake_check_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:13 (check_c_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:20 (secp256k1_check_c_flags_internal)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:223 (try_append_c_flags)" + checks: + - "Performing Test C_SUPPORTS__WNO_UNUSED_FUNCTION" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-R1CvXa" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-R1CvXa" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_SUPPORTS__WNO_UNUSED_FUNCTION" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-R1CvXa' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_5ab95/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_5ab95.dir/build.make CMakeFiles/cmTC_5ab95.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-R1CvXa' + Building C object CMakeFiles/cmTC_5ab95.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DC_SUPPORTS__WNO_UNUSED_FUNCTION -Werror -O2 -g -std=c90 -fPIC -Wno-unused-function -MD -MT CMakeFiles/cmTC_5ab95.dir/src.c.o -MF CMakeFiles/cmTC_5ab95.dir/src.c.o.d -o CMakeFiles/cmTC_5ab95.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-R1CvXa/src.c + Linking C static library libcmTC_5ab95.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_5ab95.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5ab95.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_5ab95.a CMakeFiles/cmTC_5ab95.dir/src.c.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_5ab95.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-R1CvXa' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake:105 (cmake_check_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:13 (check_c_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:20 (secp256k1_check_c_flags_internal)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:224 (try_append_c_flags)" + checks: + - "Performing Test C_SUPPORTS__WRESERVED_IDENTIFIER" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-JA3VQO" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-JA3VQO" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_SUPPORTS__WRESERVED_IDENTIFIER" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-JA3VQO' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_b37eb/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_b37eb.dir/build.make CMakeFiles/cmTC_b37eb.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-JA3VQO' + Building C object CMakeFiles/cmTC_b37eb.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DC_SUPPORTS__WRESERVED_IDENTIFIER -Werror -O2 -g -std=c90 -fPIC -Wreserved-identifier -MD -MT CMakeFiles/cmTC_b37eb.dir/src.c.o -MF CMakeFiles/cmTC_b37eb.dir/src.c.o.d -o CMakeFiles/cmTC_b37eb.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-JA3VQO/src.c + Linking C static library libcmTC_b37eb.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_b37eb.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b37eb.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_b37eb.a CMakeFiles/cmTC_b37eb.dir/src.c.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_b37eb.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-JA3VQO' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake:105 (cmake_check_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:13 (check_c_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:20 (secp256k1_check_c_flags_internal)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:225 (try_append_c_flags)" + checks: + - "Performing Test C_SUPPORTS__WSHADOW" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-x2C9lA" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-x2C9lA" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_SUPPORTS__WSHADOW" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-x2C9lA' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_4836b/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_4836b.dir/build.make CMakeFiles/cmTC_4836b.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-x2C9lA' + Building C object CMakeFiles/cmTC_4836b.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DC_SUPPORTS__WSHADOW -Werror -O2 -g -std=c90 -fPIC -Wshadow -MD -MT CMakeFiles/cmTC_4836b.dir/src.c.o -MF CMakeFiles/cmTC_4836b.dir/src.c.o.d -o CMakeFiles/cmTC_4836b.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-x2C9lA/src.c + Linking C static library libcmTC_4836b.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_4836b.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4836b.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_4836b.a CMakeFiles/cmTC_4836b.dir/src.c.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_4836b.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-x2C9lA' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake:105 (cmake_check_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:13 (check_c_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:20 (secp256k1_check_c_flags_internal)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:226 (try_append_c_flags)" + checks: + - "Performing Test C_SUPPORTS__WSTRICT_PROTOTYPES" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-iRqMGU" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-iRqMGU" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_SUPPORTS__WSTRICT_PROTOTYPES" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-iRqMGU' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_2a69e/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_2a69e.dir/build.make CMakeFiles/cmTC_2a69e.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-iRqMGU' + Building C object CMakeFiles/cmTC_2a69e.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DC_SUPPORTS__WSTRICT_PROTOTYPES -Werror -O2 -g -std=c90 -fPIC -Wstrict-prototypes -MD -MT CMakeFiles/cmTC_2a69e.dir/src.c.o -MF CMakeFiles/cmTC_2a69e.dir/src.c.o.d -o CMakeFiles/cmTC_2a69e.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-iRqMGU/src.c + Linking C static library libcmTC_2a69e.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_2a69e.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2a69e.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_2a69e.a CMakeFiles/cmTC_2a69e.dir/src.c.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_2a69e.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-iRqMGU' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake:105 (cmake_check_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:13 (check_c_compiler_flag)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake:20 (secp256k1_check_c_flags_internal)" + - "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt:227 (try_append_c_flags)" + checks: + - "Performing Test C_SUPPORTS__WUNDEF" + directories: + source: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Dn5ziO" + binary: "/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Dn5ziO" + cmakeVariables: + CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS: "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/clang-scan-deps" + CMAKE_CXX_COMPILE_OBJECT: " -o -c " + CMAKE_CXX_LINK_EXECUTABLE: " -o " + CMAKE_CXX_LINK_NO_PIE_SUPPORTED: "1" + CMAKE_CXX_LINK_PIE_SUPPORTED: "1" + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_RELWITHDEBINFO: "-O2 -g " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module;/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "C_SUPPORTS__WUNDEF" + cached: true + stdout: | + Change Dir: '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Dn5ziO' + + Run Build Command(s): /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f Makefile cmTC_18d47/fast + /nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_18d47.dir/build.make CMakeFiles/cmTC_18d47.dir/build + make[1]: Entering directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Dn5ziO' + Building C object CMakeFiles/cmTC_18d47.dir/src.c.o + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang -DC_SUPPORTS__WUNDEF -Werror -O2 -g -std=c90 -fPIC -Wundef -MD -MT CMakeFiles/cmTC_18d47.dir/src.c.o -MF CMakeFiles/cmTC_18d47.dir/src.c.o.d -o CMakeFiles/cmTC_18d47.dir/src.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Dn5ziO/src.c + Linking C static library libcmTC_18d47.a + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -P CMakeFiles/cmTC_18d47.dir/cmake_clean_target.cmake + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_18d47.dir/link.txt --verbose=1 + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ar qc libcmTC_18d47.a CMakeFiles/cmTC_18d47.dir/src.c.o + /nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-ranlib libcmTC_18d47.a + make[1]: Leaving directory '/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/CMakeScratch/TryCompile-Dn5ziO' + + exitCode: 0 + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:307 (find_library)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:357 (_pkg_find_libs)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:695 (_pkg_recalculate)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:867 (_pkg_check_modules_internal)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:263 (pkg_check_modules)" + - "CMakeLists.txt:42 (find_package)" + mode: "library" + variable: "pkgcfg_lib__OPENSSL_ssl" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ssl" + candidate_directories: + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + found: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:307 (find_library)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:357 (_pkg_find_libs)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:695 (_pkg_recalculate)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake:867 (_pkg_check_modules_internal)" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:263 (pkg_check_modules)" + - "CMakeLists.txt:42 (find_package)" + mode: "library" + variable: "pkgcfg_lib__OPENSSL_crypto" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "crypto" + candidate_directories: + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + found: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:336 (find_path)" + - "CMakeLists.txt:42 (find_package)" + mode: "path" + variable: "OPENSSL_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "openssl/ssl.h" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/include/include/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/include/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/include/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/include/include/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/include/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/include/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/include/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/include/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/include/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/include/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/include/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/include/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/include/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/include/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/include/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/include/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/include/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/include/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/include/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/include/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/include/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/include/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/include/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/include/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/include/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/include/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/include/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/include/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/include/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/include/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/include/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/include/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/include/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/include/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/include/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/include/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/include/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/include/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/include/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/include/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/include/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/include/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/include/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/include/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/include/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/include/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/include/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/include/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/include/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/include/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/include/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/include/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/include/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/include/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/include/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/include/" + - "/home/calvin/.nix-profile/bin/" + - "/nix/profile/bin/include/" + - "/nix/profile/bin/" + - "/home/calvin/.local/state/nix/profile/bin/include/" + - "/home/calvin/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/calvin/bin/include/" + - "/etc/profiles/per-user/calvin/bin/" + - "/nix/var/nix/profiles/default/bin/include/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/include/" + - "/run/current-system/sw/bin/" + - "/usr/local/include/include/" + - "/usr/local/include/" + - "/usr/local/include/" + - "/usr/local/" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/include/" + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/include/openssl/ssl.h" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/include/openssl/ssl.h" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/include/openssl/ssl.h" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include/openssl/ssl.h" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/include/openssl/ssl.h" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/include/openssl/ssl.h" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/include/openssl/ssl.h" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/include/openssl/ssl.h" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/openssl/ssl.h" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/include/openssl/ssl.h" + found: "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/include" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/include" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/include" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/include" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/include" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/include" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/include" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/include" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/include" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/include" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:594 (find_library)" + - "CMakeLists.txt:42 (find_package)" + mode: "library" + variable: "OPENSSL_SSL_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ssl" + - "ssleay32" + - "ssleay32MD" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + found: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake:608 (find_library)" + - "CMakeLists.txt:42 (find_package)" + mode: "library" + variable: "OPENSSL_CRYPTO_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "crypto" + candidate_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/" + - "/nix/store/lbfg38p9kgm2dadwjqa7fgv0sjjh3ban-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/" + - "/nix/store/450xpl40gn4p4lfmx51pr0k6l1q8nj34-compiler-rt-libc-18.1.8-dev/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/lib/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/" + - "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/lib/" + - "/nix/store/hwqbid7b85dfdvyj0ckgi2c6a4ir653q-zlib-1.3.1-dev/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/lib/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/lib/" + - "/nix/store/9hpipw45rkdfd37nzsi644c0s4gd3bbn-sqlite-3.50.4-dev/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/lib/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/lib/" + - "/nix/store/zw6y3hzvzrq541ryb0qpy7z0sxj7y027-python3.11-psutil-7.1.0/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib/" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib/" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib/" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib/" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib/" + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin/" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin/" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin/" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin/" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin/" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin/" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin/" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin/" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin/" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin/" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin/" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin/" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin/" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin/" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin/" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin/" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin/" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin/" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin/" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin/" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin/" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin/" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin/" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin/" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin/" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin/" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin/" + - "/run/wrappers/bin/" + - "/home/calvin/.nix-profile/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/lib/" + - "/nix/store/9yplk973zq742fxf39gh4s39c2p9nn3w-util-linux-2.41.2-dev/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/lib/" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib/" + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/lib/" + - "/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/" + found: "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/v42931s1sf8nxdrssqi1407dij051qc7-util-linux-2.41.2-lib/lib" + - "/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib" + - "/nix/store/60r20pmax67dfba9aagjbjygsdf0vc8d-boost-1.87.0/lib" + - "/nix/store/z55x0q74zldi64iwamqf8wgrm2iza5rk-zlib-1.3.1/lib" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/lib" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/lib" + - "/nix/store/l8p6hw089sni0gq16c3xyh3nzpws9wz3-libevent-2.1.12/lib" + - "/nix/store/5wkl71f5slab86dbh592f7n3xynwnzry-libevent-2.1.12-openssl/lib" + - "/nix/store/h6xv1avd5a55aa5c2d3cd069j7hlcv2y-sqlite-3.50.4/lib" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/lib" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/lib" + ENV{PATH}: + - "/nix/store/ql3ad199m2cv608k5sbfrc7r2x8fxpcp-llvm-binutils-wrapper-18.1.8/bin" + - "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin" + - "/nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/7l6wv859y0clr9xaql2v5ryw53ds8wzq-clang-tools-21.1.2/bin" + - "/nix/store/0skggkamysbh0ksc3582lb69wzrpabcg-pkg-config-wrapper-0.29.2/bin" + - "/nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-bin/bin" + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin" + - "/nix/store/5bhzas8rqsspzsk9mz4n5i65xkfralw4-ccache-4.11.3/bin" + - "/nix/store/wlh6plymkd971amrm339p4jg9mk48w4q-openssl-3.6.0-bin/bin" + - "/nix/store/85n78yrssyfc65f32yxpqqcpzkgbjv8c-patchelf-0.15.2/bin" + - "/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin" + - "/nix/store/z42x51lsd78mzyxpp7shaii8a1zlglk3-clang-18.1.8/bin" + - "/nix/store/qikdh8kf8sr98qxfc4zb3ykfmba4kqkc-binutils-wrapper-2.44/bin" + - "/nix/store/416ykpc2bksb90sd1ia8cybxb3p83mrd-binutils-2.44/bin" + - "/nix/store/spxr78djhw6s61130in0b4j49ixfvcy5-compiler-rt-libc-18.1.8/bin" + - "/nix/store/59af804jvzilcrjg4il5ry4jhxw0klv6-zeromq-4.3.5/bin" + - "/nix/store/yhsyv5ndzsr1rpipy01b9wk5981vzznf-miniupnpc-2.3.3/bin" + - "/nix/store/z4k79x3cav09icwm5z6ami76shwx96hm-libevent-2.1.12-dev/bin" + - "/nix/store/ixhwl6q4mn1j4lm03qcfsl298y5pd7lh-sqlite-3.50.4-bin/bin" + - "/nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin" + - "/nix/store/j3zzc86m6ilsvgrqjdxsccsg9cv85jac-graphviz-12.2.1/bin" + - "/nix/store/gk00yhwrcqgmgjvh71vpqc7r4jvybhg7-python3.11-pyperf-2.9.0/bin" + - "/nix/store/sm8xkb2i0b6dbsll92iyfavy0b0cw0p6-python3-3.11.14/bin" + - "/nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8/bin" + - "/nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0/bin" + - "/nix/store/7ql4x9i7w7ihxw23vkanvcvrvqhay23c-diffutils-3.12/bin" + - "/nix/store/zppkx0lkizglyqa9h26wf495qkllrjgy-gnused-4.9/bin" + - "/nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12/bin" + - "/nix/store/8c4l9cqqj7pixqlmljx5d495pfpw8pys-gawk-5.3.2/bin" + - "/nix/store/3m0zcl1by8ifylmgdcaa317cnhqn8q95-gnutar-1.35/bin" + - "/nix/store/vjj9x3dzszbzjpkzwx63z4gpypiqphzf-gzip-1.14/bin" + - "/nix/store/vzj5iy2png2rs6q2kb3svzp0cnd878f1-bzip2-1.0.8-bin/bin" + - "/nix/store/43lv2nr7pj7wy09qyicjq57bl209ccis-gnumake-4.4.1/bin" + - "/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin" + - "/nix/store/miap8jjp87z0gibkrzh68lw2w8kzy4yx-patch-2.8/bin" + - "/nix/store/vwx988887gsrdvg9lbg5f03sy91wrjjv-xz-5.8.1-bin/bin" + - "/nix/store/n686xm9c2ak4x02pj9izvkm0zx7ilwir-file-5.45/bin" + - "/run/wrappers/bin" + - "/home/calvin/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/calvin/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/calvin/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib" +... diff --git a/stump/build/CMakeFiles/CMakeDirectoryInformation.cmake b/stump/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..e2ec1e3 --- /dev/null +++ b/stump/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/calvin/bitcoin-projects/mmap-forest/stump") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/calvin/bitcoin-projects/mmap-forest/stump/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/stump/build/CMakeFiles/CMakeRuleHashes.txt b/stump/build/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000..3bfadac --- /dev/null +++ b/stump/build/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,3 @@ +# Hashes of file build rules. +7980560dcea1a7838fd4913e06967b8e bitcoin/doc/CMakeFiles/docs +30c08b0260b75e199d3d735fe5b05b21 bitcoin/src/CMakeFiles/generate_build_info diff --git a/stump/build/CMakeFiles/InstallScripts.json b/stump/build/CMakeFiles/InstallScripts.json new file mode 100644 index 0000000..d5d9cfa --- /dev/null +++ b/stump/build/CMakeFiles/InstallScripts.json @@ -0,0 +1,18 @@ +{ + "InstallScripts" : + [ + "/home/calvin/bitcoin-projects/mmap-forest/stump/build/cmake_install.cmake", + "/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/cmake_install.cmake", + "/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/test/cmake_install.cmake", + "/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/doc/cmake_install.cmake", + "/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/cmake_install.cmake", + "/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/univalue/cmake_install.cmake", + "/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/cmake_install.cmake", + "/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/src/cmake_install.cmake", + "/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/crypto/cmake_install.cmake", + "/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/util/cmake_install.cmake", + "/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/kernel/cmake_install.cmake", + "/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/test/util/cmake_install.cmake" + ], + "Parallel" : false +} diff --git a/stump/build/CMakeFiles/Makefile.cmake b/stump/build/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..ba9cd63 --- /dev/null +++ b/stump/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,173 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/CMakeLists.txt" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/bitcoin-build-config.h.in" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/ccache.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/crc32c.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/introspection.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/leveldb.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/minisketch.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/AddBoostIfNeeded.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/AddWindowsResources.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/CheckLinkerSupportsPIE.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/CheckSourceCompilesWithFlags.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/FlagsSummary.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/GetTargetInterface.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/InstallBinaryComponent.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/Maintenance.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/ProcessConfigurations.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TestAppendRequiredLibraries.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendCXXFlags.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/TryAppendLinkerFlag.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/module/WarnAboutGlobalProperties.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/script/Coverage.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/script/CoverageFuzz.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/script/CoverageInclude.cmake.in" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/script/cov_tool_wrapper.sh.in" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/cmake/secp256k1.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/contrib/devtools/split-debug.sh.in" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/contrib/filter-lcov.py" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/doc/CMakeLists.txt" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/doc/Doxyfile.in" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/libbitcoinkernel.pc.in" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/CMakeLists.txt" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/crypto/CMakeLists.txt" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/kernel/CMakeLists.txt" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/CMakeLists.txt" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/CheckStringOptionValue.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/CheckX86_64Assembly.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/FindValgrind.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/cmake/TryAppendCFlags.cmake" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/secp256k1/src/CMakeLists.txt" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/test/util/CMakeLists.txt" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/univalue/CMakeLists.txt" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/src/util/CMakeLists.txt" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/test/CMakeLists.txt" + "/home/calvin/bitcoin-projects/mmap-forest/bitcoin/test/config.ini.in" + "/home/calvin/bitcoin-projects/mmap-forest/stump/CMakeLists.txt" + "CMakeFiles/4.1.2/CMakeCCompiler.cmake" + "CMakeFiles/4.1.2/CMakeCXXCompiler.cmake" + "CMakeFiles/4.1.2/CMakeSystem.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCommonLanguageInclude.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDependentOption.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeGenericSystem.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeInitializeConfigs.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeLanguageInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInitialize.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CTestUseLaunchers.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCSourceCompiles.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSymbolExists.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckIncludeFile.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckLibraryExists.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckPIESupported.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/CheckSymbolExists.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-CXX.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindDoxygen.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenSSL.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPkgConfig.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPython/Support.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindPython3.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/FindThreads.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/GNUInstallDirs.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCLinkerInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCXXLinkerInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCommonLinkerInformation.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckFlagCommonConfig.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckLinkerFlag.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU-CXX.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU-CXX.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-Clang-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-Clang-CXX.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU-C.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU-CXX.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-Initialize.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux.cmake" + "/nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/share/cmake-4.1/Modules/Platform/UnixPaths.cmake" + "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/cmake/Boost-1.87.0/BoostConfig.cmake" + "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/cmake/Boost-1.87.0/BoostConfigVersion.cmake" + "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/cmake/boost_headers-1.87.0/boost_headers-config-version.cmake" + "/nix/store/gwsb412i8x720vhadyx9h29z28c63c4p-boost-1.87.0-dev/lib/cmake/boost_headers-1.87.0/boost_headers-config.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/CMakeDirectoryInformation.cmake" + "bitcoin/Coverage.cmake" + "bitcoin/CoverageFuzz.cmake" + "bitcoin/CoverageInclude.cmake" + "bitcoin/cov_tool_wrapper.sh.in" + "bitcoin/filter-lcov.py" + "bitcoin/split-debug.sh" + "bitcoin/CMakeFiles/CMakeDirectoryInformation.cmake" + "bitcoin/test/config.ini" + "bitcoin/test/CMakeFiles/CMakeDirectoryInformation.cmake" + "bitcoin/doc/Doxyfile" + "bitcoin/doc/CMakeFiles/CMakeDirectoryInformation.cmake" + "bitcoin/src/bitcoin-build-config.h" + "bitcoin/src/CMakeFiles/CMakeDirectoryInformation.cmake" + "bitcoin/src/univalue/CMakeFiles/CMakeDirectoryInformation.cmake" + "bitcoin/src/secp256k1/CMakeFiles/CMakeDirectoryInformation.cmake" + "bitcoin/src/secp256k1/src/CMakeFiles/CMakeDirectoryInformation.cmake" + "bitcoin/src/crypto/CMakeFiles/CMakeDirectoryInformation.cmake" + "bitcoin/src/util/CMakeFiles/CMakeDirectoryInformation.cmake" + "bitcoin/libbitcoinkernel.pc" + "bitcoin/src/kernel/CMakeFiles/CMakeDirectoryInformation.cmake" + "bitcoin/src/test/util/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/stump.dir/DependInfo.cmake" + "bitcoin/CMakeFiles/check_loose_linked_libraries.dir/DependInfo.cmake" + "bitcoin/doc/CMakeFiles/docs.dir/DependInfo.cmake" + "bitcoin/src/CMakeFiles/crc32c.dir/DependInfo.cmake" + "bitcoin/src/CMakeFiles/leveldb.dir/DependInfo.cmake" + "bitcoin/src/CMakeFiles/minisketch.dir/DependInfo.cmake" + "bitcoin/src/CMakeFiles/generate_build_info.dir/DependInfo.cmake" + "bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/DependInfo.cmake" + "bitcoin/src/CMakeFiles/bitcoin_consensus.dir/DependInfo.cmake" + "bitcoin/src/CMakeFiles/bitcoin_common.dir/DependInfo.cmake" + "bitcoin/src/CMakeFiles/bitcoin_node.dir/DependInfo.cmake" + "bitcoin/src/CMakeFiles/bitcoin_cli.dir/DependInfo.cmake" + "bitcoin/src/univalue/CMakeFiles/univalue.dir/DependInfo.cmake" + "bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/DependInfo.cmake" + "bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/DependInfo.cmake" + "bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/DependInfo.cmake" + "bitcoin/src/util/CMakeFiles/bitcoin_util.dir/DependInfo.cmake" + "bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/DependInfo.cmake" + "bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/DependInfo.cmake" + "bitcoin/src/test/util/CMakeFiles/test_util.dir/DependInfo.cmake" + ) diff --git a/stump/build/CMakeFiles/Makefile2 b/stump/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000..a3c01ff --- /dev/null +++ b/stump/build/CMakeFiles/Makefile2 @@ -0,0 +1,985 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake + +# The command to remove a file. +RM = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump/build + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/stump.dir/all +.PHONY : all + +# The main recursive "codegen" target. +codegen: CMakeFiles/stump.dir/codegen +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/stump.dir/clean +clean: bitcoin/clean +.PHONY : clean + +#============================================================================= +# Directory level rules for directory bitcoin + +# Recursive "all" directory target. +bitcoin/all: bitcoin/test/all +bitcoin/all: bitcoin/doc/all +bitcoin/all: bitcoin/src/all +.PHONY : bitcoin/all + +# Recursive "codegen" directory target. +bitcoin/codegen: bitcoin/test/codegen +bitcoin/codegen: bitcoin/doc/codegen +bitcoin/codegen: bitcoin/src/codegen +.PHONY : bitcoin/codegen + +# Recursive "preinstall" directory target. +bitcoin/preinstall: bitcoin/test/preinstall +bitcoin/preinstall: bitcoin/doc/preinstall +bitcoin/preinstall: bitcoin/src/preinstall +.PHONY : bitcoin/preinstall + +# Recursive "clean" directory target. +bitcoin/clean: bitcoin/CMakeFiles/check_loose_linked_libraries.dir/clean +bitcoin/clean: bitcoin/test/clean +bitcoin/clean: bitcoin/doc/clean +bitcoin/clean: bitcoin/src/clean +.PHONY : bitcoin/clean + +#============================================================================= +# Directory level rules for directory bitcoin/doc + +# Recursive "all" directory target. +bitcoin/doc/all: +.PHONY : bitcoin/doc/all + +# Recursive "codegen" directory target. +bitcoin/doc/codegen: +.PHONY : bitcoin/doc/codegen + +# Recursive "preinstall" directory target. +bitcoin/doc/preinstall: +.PHONY : bitcoin/doc/preinstall + +# Recursive "clean" directory target. +bitcoin/doc/clean: bitcoin/doc/CMakeFiles/docs.dir/clean +.PHONY : bitcoin/doc/clean + +#============================================================================= +# Directory level rules for directory bitcoin/src + +# Recursive "all" directory target. +bitcoin/src/all: bitcoin/src/univalue/all +bitcoin/src/all: bitcoin/src/secp256k1/all +bitcoin/src/all: bitcoin/src/crypto/all +bitcoin/src/all: bitcoin/src/util/all +bitcoin/src/all: bitcoin/src/kernel/all +bitcoin/src/all: bitcoin/src/test/util/all +.PHONY : bitcoin/src/all + +# Recursive "codegen" directory target. +bitcoin/src/codegen: bitcoin/src/univalue/codegen +bitcoin/src/codegen: bitcoin/src/secp256k1/codegen +bitcoin/src/codegen: bitcoin/src/crypto/codegen +bitcoin/src/codegen: bitcoin/src/util/codegen +bitcoin/src/codegen: bitcoin/src/kernel/codegen +bitcoin/src/codegen: bitcoin/src/test/util/codegen +.PHONY : bitcoin/src/codegen + +# Recursive "preinstall" directory target. +bitcoin/src/preinstall: bitcoin/src/univalue/preinstall +bitcoin/src/preinstall: bitcoin/src/secp256k1/preinstall +bitcoin/src/preinstall: bitcoin/src/crypto/preinstall +bitcoin/src/preinstall: bitcoin/src/util/preinstall +bitcoin/src/preinstall: bitcoin/src/kernel/preinstall +bitcoin/src/preinstall: bitcoin/src/test/util/preinstall +.PHONY : bitcoin/src/preinstall + +# Recursive "clean" directory target. +bitcoin/src/clean: bitcoin/src/CMakeFiles/crc32c.dir/clean +bitcoin/src/clean: bitcoin/src/CMakeFiles/leveldb.dir/clean +bitcoin/src/clean: bitcoin/src/CMakeFiles/minisketch.dir/clean +bitcoin/src/clean: bitcoin/src/CMakeFiles/generate_build_info.dir/clean +bitcoin/src/clean: bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/clean +bitcoin/src/clean: bitcoin/src/CMakeFiles/bitcoin_consensus.dir/clean +bitcoin/src/clean: bitcoin/src/CMakeFiles/bitcoin_common.dir/clean +bitcoin/src/clean: bitcoin/src/CMakeFiles/bitcoin_node.dir/clean +bitcoin/src/clean: bitcoin/src/CMakeFiles/bitcoin_cli.dir/clean +bitcoin/src/clean: bitcoin/src/univalue/clean +bitcoin/src/clean: bitcoin/src/secp256k1/clean +bitcoin/src/clean: bitcoin/src/crypto/clean +bitcoin/src/clean: bitcoin/src/util/clean +bitcoin/src/clean: bitcoin/src/kernel/clean +bitcoin/src/clean: bitcoin/src/test/util/clean +.PHONY : bitcoin/src/clean + +#============================================================================= +# Directory level rules for directory bitcoin/src/crypto + +# Recursive "all" directory target. +bitcoin/src/crypto/all: +.PHONY : bitcoin/src/crypto/all + +# Recursive "codegen" directory target. +bitcoin/src/crypto/codegen: +.PHONY : bitcoin/src/crypto/codegen + +# Recursive "preinstall" directory target. +bitcoin/src/crypto/preinstall: +.PHONY : bitcoin/src/crypto/preinstall + +# Recursive "clean" directory target. +bitcoin/src/crypto/clean: bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/clean +.PHONY : bitcoin/src/crypto/clean + +#============================================================================= +# Directory level rules for directory bitcoin/src/kernel + +# Recursive "all" directory target. +bitcoin/src/kernel/all: bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/all +.PHONY : bitcoin/src/kernel/all + +# Recursive "codegen" directory target. +bitcoin/src/kernel/codegen: bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/codegen +.PHONY : bitcoin/src/kernel/codegen + +# Recursive "preinstall" directory target. +bitcoin/src/kernel/preinstall: +.PHONY : bitcoin/src/kernel/preinstall + +# Recursive "clean" directory target. +bitcoin/src/kernel/clean: bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/clean +bitcoin/src/kernel/clean: bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/clean +.PHONY : bitcoin/src/kernel/clean + +#============================================================================= +# Directory level rules for directory bitcoin/src/secp256k1 + +# Recursive "all" directory target. +bitcoin/src/secp256k1/all: bitcoin/src/secp256k1/src/all +.PHONY : bitcoin/src/secp256k1/all + +# Recursive "codegen" directory target. +bitcoin/src/secp256k1/codegen: bitcoin/src/secp256k1/src/codegen +.PHONY : bitcoin/src/secp256k1/codegen + +# Recursive "preinstall" directory target. +bitcoin/src/secp256k1/preinstall: bitcoin/src/secp256k1/src/preinstall +.PHONY : bitcoin/src/secp256k1/preinstall + +# Recursive "clean" directory target. +bitcoin/src/secp256k1/clean: bitcoin/src/secp256k1/src/clean +.PHONY : bitcoin/src/secp256k1/clean + +#============================================================================= +# Directory level rules for directory bitcoin/src/secp256k1/src + +# Recursive "all" directory target. +bitcoin/src/secp256k1/src/all: +.PHONY : bitcoin/src/secp256k1/src/all + +# Recursive "codegen" directory target. +bitcoin/src/secp256k1/src/codegen: +.PHONY : bitcoin/src/secp256k1/src/codegen + +# Recursive "preinstall" directory target. +bitcoin/src/secp256k1/src/preinstall: +.PHONY : bitcoin/src/secp256k1/src/preinstall + +# Recursive "clean" directory target. +bitcoin/src/secp256k1/src/clean: bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/clean +bitcoin/src/secp256k1/src/clean: bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/clean +.PHONY : bitcoin/src/secp256k1/src/clean + +#============================================================================= +# Directory level rules for directory bitcoin/src/test/util + +# Recursive "all" directory target. +bitcoin/src/test/util/all: +.PHONY : bitcoin/src/test/util/all + +# Recursive "codegen" directory target. +bitcoin/src/test/util/codegen: +.PHONY : bitcoin/src/test/util/codegen + +# Recursive "preinstall" directory target. +bitcoin/src/test/util/preinstall: +.PHONY : bitcoin/src/test/util/preinstall + +# Recursive "clean" directory target. +bitcoin/src/test/util/clean: bitcoin/src/test/util/CMakeFiles/test_util.dir/clean +.PHONY : bitcoin/src/test/util/clean + +#============================================================================= +# Directory level rules for directory bitcoin/src/univalue + +# Recursive "all" directory target. +bitcoin/src/univalue/all: +.PHONY : bitcoin/src/univalue/all + +# Recursive "codegen" directory target. +bitcoin/src/univalue/codegen: +.PHONY : bitcoin/src/univalue/codegen + +# Recursive "preinstall" directory target. +bitcoin/src/univalue/preinstall: +.PHONY : bitcoin/src/univalue/preinstall + +# Recursive "clean" directory target. +bitcoin/src/univalue/clean: bitcoin/src/univalue/CMakeFiles/univalue.dir/clean +.PHONY : bitcoin/src/univalue/clean + +#============================================================================= +# Directory level rules for directory bitcoin/src/util + +# Recursive "all" directory target. +bitcoin/src/util/all: +.PHONY : bitcoin/src/util/all + +# Recursive "codegen" directory target. +bitcoin/src/util/codegen: +.PHONY : bitcoin/src/util/codegen + +# Recursive "preinstall" directory target. +bitcoin/src/util/preinstall: +.PHONY : bitcoin/src/util/preinstall + +# Recursive "clean" directory target. +bitcoin/src/util/clean: bitcoin/src/util/CMakeFiles/bitcoin_util.dir/clean +.PHONY : bitcoin/src/util/clean + +#============================================================================= +# Directory level rules for directory bitcoin/test + +# Recursive "all" directory target. +bitcoin/test/all: +.PHONY : bitcoin/test/all + +# Recursive "codegen" directory target. +bitcoin/test/codegen: +.PHONY : bitcoin/test/codegen + +# Recursive "preinstall" directory target. +bitcoin/test/preinstall: +.PHONY : bitcoin/test/preinstall + +# Recursive "clean" directory target. +bitcoin/test/clean: +.PHONY : bitcoin/test/clean + +#============================================================================= +# Target rules for target CMakeFiles/stump.dir + +# All Build rule for target. +CMakeFiles/stump.dir/all: bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/stump.dir/build.make CMakeFiles/stump.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/stump.dir/build.make CMakeFiles/stump.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=92,93,94 "Built target stump" +.PHONY : CMakeFiles/stump.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/stump.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 42 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/stump.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : CMakeFiles/stump.dir/rule + +# Convenience name for target. +stump: CMakeFiles/stump.dir/rule +.PHONY : stump + +# codegen rule for target. +CMakeFiles/stump.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/stump.dir/build.make CMakeFiles/stump.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=92,93,94 "Finished codegen for target stump" +.PHONY : CMakeFiles/stump.dir/codegen + +# clean rule for target. +CMakeFiles/stump.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/stump.dir/build.make CMakeFiles/stump.dir/clean +.PHONY : CMakeFiles/stump.dir/clean + +#============================================================================= +# Target rules for target bitcoin/CMakeFiles/check_loose_linked_libraries.dir + +# All Build rule for target. +bitcoin/CMakeFiles/check_loose_linked_libraries.dir/all: + $(MAKE) $(MAKESILENT) -f bitcoin/CMakeFiles/check_loose_linked_libraries.dir/build.make bitcoin/CMakeFiles/check_loose_linked_libraries.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/CMakeFiles/check_loose_linked_libraries.dir/build.make bitcoin/CMakeFiles/check_loose_linked_libraries.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num= "Built target check_loose_linked_libraries" +.PHONY : bitcoin/CMakeFiles/check_loose_linked_libraries.dir/all + +# Build rule for subdir invocation for target. +bitcoin/CMakeFiles/check_loose_linked_libraries.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/CMakeFiles/check_loose_linked_libraries.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/CMakeFiles/check_loose_linked_libraries.dir/rule + +# Convenience name for target. +check_loose_linked_libraries: bitcoin/CMakeFiles/check_loose_linked_libraries.dir/rule +.PHONY : check_loose_linked_libraries + +# codegen rule for target. +bitcoin/CMakeFiles/check_loose_linked_libraries.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/CMakeFiles/check_loose_linked_libraries.dir/build.make bitcoin/CMakeFiles/check_loose_linked_libraries.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num= "Finished codegen for target check_loose_linked_libraries" +.PHONY : bitcoin/CMakeFiles/check_loose_linked_libraries.dir/codegen + +# clean rule for target. +bitcoin/CMakeFiles/check_loose_linked_libraries.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/CMakeFiles/check_loose_linked_libraries.dir/build.make bitcoin/CMakeFiles/check_loose_linked_libraries.dir/clean +.PHONY : bitcoin/CMakeFiles/check_loose_linked_libraries.dir/clean + +#============================================================================= +# Target rules for target bitcoin/doc/CMakeFiles/docs.dir + +# All Build rule for target. +bitcoin/doc/CMakeFiles/docs.dir/all: + $(MAKE) $(MAKESILENT) -f bitcoin/doc/CMakeFiles/docs.dir/build.make bitcoin/doc/CMakeFiles/docs.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/doc/CMakeFiles/docs.dir/build.make bitcoin/doc/CMakeFiles/docs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num= "Built target docs" +.PHONY : bitcoin/doc/CMakeFiles/docs.dir/all + +# Build rule for subdir invocation for target. +bitcoin/doc/CMakeFiles/docs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/doc/CMakeFiles/docs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/doc/CMakeFiles/docs.dir/rule + +# Convenience name for target. +docs: bitcoin/doc/CMakeFiles/docs.dir/rule +.PHONY : docs + +# codegen rule for target. +bitcoin/doc/CMakeFiles/docs.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/doc/CMakeFiles/docs.dir/build.make bitcoin/doc/CMakeFiles/docs.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num= "Finished codegen for target docs" +.PHONY : bitcoin/doc/CMakeFiles/docs.dir/codegen + +# clean rule for target. +bitcoin/doc/CMakeFiles/docs.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/doc/CMakeFiles/docs.dir/build.make bitcoin/doc/CMakeFiles/docs.dir/clean +.PHONY : bitcoin/doc/CMakeFiles/docs.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/CMakeFiles/crc32c.dir + +# All Build rule for target. +bitcoin/src/CMakeFiles/crc32c.dir/all: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/crc32c.dir/build.make bitcoin/src/CMakeFiles/crc32c.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/crc32c.dir/build.make bitcoin/src/CMakeFiles/crc32c.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=75 "Built target crc32c" +.PHONY : bitcoin/src/CMakeFiles/crc32c.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/CMakeFiles/crc32c.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/CMakeFiles/crc32c.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/CMakeFiles/crc32c.dir/rule + +# Convenience name for target. +crc32c: bitcoin/src/CMakeFiles/crc32c.dir/rule +.PHONY : crc32c + +# codegen rule for target. +bitcoin/src/CMakeFiles/crc32c.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/crc32c.dir/build.make bitcoin/src/CMakeFiles/crc32c.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=75 "Finished codegen for target crc32c" +.PHONY : bitcoin/src/CMakeFiles/crc32c.dir/codegen + +# clean rule for target. +bitcoin/src/CMakeFiles/crc32c.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/crc32c.dir/build.make bitcoin/src/CMakeFiles/crc32c.dir/clean +.PHONY : bitcoin/src/CMakeFiles/crc32c.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/CMakeFiles/leveldb.dir + +# All Build rule for target. +bitcoin/src/CMakeFiles/leveldb.dir/all: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/leveldb.dir/build.make bitcoin/src/CMakeFiles/leveldb.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/leveldb.dir/build.make bitcoin/src/CMakeFiles/leveldb.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=76,77,78,79,80,81,82,83,84,85,86 "Built target leveldb" +.PHONY : bitcoin/src/CMakeFiles/leveldb.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/CMakeFiles/leveldb.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 11 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/CMakeFiles/leveldb.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/CMakeFiles/leveldb.dir/rule + +# Convenience name for target. +leveldb: bitcoin/src/CMakeFiles/leveldb.dir/rule +.PHONY : leveldb + +# codegen rule for target. +bitcoin/src/CMakeFiles/leveldb.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/leveldb.dir/build.make bitcoin/src/CMakeFiles/leveldb.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=76,77,78,79,80,81,82,83,84,85,86 "Finished codegen for target leveldb" +.PHONY : bitcoin/src/CMakeFiles/leveldb.dir/codegen + +# clean rule for target. +bitcoin/src/CMakeFiles/leveldb.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/leveldb.dir/build.make bitcoin/src/CMakeFiles/leveldb.dir/clean +.PHONY : bitcoin/src/CMakeFiles/leveldb.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/CMakeFiles/minisketch.dir + +# All Build rule for target. +bitcoin/src/CMakeFiles/minisketch.dir/all: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/minisketch.dir/build.make bitcoin/src/CMakeFiles/minisketch.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/minisketch.dir/build.make bitcoin/src/CMakeFiles/minisketch.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=87,88,89,90 "Built target minisketch" +.PHONY : bitcoin/src/CMakeFiles/minisketch.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/CMakeFiles/minisketch.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 4 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/CMakeFiles/minisketch.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/CMakeFiles/minisketch.dir/rule + +# Convenience name for target. +minisketch: bitcoin/src/CMakeFiles/minisketch.dir/rule +.PHONY : minisketch + +# codegen rule for target. +bitcoin/src/CMakeFiles/minisketch.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/minisketch.dir/build.make bitcoin/src/CMakeFiles/minisketch.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=87,88,89,90 "Finished codegen for target minisketch" +.PHONY : bitcoin/src/CMakeFiles/minisketch.dir/codegen + +# clean rule for target. +bitcoin/src/CMakeFiles/minisketch.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/minisketch.dir/build.make bitcoin/src/CMakeFiles/minisketch.dir/clean +.PHONY : bitcoin/src/CMakeFiles/minisketch.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/CMakeFiles/generate_build_info.dir + +# All Build rule for target. +bitcoin/src/CMakeFiles/generate_build_info.dir/all: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/generate_build_info.dir/build.make bitcoin/src/CMakeFiles/generate_build_info.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/generate_build_info.dir/build.make bitcoin/src/CMakeFiles/generate_build_info.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num= "Built target generate_build_info" +.PHONY : bitcoin/src/CMakeFiles/generate_build_info.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/CMakeFiles/generate_build_info.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/CMakeFiles/generate_build_info.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/CMakeFiles/generate_build_info.dir/rule + +# Convenience name for target. +generate_build_info: bitcoin/src/CMakeFiles/generate_build_info.dir/rule +.PHONY : generate_build_info + +# codegen rule for target. +bitcoin/src/CMakeFiles/generate_build_info.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/generate_build_info.dir/build.make bitcoin/src/CMakeFiles/generate_build_info.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num= "Finished codegen for target generate_build_info" +.PHONY : bitcoin/src/CMakeFiles/generate_build_info.dir/codegen + +# clean rule for target. +bitcoin/src/CMakeFiles/generate_build_info.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/generate_build_info.dir/build.make bitcoin/src/CMakeFiles/generate_build_info.dir/clean +.PHONY : bitcoin/src/CMakeFiles/generate_build_info.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/CMakeFiles/bitcoin_clientversion.dir + +# All Build rule for target. +bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/all: bitcoin/src/CMakeFiles/generate_build_info.dir/all + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/build.make bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/build.make bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=1 "Built target bitcoin_clientversion" +.PHONY : bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/rule + +# Convenience name for target. +bitcoin_clientversion: bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/rule +.PHONY : bitcoin_clientversion + +# codegen rule for target. +bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/codegen: bitcoin/src/CMakeFiles/generate_build_info.dir/all + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/build.make bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=1 "Finished codegen for target bitcoin_clientversion" +.PHONY : bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/codegen + +# clean rule for target. +bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/build.make bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/clean +.PHONY : bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/CMakeFiles/bitcoin_consensus.dir + +# All Build rule for target. +bitcoin/src/CMakeFiles/bitcoin_consensus.dir/all: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_consensus.dir/build.make bitcoin/src/CMakeFiles/bitcoin_consensus.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_consensus.dir/build.make bitcoin/src/CMakeFiles/bitcoin_consensus.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=15,16,17 "Built target bitcoin_consensus" +.PHONY : bitcoin/src/CMakeFiles/bitcoin_consensus.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/CMakeFiles/bitcoin_consensus.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/CMakeFiles/bitcoin_consensus.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/CMakeFiles/bitcoin_consensus.dir/rule + +# Convenience name for target. +bitcoin_consensus: bitcoin/src/CMakeFiles/bitcoin_consensus.dir/rule +.PHONY : bitcoin_consensus + +# codegen rule for target. +bitcoin/src/CMakeFiles/bitcoin_consensus.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_consensus.dir/build.make bitcoin/src/CMakeFiles/bitcoin_consensus.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=15,16,17 "Finished codegen for target bitcoin_consensus" +.PHONY : bitcoin/src/CMakeFiles/bitcoin_consensus.dir/codegen + +# clean rule for target. +bitcoin/src/CMakeFiles/bitcoin_consensus.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_consensus.dir/build.make bitcoin/src/CMakeFiles/bitcoin_consensus.dir/clean +.PHONY : bitcoin/src/CMakeFiles/bitcoin_consensus.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/CMakeFiles/bitcoin_common.dir + +# All Build rule for target. +bitcoin/src/CMakeFiles/bitcoin_common.dir/all: bitcoin/src/CMakeFiles/generate_build_info.dir/all + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_common.dir/build.make bitcoin/src/CMakeFiles/bitcoin_common.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_common.dir/build.make bitcoin/src/CMakeFiles/bitcoin_common.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=2,3,4,5,6,7,8,9,10,11,12,13,14 "Built target bitcoin_common" +.PHONY : bitcoin/src/CMakeFiles/bitcoin_common.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/CMakeFiles/bitcoin_common.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 13 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/CMakeFiles/bitcoin_common.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/CMakeFiles/bitcoin_common.dir/rule + +# Convenience name for target. +bitcoin_common: bitcoin/src/CMakeFiles/bitcoin_common.dir/rule +.PHONY : bitcoin_common + +# codegen rule for target. +bitcoin/src/CMakeFiles/bitcoin_common.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_common.dir/build.make bitcoin/src/CMakeFiles/bitcoin_common.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=2,3,4,5,6,7,8,9,10,11,12,13,14 "Finished codegen for target bitcoin_common" +.PHONY : bitcoin/src/CMakeFiles/bitcoin_common.dir/codegen + +# clean rule for target. +bitcoin/src/CMakeFiles/bitcoin_common.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_common.dir/build.make bitcoin/src/CMakeFiles/bitcoin_common.dir/clean +.PHONY : bitcoin/src/CMakeFiles/bitcoin_common.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/CMakeFiles/bitcoin_node.dir + +# All Build rule for target. +bitcoin/src/CMakeFiles/bitcoin_node.dir/all: bitcoin/src/CMakeFiles/generate_build_info.dir/all + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_node.dir/build.make bitcoin/src/CMakeFiles/bitcoin_node.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_node.dir/build.make bitcoin/src/CMakeFiles/bitcoin_node.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47 "Built target bitcoin_node" +.PHONY : bitcoin/src/CMakeFiles/bitcoin_node.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/CMakeFiles/bitcoin_node.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 24 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/CMakeFiles/bitcoin_node.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/CMakeFiles/bitcoin_node.dir/rule + +# Convenience name for target. +bitcoin_node: bitcoin/src/CMakeFiles/bitcoin_node.dir/rule +.PHONY : bitcoin_node + +# codegen rule for target. +bitcoin/src/CMakeFiles/bitcoin_node.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_node.dir/build.make bitcoin/src/CMakeFiles/bitcoin_node.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47 "Finished codegen for target bitcoin_node" +.PHONY : bitcoin/src/CMakeFiles/bitcoin_node.dir/codegen + +# clean rule for target. +bitcoin/src/CMakeFiles/bitcoin_node.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_node.dir/build.make bitcoin/src/CMakeFiles/bitcoin_node.dir/clean +.PHONY : bitcoin/src/CMakeFiles/bitcoin_node.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/CMakeFiles/bitcoin_cli.dir + +# All Build rule for target. +bitcoin/src/CMakeFiles/bitcoin_cli.dir/all: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_cli.dir/build.make bitcoin/src/CMakeFiles/bitcoin_cli.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_cli.dir/build.make bitcoin/src/CMakeFiles/bitcoin_cli.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num= "Built target bitcoin_cli" +.PHONY : bitcoin/src/CMakeFiles/bitcoin_cli.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/CMakeFiles/bitcoin_cli.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/CMakeFiles/bitcoin_cli.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/CMakeFiles/bitcoin_cli.dir/rule + +# Convenience name for target. +bitcoin_cli: bitcoin/src/CMakeFiles/bitcoin_cli.dir/rule +.PHONY : bitcoin_cli + +# codegen rule for target. +bitcoin/src/CMakeFiles/bitcoin_cli.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_cli.dir/build.make bitcoin/src/CMakeFiles/bitcoin_cli.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num= "Finished codegen for target bitcoin_cli" +.PHONY : bitcoin/src/CMakeFiles/bitcoin_cli.dir/codegen + +# clean rule for target. +bitcoin/src/CMakeFiles/bitcoin_cli.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/CMakeFiles/bitcoin_cli.dir/build.make bitcoin/src/CMakeFiles/bitcoin_cli.dir/clean +.PHONY : bitcoin/src/CMakeFiles/bitcoin_cli.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/univalue/CMakeFiles/univalue.dir + +# All Build rule for target. +bitcoin/src/univalue/CMakeFiles/univalue.dir/all: + $(MAKE) $(MAKESILENT) -f bitcoin/src/univalue/CMakeFiles/univalue.dir/build.make bitcoin/src/univalue/CMakeFiles/univalue.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/univalue/CMakeFiles/univalue.dir/build.make bitcoin/src/univalue/CMakeFiles/univalue.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=99,100 "Built target univalue" +.PHONY : bitcoin/src/univalue/CMakeFiles/univalue.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/univalue/CMakeFiles/univalue.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/univalue/CMakeFiles/univalue.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/univalue/CMakeFiles/univalue.dir/rule + +# Convenience name for target. +univalue: bitcoin/src/univalue/CMakeFiles/univalue.dir/rule +.PHONY : univalue + +# codegen rule for target. +bitcoin/src/univalue/CMakeFiles/univalue.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/univalue/CMakeFiles/univalue.dir/build.make bitcoin/src/univalue/CMakeFiles/univalue.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=99,100 "Finished codegen for target univalue" +.PHONY : bitcoin/src/univalue/CMakeFiles/univalue.dir/codegen + +# clean rule for target. +bitcoin/src/univalue/CMakeFiles/univalue.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/univalue/CMakeFiles/univalue.dir/build.make bitcoin/src/univalue/CMakeFiles/univalue.dir/clean +.PHONY : bitcoin/src/univalue/CMakeFiles/univalue.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir + +# All Build rule for target. +bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/all: bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/all + $(MAKE) $(MAKESILENT) -f bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/build.make bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/build.make bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=91 "Built target secp256k1" +.PHONY : bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/rule + +# Convenience name for target. +secp256k1: bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/rule +.PHONY : secp256k1 + +# codegen rule for target. +bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/build.make bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=91 "Finished codegen for target secp256k1" +.PHONY : bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/codegen + +# clean rule for target. +bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/build.make bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/clean +.PHONY : bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir + +# All Build rule for target. +bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/all: + $(MAKE) $(MAKESILENT) -f bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/build.make bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/build.make bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num= "Built target secp256k1_precomputed" +.PHONY : bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/rule + +# Convenience name for target. +secp256k1_precomputed: bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/rule +.PHONY : secp256k1_precomputed + +# codegen rule for target. +bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/build.make bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num= "Finished codegen for target secp256k1_precomputed" +.PHONY : bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/codegen + +# clean rule for target. +bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/build.make bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/clean +.PHONY : bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir + +# All Build rule for target. +bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/all: + $(MAKE) $(MAKESILENT) -f bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/build.make bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/build.make bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=18,19,20,21,22,23 "Built target bitcoin_crypto" +.PHONY : bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/rule + +# Convenience name for target. +bitcoin_crypto: bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/rule +.PHONY : bitcoin_crypto + +# codegen rule for target. +bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/build.make bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=18,19,20,21,22,23 "Finished codegen for target bitcoin_crypto" +.PHONY : bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/codegen + +# clean rule for target. +bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/build.make bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/clean +.PHONY : bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/util/CMakeFiles/bitcoin_util.dir + +# All Build rule for target. +bitcoin/src/util/CMakeFiles/bitcoin_util.dir/all: bitcoin/src/CMakeFiles/generate_build_info.dir/all + $(MAKE) $(MAKESILENT) -f bitcoin/src/util/CMakeFiles/bitcoin_util.dir/build.make bitcoin/src/util/CMakeFiles/bitcoin_util.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/util/CMakeFiles/bitcoin_util.dir/build.make bitcoin/src/util/CMakeFiles/bitcoin_util.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=48,49,50,51,52,53,54,55 "Built target bitcoin_util" +.PHONY : bitcoin/src/util/CMakeFiles/bitcoin_util.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/util/CMakeFiles/bitcoin_util.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 8 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/util/CMakeFiles/bitcoin_util.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/util/CMakeFiles/bitcoin_util.dir/rule + +# Convenience name for target. +bitcoin_util: bitcoin/src/util/CMakeFiles/bitcoin_util.dir/rule +.PHONY : bitcoin_util + +# codegen rule for target. +bitcoin/src/util/CMakeFiles/bitcoin_util.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/util/CMakeFiles/bitcoin_util.dir/build.make bitcoin/src/util/CMakeFiles/bitcoin_util.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=48,49,50,51,52,53,54,55 "Finished codegen for target bitcoin_util" +.PHONY : bitcoin/src/util/CMakeFiles/bitcoin_util.dir/codegen + +# clean rule for target. +bitcoin/src/util/CMakeFiles/bitcoin_util.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/util/CMakeFiles/bitcoin_util.dir/build.make bitcoin/src/util/CMakeFiles/bitcoin_util.dir/clean +.PHONY : bitcoin/src/util/CMakeFiles/bitcoin_util.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir + +# All Build rule for target. +bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/all: bitcoin/src/CMakeFiles/crc32c.dir/all +bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/all: bitcoin/src/CMakeFiles/leveldb.dir/all +bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/all: bitcoin/src/CMakeFiles/bitcoin_clientversion.dir/all +bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/all: bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir/all +bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/all: bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir/all +bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/all: bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir/all + $(MAKE) $(MAKESILENT) -f bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/build.make bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/build.make bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74 "Built target bitcoinkernel" +.PHONY : bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 39 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/rule + +# Convenience name for target. +bitcoinkernel: bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/rule +.PHONY : bitcoinkernel + +# codegen rule for target. +bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/build.make bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74 "Finished codegen for target bitcoinkernel" +.PHONY : bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/codegen + +# clean rule for target. +bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/build.make bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/clean +.PHONY : bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir + +# All Build rule for target. +bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/all: bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/all + $(MAKE) $(MAKESILENT) -f bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/build.make bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/build.make bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num= "Built target libbitcoinkernel" +.PHONY : bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 39 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/rule + +# Convenience name for target. +libbitcoinkernel: bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/rule +.PHONY : libbitcoinkernel + +# codegen rule for target. +bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/codegen: bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir/all + $(MAKE) $(MAKESILENT) -f bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/build.make bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num= "Finished codegen for target libbitcoinkernel" +.PHONY : bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/codegen + +# clean rule for target. +bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/build.make bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/clean +.PHONY : bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir/clean + +#============================================================================= +# Target rules for target bitcoin/src/test/util/CMakeFiles/test_util.dir + +# All Build rule for target. +bitcoin/src/test/util/CMakeFiles/test_util.dir/all: + $(MAKE) $(MAKESILENT) -f bitcoin/src/test/util/CMakeFiles/test_util.dir/build.make bitcoin/src/test/util/CMakeFiles/test_util.dir/depend + $(MAKE) $(MAKESILENT) -f bitcoin/src/test/util/CMakeFiles/test_util.dir/build.make bitcoin/src/test/util/CMakeFiles/test_util.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=95,96,97,98 "Built target test_util" +.PHONY : bitcoin/src/test/util/CMakeFiles/test_util.dir/all + +# Build rule for subdir invocation for target. +bitcoin/src/test/util/CMakeFiles/test_util.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 4 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bitcoin/src/test/util/CMakeFiles/test_util.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles 0 +.PHONY : bitcoin/src/test/util/CMakeFiles/test_util.dir/rule + +# Convenience name for target. +test_util: bitcoin/src/test/util/CMakeFiles/test_util.dir/rule +.PHONY : test_util + +# codegen rule for target. +bitcoin/src/test/util/CMakeFiles/test_util.dir/codegen: + $(MAKE) $(MAKESILENT) -f bitcoin/src/test/util/CMakeFiles/test_util.dir/build.make bitcoin/src/test/util/CMakeFiles/test_util.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=95,96,97,98 "Finished codegen for target test_util" +.PHONY : bitcoin/src/test/util/CMakeFiles/test_util.dir/codegen + +# clean rule for target. +bitcoin/src/test/util/CMakeFiles/test_util.dir/clean: + $(MAKE) $(MAKESILENT) -f bitcoin/src/test/util/CMakeFiles/test_util.dir/build.make bitcoin/src/test/util/CMakeFiles/test_util.dir/clean +.PHONY : bitcoin/src/test/util/CMakeFiles/test_util.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/stump/build/CMakeFiles/TargetDirectories.txt b/stump/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..019a5b8 --- /dev/null +++ b/stump/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,92 @@ +/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/stump.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/edit_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/rebuild_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/list_install_components.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/install.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/install/local.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/install/strip.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/CMakeFiles/edit_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/CMakeFiles/rebuild_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/CMakeFiles/list_install_components.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/CMakeFiles/install.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/CMakeFiles/install/local.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/CMakeFiles/install/strip.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/test/CMakeFiles/edit_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/test/CMakeFiles/rebuild_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/test/CMakeFiles/list_install_components.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/test/CMakeFiles/install.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/test/CMakeFiles/install/local.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/test/CMakeFiles/install/strip.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/doc/CMakeFiles/docs.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/doc/CMakeFiles/edit_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/doc/CMakeFiles/rebuild_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/doc/CMakeFiles/list_install_components.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/doc/CMakeFiles/install.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/doc/CMakeFiles/install/local.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/doc/CMakeFiles/install/strip.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/crc32c.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/leveldb.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/minisketch.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/generate_build_info.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/bitcoin_clientversion.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/bitcoin_consensus.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/bitcoin_common.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/bitcoin_node.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/bitcoin_cli.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/edit_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/rebuild_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/list_install_components.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/install.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/install/local.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/CMakeFiles/install/strip.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/univalue/CMakeFiles/univalue.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/univalue/CMakeFiles/edit_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/univalue/CMakeFiles/rebuild_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/univalue/CMakeFiles/list_install_components.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/univalue/CMakeFiles/install.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/univalue/CMakeFiles/install/local.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/univalue/CMakeFiles/install/strip.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/CMakeFiles/edit_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/CMakeFiles/rebuild_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/CMakeFiles/list_install_components.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/CMakeFiles/install.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/CMakeFiles/install/local.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/CMakeFiles/install/strip.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/src/CMakeFiles/secp256k1.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/src/CMakeFiles/secp256k1_precomputed.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/src/CMakeFiles/edit_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/src/CMakeFiles/rebuild_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/src/CMakeFiles/list_install_components.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/src/CMakeFiles/install.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/src/CMakeFiles/install/local.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/secp256k1/src/CMakeFiles/install/strip.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/crypto/CMakeFiles/bitcoin_crypto.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/crypto/CMakeFiles/edit_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/crypto/CMakeFiles/rebuild_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/crypto/CMakeFiles/list_install_components.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/crypto/CMakeFiles/install.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/crypto/CMakeFiles/install/local.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/crypto/CMakeFiles/install/strip.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/util/CMakeFiles/bitcoin_util.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/util/CMakeFiles/edit_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/util/CMakeFiles/rebuild_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/util/CMakeFiles/list_install_components.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/util/CMakeFiles/install.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/util/CMakeFiles/install/local.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/util/CMakeFiles/install/strip.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/kernel/CMakeFiles/bitcoinkernel.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/kernel/CMakeFiles/libbitcoinkernel.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/kernel/CMakeFiles/edit_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/kernel/CMakeFiles/rebuild_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/kernel/CMakeFiles/list_install_components.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/kernel/CMakeFiles/install.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/kernel/CMakeFiles/install/local.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/kernel/CMakeFiles/install/strip.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/test/util/CMakeFiles/test_util.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/test/util/CMakeFiles/edit_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/test/util/CMakeFiles/rebuild_cache.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/test/util/CMakeFiles/list_install_components.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/test/util/CMakeFiles/install.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/test/util/CMakeFiles/install/local.dir +/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/test/util/CMakeFiles/install/strip.dir diff --git a/stump/build/CMakeFiles/cmake.check_cache b/stump/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/stump/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/stump/build/CMakeFiles/link_compile_commands.dir/DependInfo.cmake b/stump/build/CMakeFiles/link_compile_commands.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/stump/build/CMakeFiles/link_compile_commands.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/stump/build/CMakeFiles/link_compile_commands.dir/build.make b/stump/build/CMakeFiles/link_compile_commands.dir/build.make new file mode 100644 index 0000000..25b4ad9 --- /dev/null +++ b/stump/build/CMakeFiles/link_compile_commands.dir/build.make @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake + +# The command to remove a file. +RM = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump/build + +# Utility rule file for link_compile_commands. + +# Include any custom commands dependencies for this target. +include CMakeFiles/link_compile_commands.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/link_compile_commands.dir/progress.make + +CMakeFiles/link_compile_commands: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Link compile_commands.json into the source tree for clangd" + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E remove -f /home/calvin/bitcoin-projects/mmap-forest/stump/compile_commands.json + /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E create_symlink /home/calvin/bitcoin-projects/mmap-forest/stump/build/compile_commands.json /home/calvin/bitcoin-projects/mmap-forest/stump/compile_commands.json + +CMakeFiles/link_compile_commands.dir/codegen: +.PHONY : CMakeFiles/link_compile_commands.dir/codegen + +link_compile_commands: CMakeFiles/link_compile_commands +link_compile_commands: CMakeFiles/link_compile_commands.dir/build.make +.PHONY : link_compile_commands + +# Rule to build all files generated by this target. +CMakeFiles/link_compile_commands.dir/build: link_compile_commands +.PHONY : CMakeFiles/link_compile_commands.dir/build + +CMakeFiles/link_compile_commands.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/link_compile_commands.dir/cmake_clean.cmake +.PHONY : CMakeFiles/link_compile_commands.dir/clean + +CMakeFiles/link_compile_commands.dir/depend: + cd /home/calvin/bitcoin-projects/mmap-forest/stump/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/calvin/bitcoin-projects/mmap-forest/stump /home/calvin/bitcoin-projects/mmap-forest/stump /home/calvin/bitcoin-projects/mmap-forest/stump/build /home/calvin/bitcoin-projects/mmap-forest/stump/build /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/link_compile_commands.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/link_compile_commands.dir/depend + diff --git a/stump/build/CMakeFiles/link_compile_commands.dir/cmake_clean.cmake b/stump/build/CMakeFiles/link_compile_commands.dir/cmake_clean.cmake new file mode 100644 index 0000000..53bf69e --- /dev/null +++ b/stump/build/CMakeFiles/link_compile_commands.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/link_compile_commands" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/link_compile_commands.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/stump/build/CMakeFiles/link_compile_commands.dir/compiler_depend.make b/stump/build/CMakeFiles/link_compile_commands.dir/compiler_depend.make new file mode 100644 index 0000000..6d5b1c7 --- /dev/null +++ b/stump/build/CMakeFiles/link_compile_commands.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for link_compile_commands. +# This may be replaced when dependencies are built. diff --git a/stump/build/CMakeFiles/link_compile_commands.dir/compiler_depend.ts b/stump/build/CMakeFiles/link_compile_commands.dir/compiler_depend.ts new file mode 100644 index 0000000..7cd3882 --- /dev/null +++ b/stump/build/CMakeFiles/link_compile_commands.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for link_compile_commands. diff --git a/stump/build/CMakeFiles/link_compile_commands.dir/progress.make b/stump/build/CMakeFiles/link_compile_commands.dir/progress.make new file mode 100644 index 0000000..225de34 --- /dev/null +++ b/stump/build/CMakeFiles/link_compile_commands.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/stump/build/CMakeFiles/progress.marks b/stump/build/CMakeFiles/progress.marks new file mode 100644 index 0000000..d81cc07 --- /dev/null +++ b/stump/build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +42 diff --git a/stump/build/CMakeFiles/stump.dir/DependInfo.cmake b/stump/build/CMakeFiles/stump.dir/DependInfo.cmake new file mode 100644 index 0000000..f8e6d52 --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/DependInfo.cmake @@ -0,0 +1,33 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.c" "CMakeFiles/stump.dir/src/hex.c.o" "gcc" "CMakeFiles/stump.dir/src/hex.c.o.d" + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c" "CMakeFiles/stump.dir/src/main.c.o" "gcc" "CMakeFiles/stump.dir/src/main.c.o.d" + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c" "CMakeFiles/stump.dir/src/stump.c.o" "gcc" "CMakeFiles/stump.dir/src/stump.c.o.d" + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.c" "CMakeFiles/stump.dir/src/target_preimage.c.o" "gcc" "CMakeFiles/stump.dir/src/target_preimage.c.o.d" + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c" "CMakeFiles/stump.dir/src/util.c.o" "gcc" "CMakeFiles/stump.dir/src/util.c.o.d" + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.c" "CMakeFiles/stump.dir/src/utreexo_proof.c.o" "gcc" "CMakeFiles/stump.dir/src/utreexo_proof.c.o.d" + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.c" "CMakeFiles/stump.dir/src/utreexo_proof_io.c.o" "gcc" "CMakeFiles/stump.dir/src/utreexo_proof_io.c.o.d" + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.c" "CMakeFiles/stump.dir/src/utreexo_roots_io.c.o" "gcc" "CMakeFiles/stump.dir/src/utreexo_roots_io.c.o.d" + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.c" "CMakeFiles/stump.dir/src/utxo_extract.c.o" "gcc" "CMakeFiles/stump.dir/src/utxo_extract.c.o.d" + "/home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.c" "CMakeFiles/stump.dir/src/varint.c.o" "gcc" "CMakeFiles/stump.dir/src/varint.c.o.d" + "" "stump" "gcc" "CMakeFiles/stump.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/stump/build/CMakeFiles/stump.dir/build.make b/stump/build/CMakeFiles/stump.dir/build.make new file mode 100644 index 0000000..87b1293 --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/build.make @@ -0,0 +1,261 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake + +# The command to remove a file. +RM = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump/build + +# Include any dependencies generated for this target. +include CMakeFiles/stump.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/stump.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/stump.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/stump.dir/flags.make + +CMakeFiles/stump.dir/codegen: +.PHONY : CMakeFiles/stump.dir/codegen + +CMakeFiles/stump.dir/src/main.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/main.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c +CMakeFiles/stump.dir/src/main.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/stump.dir/src/main.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/main.c.o -MF CMakeFiles/stump.dir/src/main.c.o.d -o CMakeFiles/stump.dir/src/main.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c + +CMakeFiles/stump.dir/src/main.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/main.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c > CMakeFiles/stump.dir/src/main.c.i + +CMakeFiles/stump.dir/src/main.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/main.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c -o CMakeFiles/stump.dir/src/main.c.s + +CMakeFiles/stump.dir/src/hex.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/hex.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.c +CMakeFiles/stump.dir/src/hex.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/stump.dir/src/hex.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/hex.c.o -MF CMakeFiles/stump.dir/src/hex.c.o.d -o CMakeFiles/stump.dir/src/hex.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.c + +CMakeFiles/stump.dir/src/hex.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/hex.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.c > CMakeFiles/stump.dir/src/hex.c.i + +CMakeFiles/stump.dir/src/hex.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/hex.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.c -o CMakeFiles/stump.dir/src/hex.c.s + +CMakeFiles/stump.dir/src/util.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/util.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c +CMakeFiles/stump.dir/src/util.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/stump.dir/src/util.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/util.c.o -MF CMakeFiles/stump.dir/src/util.c.o.d -o CMakeFiles/stump.dir/src/util.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c + +CMakeFiles/stump.dir/src/util.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/util.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c > CMakeFiles/stump.dir/src/util.c.i + +CMakeFiles/stump.dir/src/util.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/util.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c -o CMakeFiles/stump.dir/src/util.c.s + +CMakeFiles/stump.dir/src/stump.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/stump.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c +CMakeFiles/stump.dir/src/stump.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/stump.dir/src/stump.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/stump.c.o -MF CMakeFiles/stump.dir/src/stump.c.o.d -o CMakeFiles/stump.dir/src/stump.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c + +CMakeFiles/stump.dir/src/stump.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/stump.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c > CMakeFiles/stump.dir/src/stump.c.i + +CMakeFiles/stump.dir/src/stump.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/stump.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c -o CMakeFiles/stump.dir/src/stump.c.s + +CMakeFiles/stump.dir/src/varint.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/varint.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.c +CMakeFiles/stump.dir/src/varint.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/stump.dir/src/varint.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/varint.c.o -MF CMakeFiles/stump.dir/src/varint.c.o.d -o CMakeFiles/stump.dir/src/varint.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.c + +CMakeFiles/stump.dir/src/varint.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/varint.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.c > CMakeFiles/stump.dir/src/varint.c.i + +CMakeFiles/stump.dir/src/varint.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/varint.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.c -o CMakeFiles/stump.dir/src/varint.c.s + +CMakeFiles/stump.dir/src/utreexo_proof.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/utreexo_proof.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.c +CMakeFiles/stump.dir/src/utreexo_proof.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/stump.dir/src/utreexo_proof.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/utreexo_proof.c.o -MF CMakeFiles/stump.dir/src/utreexo_proof.c.o.d -o CMakeFiles/stump.dir/src/utreexo_proof.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.c + +CMakeFiles/stump.dir/src/utreexo_proof.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/utreexo_proof.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.c > CMakeFiles/stump.dir/src/utreexo_proof.c.i + +CMakeFiles/stump.dir/src/utreexo_proof.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/utreexo_proof.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.c -o CMakeFiles/stump.dir/src/utreexo_proof.c.s + +CMakeFiles/stump.dir/src/utreexo_proof_io.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/utreexo_proof_io.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.c +CMakeFiles/stump.dir/src/utreexo_proof_io.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/stump.dir/src/utreexo_proof_io.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/utreexo_proof_io.c.o -MF CMakeFiles/stump.dir/src/utreexo_proof_io.c.o.d -o CMakeFiles/stump.dir/src/utreexo_proof_io.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.c + +CMakeFiles/stump.dir/src/utreexo_proof_io.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/utreexo_proof_io.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.c > CMakeFiles/stump.dir/src/utreexo_proof_io.c.i + +CMakeFiles/stump.dir/src/utreexo_proof_io.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/utreexo_proof_io.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.c -o CMakeFiles/stump.dir/src/utreexo_proof_io.c.s + +CMakeFiles/stump.dir/src/utreexo_roots_io.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/utreexo_roots_io.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.c +CMakeFiles/stump.dir/src/utreexo_roots_io.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/stump.dir/src/utreexo_roots_io.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/utreexo_roots_io.c.o -MF CMakeFiles/stump.dir/src/utreexo_roots_io.c.o.d -o CMakeFiles/stump.dir/src/utreexo_roots_io.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.c + +CMakeFiles/stump.dir/src/utreexo_roots_io.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/utreexo_roots_io.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.c > CMakeFiles/stump.dir/src/utreexo_roots_io.c.i + +CMakeFiles/stump.dir/src/utreexo_roots_io.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/utreexo_roots_io.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.c -o CMakeFiles/stump.dir/src/utreexo_roots_io.c.s + +CMakeFiles/stump.dir/src/target_preimage.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/target_preimage.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.c +CMakeFiles/stump.dir/src/target_preimage.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/stump.dir/src/target_preimage.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/target_preimage.c.o -MF CMakeFiles/stump.dir/src/target_preimage.c.o.d -o CMakeFiles/stump.dir/src/target_preimage.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.c + +CMakeFiles/stump.dir/src/target_preimage.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/target_preimage.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.c > CMakeFiles/stump.dir/src/target_preimage.c.i + +CMakeFiles/stump.dir/src/target_preimage.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/target_preimage.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.c -o CMakeFiles/stump.dir/src/target_preimage.c.s + +CMakeFiles/stump.dir/src/utxo_extract.c.o: CMakeFiles/stump.dir/flags.make +CMakeFiles/stump.dir/src/utxo_extract.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.c +CMakeFiles/stump.dir/src/utxo_extract.c.o: CMakeFiles/stump.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/stump.dir/src/utxo_extract.c.o" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/stump.dir/src/utxo_extract.c.o -MF CMakeFiles/stump.dir/src/utxo_extract.c.o.d -o CMakeFiles/stump.dir/src/utxo_extract.c.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.c + +CMakeFiles/stump.dir/src/utxo_extract.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stump.dir/src/utxo_extract.c.i" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.c > CMakeFiles/stump.dir/src/utxo_extract.c.i + +CMakeFiles/stump.dir/src/utxo_extract.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stump.dir/src/utxo_extract.c.s" + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.c -o CMakeFiles/stump.dir/src/utxo_extract.c.s + +# Object files for target stump +stump_OBJECTS = \ +"CMakeFiles/stump.dir/src/main.c.o" \ +"CMakeFiles/stump.dir/src/hex.c.o" \ +"CMakeFiles/stump.dir/src/util.c.o" \ +"CMakeFiles/stump.dir/src/stump.c.o" \ +"CMakeFiles/stump.dir/src/varint.c.o" \ +"CMakeFiles/stump.dir/src/utreexo_proof.c.o" \ +"CMakeFiles/stump.dir/src/utreexo_proof_io.c.o" \ +"CMakeFiles/stump.dir/src/utreexo_roots_io.c.o" \ +"CMakeFiles/stump.dir/src/target_preimage.c.o" \ +"CMakeFiles/stump.dir/src/utxo_extract.c.o" + +# External object files for target stump +stump_EXTERNAL_OBJECTS = + +stump: CMakeFiles/stump.dir/src/main.c.o +stump: CMakeFiles/stump.dir/src/hex.c.o +stump: CMakeFiles/stump.dir/src/util.c.o +stump: CMakeFiles/stump.dir/src/stump.c.o +stump: CMakeFiles/stump.dir/src/varint.c.o +stump: CMakeFiles/stump.dir/src/utreexo_proof.c.o +stump: CMakeFiles/stump.dir/src/utreexo_proof_io.c.o +stump: CMakeFiles/stump.dir/src/utreexo_roots_io.c.o +stump: CMakeFiles/stump.dir/src/target_preimage.c.o +stump: CMakeFiles/stump.dir/src/utxo_extract.c.o +stump: CMakeFiles/stump.dir/build.make +stump: CMakeFiles/stump.dir/compiler_depend.ts +stump: bitcoin/lib/libbitcoinkernel.a +stump: /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so +stump: /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so +stump: CMakeFiles/stump.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Linking CXX executable stump" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stump.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/stump.dir/build: stump +.PHONY : CMakeFiles/stump.dir/build + +CMakeFiles/stump.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/stump.dir/cmake_clean.cmake +.PHONY : CMakeFiles/stump.dir/clean + +CMakeFiles/stump.dir/depend: + cd /home/calvin/bitcoin-projects/mmap-forest/stump/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/calvin/bitcoin-projects/mmap-forest/stump /home/calvin/bitcoin-projects/mmap-forest/stump /home/calvin/bitcoin-projects/mmap-forest/stump/build /home/calvin/bitcoin-projects/mmap-forest/stump/build /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/stump.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/stump.dir/depend + diff --git a/stump/build/CMakeFiles/stump.dir/cmake_clean.cmake b/stump/build/CMakeFiles/stump.dir/cmake_clean.cmake new file mode 100644 index 0000000..810ca2f --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/cmake_clean.cmake @@ -0,0 +1,30 @@ +file(REMOVE_RECURSE + "CMakeFiles/stump.dir/link.d" + "CMakeFiles/stump.dir/src/hex.c.o" + "CMakeFiles/stump.dir/src/hex.c.o.d" + "CMakeFiles/stump.dir/src/main.c.o" + "CMakeFiles/stump.dir/src/main.c.o.d" + "CMakeFiles/stump.dir/src/stump.c.o" + "CMakeFiles/stump.dir/src/stump.c.o.d" + "CMakeFiles/stump.dir/src/target_preimage.c.o" + "CMakeFiles/stump.dir/src/target_preimage.c.o.d" + "CMakeFiles/stump.dir/src/util.c.o" + "CMakeFiles/stump.dir/src/util.c.o.d" + "CMakeFiles/stump.dir/src/utreexo_proof.c.o" + "CMakeFiles/stump.dir/src/utreexo_proof.c.o.d" + "CMakeFiles/stump.dir/src/utreexo_proof_io.c.o" + "CMakeFiles/stump.dir/src/utreexo_proof_io.c.o.d" + "CMakeFiles/stump.dir/src/utreexo_roots_io.c.o" + "CMakeFiles/stump.dir/src/utreexo_roots_io.c.o.d" + "CMakeFiles/stump.dir/src/utxo_extract.c.o" + "CMakeFiles/stump.dir/src/utxo_extract.c.o.d" + "CMakeFiles/stump.dir/src/varint.c.o" + "CMakeFiles/stump.dir/src/varint.c.o.d" + "stump" + "stump.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/stump.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/stump/build/CMakeFiles/stump.dir/compiler_depend.internal b/stump/build/CMakeFiles/stump.dir/compiler_depend.internal new file mode 100644 index 0000000..bb6f26e --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/compiler_depend.internal @@ -0,0 +1,1060 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +CMakeFiles/stump.dir/src/hex.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.c + /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h + +CMakeFiles/stump.dir/src/main.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c + /home/calvin/bitcoin-projects/mmap-forest/include/kernel/bitcoinkernel.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/asm-generic/errno-base.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/asm-generic/errno.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/asm/errno.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/errno.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/ctype.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/errno.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/errno.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +CMakeFiles/stump.dir/src/stump.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +CMakeFiles/stump.dir/src/target_preimage.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.c + /home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +CMakeFiles/stump.dir/src/util.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +CMakeFiles/stump.dir/src/utreexo_proof.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.c + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h + +CMakeFiles/stump.dir/src/utreexo_proof_io.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.c + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +CMakeFiles/stump.dir/src/utreexo_roots_io.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.c + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +CMakeFiles/stump.dir/src/utxo_extract.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.c + /home/calvin/bitcoin-projects/mmap-forest/include/kernel/bitcoinkernel.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.h + /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +CMakeFiles/stump.dir/src/varint.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.c + /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +stump + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crt1.o + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2 + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc.so + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc.so.6 + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc_nonshared.a + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libm.so + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libm.so.6 + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libmvec.so.1 + /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbegin.o + /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtend.o + /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a + /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so + /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so + /nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libgcc_s.so + /nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libgcc_s.so.1 + /nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libstdc++.so + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/stump.dir/src/hex.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/stump.dir/src/main.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/stump.dir/src/stump.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/stump.dir/src/target_preimage.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/stump.dir/src/util.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/stump.dir/src/utreexo_proof.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/stump.dir/src/utreexo_proof_io.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/stump.dir/src/utreexo_roots_io.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/stump.dir/src/utxo_extract.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles/stump.dir/src/varint.c.o + /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/lib/libbitcoinkernel.a + diff --git a/stump/build/CMakeFiles/stump.dir/compiler_depend.make b/stump/build/CMakeFiles/stump.dir/compiler_depend.make new file mode 100644 index 0000000..79895a3 --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/compiler_depend.make @@ -0,0 +1,1421 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +CMakeFiles/stump.dir/src/hex.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h + +CMakeFiles/stump.dir/src/main.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c \ + /home/calvin/bitcoin-projects/mmap-forest/include/kernel/bitcoinkernel.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/errno.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +CMakeFiles/stump.dir/src/stump.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +CMakeFiles/stump.dir/src/target_preimage.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +CMakeFiles/stump.dir/src/util.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +CMakeFiles/stump.dir/src/utreexo_proof.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h + +CMakeFiles/stump.dir/src/utreexo_proof_io.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +CMakeFiles/stump.dir/src/utreexo_roots_io.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +CMakeFiles/stump.dir/src/utxo_extract.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.c \ + /home/calvin/bitcoin-projects/mmap-forest/include/kernel/bitcoinkernel.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +CMakeFiles/stump.dir/src/varint.c.o: /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h + +stump: /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crt1.o \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2 \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc.so \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc.so.6 \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc_nonshared.a \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libm.so \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libm.so.6 \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libmvec.so.1 \ + /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbegin.o \ + /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtend.o \ + /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a \ + /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so \ + /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so \ + /nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libgcc_s.so \ + /nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libgcc_s.so.1 \ + /nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libstdc++.so \ + CMakeFiles/stump.dir/src/hex.c.o \ + CMakeFiles/stump.dir/src/main.c.o \ + CMakeFiles/stump.dir/src/stump.c.o \ + CMakeFiles/stump.dir/src/target_preimage.c.o \ + CMakeFiles/stump.dir/src/util.c.o \ + CMakeFiles/stump.dir/src/utreexo_proof.c.o \ + CMakeFiles/stump.dir/src/utreexo_proof_io.c.o \ + CMakeFiles/stump.dir/src/utreexo_roots_io.c.o \ + CMakeFiles/stump.dir/src/utxo_extract.c.o \ + CMakeFiles/stump.dir/src/varint.c.o \ + bitcoin/lib/libbitcoinkernel.a + + +bitcoin/lib/libbitcoinkernel.a: + +CMakeFiles/stump.dir/src/varint.c.o: + +CMakeFiles/stump.dir/src/utxo_extract.c.o: + +CMakeFiles/stump.dir/src/utreexo_roots_io.c.o: + +CMakeFiles/stump.dir/src/utreexo_proof_io.c.o: + +/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libstdc++.so: + +/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libgcc_s.so: + +/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so: + +/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbegin.o: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libm.so.6: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libm.so: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc_nonshared.a: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc.so.6: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o: + +CMakeFiles/stump.dir/src/main.c.o: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crt1.o: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.c: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.c: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.c: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.c: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.h: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h: + +/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h: + +/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libgcc_s.so.1: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.c: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h: + +CMakeFiles/stump.dir/src/target_preimage.c.o: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h: + +CMakeFiles/stump.dir/src/util.c.o: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/asm-generic/errno-base.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h: + +/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtend.o: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h: + +/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h: + +CMakeFiles/stump.dir/src/hex.c.o: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc.so: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h: + +CMakeFiles/stump.dir/src/stump.c.o: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h: + +CMakeFiles/stump.dir/src/utreexo_proof.c.o: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libmvec.so.1: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/ctype.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.h: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.h: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.h: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/asm-generic/errno.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/asm/errno.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/errno.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h: + +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/errno.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/errno.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.c: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h: + +/home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.c: + +/home/calvin/bitcoin-projects/mmap-forest/include/kernel/bitcoinkernel.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h: + +/nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h: + +/nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h: diff --git a/stump/build/CMakeFiles/stump.dir/compiler_depend.ts b/stump/build/CMakeFiles/stump.dir/compiler_depend.ts new file mode 100644 index 0000000..c36f728 --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for stump. diff --git a/stump/build/CMakeFiles/stump.dir/depend.make b/stump/build/CMakeFiles/stump.dir/depend.make new file mode 100644 index 0000000..9aad95e --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for stump. +# This may be replaced when dependencies are built. diff --git a/stump/build/CMakeFiles/stump.dir/flags.make b/stump/build/CMakeFiles/stump.dir/flags.make new file mode 100644 index 0000000..f96aa94 --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang +C_DEFINES = -DBITCOINKERNEL_STATIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -DBOOST_NO_CXX98_FUNCTION_BASE + +C_INCLUDES = -I/home/calvin/bitcoin-projects/mmap-forest/stump/src -I/home/calvin/bitcoin-projects/mmap-forest/stump/../include + +C_FLAGS = -Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie -std=gnu99 -flto=thin -Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie + diff --git a/stump/build/CMakeFiles/stump.dir/link.d b/stump/build/CMakeFiles/stump.dir/link.d new file mode 100644 index 0000000..1e617dd --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/link.d @@ -0,0 +1,88 @@ +stump: \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crt1.o \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o \ + /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbegin.o \ + CMakeFiles/stump.dir/src/main.c.o \ + CMakeFiles/stump.dir/src/hex.c.o \ + CMakeFiles/stump.dir/src/util.c.o \ + CMakeFiles/stump.dir/src/stump.c.o \ + CMakeFiles/stump.dir/src/varint.c.o \ + CMakeFiles/stump.dir/src/utreexo_proof.c.o \ + CMakeFiles/stump.dir/src/utreexo_proof_io.c.o \ + CMakeFiles/stump.dir/src/utreexo_roots_io.c.o \ + CMakeFiles/stump.dir/src/target_preimage.c.o \ + CMakeFiles/stump.dir/src/utxo_extract.c.o \ + bitcoin/lib/libbitcoinkernel.a \ + /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so \ + /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so \ + /nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libstdc++.so \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libm.so \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libm.so.6 \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libmvec.so.1 \ + /nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libgcc_s.so \ + /nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libgcc_s.so.1 \ + /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc.so \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc.so.6 \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc_nonshared.a \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2 \ + /nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtend.o \ + /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crt1.o: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crti.o: + +/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbegin.o: + +CMakeFiles/stump.dir/src/main.c.o: + +CMakeFiles/stump.dir/src/hex.c.o: + +CMakeFiles/stump.dir/src/util.c.o: + +CMakeFiles/stump.dir/src/stump.c.o: + +CMakeFiles/stump.dir/src/varint.c.o: + +CMakeFiles/stump.dir/src/utreexo_proof.c.o: + +CMakeFiles/stump.dir/src/utreexo_proof_io.c.o: + +CMakeFiles/stump.dir/src/utreexo_roots_io.c.o: + +CMakeFiles/stump.dir/src/target_preimage.c.o: + +CMakeFiles/stump.dir/src/utxo_extract.c.o: + +bitcoin/lib/libbitcoinkernel.a: + +/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so: + +/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so: + +/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libstdc++.so: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libm.so: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libm.so.6: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libmvec.so.1: + +/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libgcc_s.so: + +/nix/store/z7a34j3xnp66rpddayyxrxwsahxccbip-gcc-14.3.0-lib/lib/libgcc_s.so.1: + +/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc.so: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc.so.6: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc_nonshared.a: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/ld-linux-x86-64.so.2: + +/nix/store/ffrg0560kj0066s4k9pznjand907nlnz-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtend.o: + +/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/crtn.o: diff --git a/stump/build/CMakeFiles/stump.dir/link.txt b/stump/build/CMakeFiles/stump.dir/link.txt new file mode 100644 index 0000000..47ac7d9 --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/link.txt @@ -0,0 +1 @@ +/nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ -Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie -fvisibility=hidden -flto=thin -fuse-ld=lld -s -Wl,--gc-sections -Wl,--as-needed -Wl,-O1 -Wl,-z,norelro -Wl,-z,lazy -Wl,-z,noseparate-code -Wl,--icf=all -no-pie -fuse-ld=lld -s -Wl,--gc-sections -Wl,-O1 -Wl,--as-needed -Wl,-z,norelro -Wl,-z,lazy -Wl,-z,noseparate-code -Wl,--icf=all -no-pie -fstack-protector-all -fcf-protection=full -fstack-clash-protection -Wl,-z,relro -Wl,-z,now -Wl,-z,separate-code -no-pie -Xlinker --dependency-file=CMakeFiles/stump.dir/link.d CMakeFiles/stump.dir/src/main.c.o CMakeFiles/stump.dir/src/hex.c.o CMakeFiles/stump.dir/src/util.c.o CMakeFiles/stump.dir/src/stump.c.o CMakeFiles/stump.dir/src/varint.c.o CMakeFiles/stump.dir/src/utreexo_proof.c.o CMakeFiles/stump.dir/src/utreexo_proof_io.c.o CMakeFiles/stump.dir/src/utreexo_roots_io.c.o CMakeFiles/stump.dir/src/target_preimage.c.o CMakeFiles/stump.dir/src/utxo_extract.c.o -o stump bitcoin/lib/libbitcoinkernel.a /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libssl.so /nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib/libcrypto.so diff --git a/stump/build/CMakeFiles/stump.dir/progress.make b/stump/build/CMakeFiles/stump.dir/progress.make new file mode 100644 index 0000000..8a6d402 --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/progress.make @@ -0,0 +1,12 @@ +CMAKE_PROGRESS_1 = 92 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = 93 +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = 94 +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = + diff --git a/stump/build/CMakeFiles/stump.dir/src/hex.c.o b/stump/build/CMakeFiles/stump.dir/src/hex.c.o new file mode 100644 index 0000000..07949bc Binary files /dev/null and b/stump/build/CMakeFiles/stump.dir/src/hex.c.o differ diff --git a/stump/build/CMakeFiles/stump.dir/src/hex.c.o.d b/stump/build/CMakeFiles/stump.dir/src/hex.c.o.d new file mode 100644 index 0000000..00e8f3a --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/src/hex.c.o.d @@ -0,0 +1,74 @@ +CMakeFiles/stump.dir/src/hex.c.o: \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.c \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h diff --git a/stump/build/CMakeFiles/stump.dir/src/main.c.o b/stump/build/CMakeFiles/stump.dir/src/main.c.o new file mode 100644 index 0000000..79bf448 Binary files /dev/null and b/stump/build/CMakeFiles/stump.dir/src/main.c.o differ diff --git a/stump/build/CMakeFiles/stump.dir/src/main.c.o.d b/stump/build/CMakeFiles/stump.dir/src/main.c.o.d new file mode 100644 index 0000000..12da0dc --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/src/main.c.o.d @@ -0,0 +1,148 @@ +CMakeFiles/stump.dir/src/main.c.o: \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/main.c \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/errno.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/../include/kernel/bitcoinkernel.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.h diff --git a/stump/build/CMakeFiles/stump.dir/src/stump.c.o b/stump/build/CMakeFiles/stump.dir/src/stump.c.o new file mode 100644 index 0000000..143f82e Binary files /dev/null and b/stump/build/CMakeFiles/stump.dir/src/stump.c.o differ diff --git a/stump/build/CMakeFiles/stump.dir/src/stump.c.o.d b/stump/build/CMakeFiles/stump.dir/src/stump.c.o.d new file mode 100644 index 0000000..4307068 --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/src/stump.c.o.d @@ -0,0 +1,134 @@ +CMakeFiles/stump.dir/src/stump.c.o: \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h diff --git a/stump/build/CMakeFiles/stump.dir/src/target_preimage.c.o b/stump/build/CMakeFiles/stump.dir/src/target_preimage.c.o new file mode 100644 index 0000000..27c0c8f Binary files /dev/null and b/stump/build/CMakeFiles/stump.dir/src/target_preimage.c.o differ diff --git a/stump/build/CMakeFiles/stump.dir/src/target_preimage.c.o.d b/stump/build/CMakeFiles/stump.dir/src/target_preimage.c.o.d new file mode 100644 index 0000000..1718d0a --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/src/target_preimage.c.o.d @@ -0,0 +1,81 @@ +CMakeFiles/stump.dir/src/target_preimage.c.o: \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/target_preimage.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.h diff --git a/stump/build/CMakeFiles/stump.dir/src/util.c.o b/stump/build/CMakeFiles/stump.dir/src/util.c.o new file mode 100644 index 0000000..39abce0 Binary files /dev/null and b/stump/build/CMakeFiles/stump.dir/src/util.c.o differ diff --git a/stump/build/CMakeFiles/stump.dir/src/util.c.o.d b/stump/build/CMakeFiles/stump.dir/src/util.c.o.d new file mode 100644 index 0000000..f96466d --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/src/util.c.o.d @@ -0,0 +1,133 @@ +CMakeFiles/stump.dir/src/util.c.o: \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.c \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h diff --git a/stump/build/CMakeFiles/stump.dir/src/utreexo_proof.c.o b/stump/build/CMakeFiles/stump.dir/src/utreexo_proof.c.o new file mode 100644 index 0000000..2bcb543 Binary files /dev/null and b/stump/build/CMakeFiles/stump.dir/src/utreexo_proof.c.o differ diff --git a/stump/build/CMakeFiles/stump.dir/src/utreexo_proof.c.o.d b/stump/build/CMakeFiles/stump.dir/src/utreexo_proof.c.o.d new file mode 100644 index 0000000..61d39e5 --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/src/utreexo_proof.c.o.d @@ -0,0 +1,9 @@ +CMakeFiles/stump.dir/src/utreexo_proof.c.o: \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h diff --git a/stump/build/CMakeFiles/stump.dir/src/utreexo_proof_io.c.o b/stump/build/CMakeFiles/stump.dir/src/utreexo_proof_io.c.o new file mode 100644 index 0000000..10922b6 Binary files /dev/null and b/stump/build/CMakeFiles/stump.dir/src/utreexo_proof_io.c.o differ diff --git a/stump/build/CMakeFiles/stump.dir/src/utreexo_proof_io.c.o.d b/stump/build/CMakeFiles/stump.dir/src/utreexo_proof_io.c.o.d new file mode 100644 index 0000000..c5cc713 --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/src/utreexo_proof_io.c.o.d @@ -0,0 +1,135 @@ +CMakeFiles/stump.dir/src/utreexo_proof_io.c.o: \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.c \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof_io.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.h diff --git a/stump/build/CMakeFiles/stump.dir/src/utreexo_roots.c.o b/stump/build/CMakeFiles/stump.dir/src/utreexo_roots.c.o new file mode 100644 index 0000000..ab2f69b Binary files /dev/null and b/stump/build/CMakeFiles/stump.dir/src/utreexo_roots.c.o differ diff --git a/stump/build/CMakeFiles/stump.dir/src/utreexo_roots.c.o.d b/stump/build/CMakeFiles/stump.dir/src/utreexo_roots.c.o.d new file mode 100644 index 0000000..92b0465 --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/src/utreexo_roots.c.o.d @@ -0,0 +1,137 @@ +CMakeFiles/stump.dir/src/utreexo_roots.c.o: \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h diff --git a/stump/build/CMakeFiles/stump.dir/src/utreexo_roots_io.c.o b/stump/build/CMakeFiles/stump.dir/src/utreexo_roots_io.c.o new file mode 100644 index 0000000..14200a8 Binary files /dev/null and b/stump/build/CMakeFiles/stump.dir/src/utreexo_roots_io.c.o differ diff --git a/stump/build/CMakeFiles/stump.dir/src/utreexo_roots_io.c.o.d b/stump/build/CMakeFiles/stump.dir/src/utreexo_roots_io.c.o.d new file mode 100644 index 0000000..91dbcb4 --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/src/utreexo_roots_io.c.o.d @@ -0,0 +1,135 @@ +CMakeFiles/stump.dir/src/utreexo_roots_io.c.o: \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_roots_io.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/stump.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h diff --git a/stump/build/CMakeFiles/stump.dir/src/utxo_extract.c.o b/stump/build/CMakeFiles/stump.dir/src/utxo_extract.c.o new file mode 100644 index 0000000..08868c5 Binary files /dev/null and b/stump/build/CMakeFiles/stump.dir/src/utxo_extract.c.o differ diff --git a/stump/build/CMakeFiles/stump.dir/src/utxo_extract.c.o.d b/stump/build/CMakeFiles/stump.dir/src/utxo_extract.c.o.d new file mode 100644 index 0000000..028c149 --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/src/utxo_extract.c.o.d @@ -0,0 +1,138 @@ +CMakeFiles/stump.dir/src/utxo_extract.c.o: \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utxo_extract.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/../include/kernel/bitcoinkernel.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/parent_hash.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/string.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/strings.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evp.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/macros.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslconf.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/configuration.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/opensslv.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdarg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___gnuc_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_list.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_arg.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg___va_copy.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stdarg_va_copy.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/types.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthread_stack_min.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/e_os2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/inttypes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/inttypes.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/safestack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/stack.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/core_dispatch.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/indicator.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/params.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bn.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/crypto.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/symhacks.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/cryptoerr_legacy.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bnerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bio.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/bioerr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/evperr.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objects.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/obj_mac.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/asn1err.h \ + /nix/store/4vm27ldxmphlgyj3vf1h7dlgvj5hvj0w-openssl-3.6.0-dev/include/openssl/objectserr.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/hex.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/util.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/utreexo_proof.h \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.h diff --git a/stump/build/CMakeFiles/stump.dir/src/varint.c.o b/stump/build/CMakeFiles/stump.dir/src/varint.c.o new file mode 100644 index 0000000..4bad2aa Binary files /dev/null and b/stump/build/CMakeFiles/stump.dir/src/varint.c.o differ diff --git a/stump/build/CMakeFiles/stump.dir/src/varint.c.o.d b/stump/build/CMakeFiles/stump.dir/src/varint.c.o.d new file mode 100644 index 0000000..627a234 --- /dev/null +++ b/stump/build/CMakeFiles/stump.dir/src/varint.c.o.d @@ -0,0 +1,29 @@ +CMakeFiles/stump.dir/src/varint.c.o: \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.c \ + /home/calvin/bitcoin-projects/mmap-forest/stump/src/varint.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdbool.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stddef.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_ptrdiff_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_size_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_wchar_t.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_null.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/__stddef_offsetof.h \ + /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/resource-root/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/0vqrw0y515015i3065r9s00jcp1cd4hy-glibc-2.40-66-dev/include/bits/stdint-least.h diff --git a/stump/build/bitcoin/CMakeFiles/CMakeDirectoryInformation.cmake b/stump/build/bitcoin/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..9a99de2 --- /dev/null +++ b/stump/build/bitcoin/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/calvin/bitcoin-projects/mmap-forest/bitcoin") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/calvin/bitcoin-projects/mmap-forest/stump/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/DependInfo.cmake b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/DependInfo.cmake new file mode 100644 index 0000000..2ecfde1 --- /dev/null +++ b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/dummy_cxx_source.cpp" "bitcoin/CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.o" "gcc" "bitcoin/CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/build.make b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/build.make new file mode 100644 index 0000000..428a077 --- /dev/null +++ b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/build.make @@ -0,0 +1,104 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake + +# The command to remove a file. +RM = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump/build + +# Include any dependencies generated for this target. +include bitcoin/CMakeFiles/check_loose_linked_libraries.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include bitcoin/CMakeFiles/check_loose_linked_libraries.dir/compiler_depend.make + +# Include the progress variables for this target. +include bitcoin/CMakeFiles/check_loose_linked_libraries.dir/progress.make + +# Include the compile flags for this target's objects. +include bitcoin/CMakeFiles/check_loose_linked_libraries.dir/flags.make + +bitcoin/CMakeFiles/check_loose_linked_libraries.dir/codegen: +.PHONY : bitcoin/CMakeFiles/check_loose_linked_libraries.dir/codegen + +bitcoin/CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.o: bitcoin/CMakeFiles/check_loose_linked_libraries.dir/flags.make +bitcoin/CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.o: bitcoin/dummy_cxx_source.cpp +bitcoin/CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.o: bitcoin/CMakeFiles/check_loose_linked_libraries.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object bitcoin/CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.o" + cd /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin && /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT bitcoin/CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.o -MF CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.o.d -o CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.o -c /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/dummy_cxx_source.cpp -Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie -fvisibility=hidden + +bitcoin/CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.i" + cd /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin && /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/dummy_cxx_source.cpp > CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.i + +bitcoin/CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.s" + cd /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin && /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/dummy_cxx_source.cpp -o CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.s + +check_loose_linked_libraries: bitcoin/CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.o +check_loose_linked_libraries: bitcoin/CMakeFiles/check_loose_linked_libraries.dir/build.make +.PHONY : check_loose_linked_libraries + +# Rule to build all files generated by this target. +bitcoin/CMakeFiles/check_loose_linked_libraries.dir/build: check_loose_linked_libraries +.PHONY : bitcoin/CMakeFiles/check_loose_linked_libraries.dir/build + +bitcoin/CMakeFiles/check_loose_linked_libraries.dir/clean: + cd /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin && $(CMAKE_COMMAND) -P CMakeFiles/check_loose_linked_libraries.dir/cmake_clean.cmake +.PHONY : bitcoin/CMakeFiles/check_loose_linked_libraries.dir/clean + +bitcoin/CMakeFiles/check_loose_linked_libraries.dir/depend: + cd /home/calvin/bitcoin-projects/mmap-forest/stump/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/calvin/bitcoin-projects/mmap-forest/stump /home/calvin/bitcoin-projects/mmap-forest/bitcoin /home/calvin/bitcoin-projects/mmap-forest/stump/build /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : bitcoin/CMakeFiles/check_loose_linked_libraries.dir/depend + diff --git a/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/cmake_clean.cmake b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/cmake_clean.cmake new file mode 100644 index 0000000..8c8e2db --- /dev/null +++ b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.o" + "CMakeFiles/check_loose_linked_libraries.dir/dummy_cxx_source.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/check_loose_linked_libraries.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/compiler_depend.make b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/compiler_depend.make new file mode 100644 index 0000000..0ac139f --- /dev/null +++ b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for check_loose_linked_libraries. +# This may be replaced when dependencies are built. diff --git a/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/compiler_depend.ts b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/compiler_depend.ts new file mode 100644 index 0000000..070f46f --- /dev/null +++ b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for check_loose_linked_libraries. diff --git a/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/depend.make b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/depend.make new file mode 100644 index 0000000..aebcc7b --- /dev/null +++ b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for check_loose_linked_libraries. +# This may be replaced when dependencies are built. diff --git a/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/flags.make b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/flags.make new file mode 100644 index 0000000..54e46e9 --- /dev/null +++ b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile CXX with /nix/store/rbr732483cs1252jxz61wd7zza7fjn5a-clang-wrapper-18.1.8/bin/clang++ +CXX_DEFINES = + +CXX_INCLUDES = + +CXX_FLAGS = -Os -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fno-stack-clash-protection -fcf-protection=none -fno-plt -fno-pic -fno-PIE -fno-pie -fvisibility=hidden -std=c++20 -flto=thin -fPIC + diff --git a/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/progress.make b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/progress.make new file mode 100644 index 0000000..225de34 --- /dev/null +++ b/stump/build/bitcoin/CMakeFiles/check_loose_linked_libraries.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/stump/build/bitcoin/CMakeFiles/progress.marks b/stump/build/bitcoin/CMakeFiles/progress.marks new file mode 100644 index 0000000..a272009 --- /dev/null +++ b/stump/build/bitcoin/CMakeFiles/progress.marks @@ -0,0 +1 @@ +39 diff --git a/stump/build/bitcoin/Coverage.cmake b/stump/build/bitcoin/Coverage.cmake new file mode 100644 index 0000000..72587a5 --- /dev/null +++ b/stump/build/bitcoin/Coverage.cmake @@ -0,0 +1,89 @@ +# Copyright (c) 2024-present The Bitcoin Core developers +# Distributed under the MIT software license, see the accompanying +# file COPYING or https://opensource.org/license/mit/. + +include(${CMAKE_CURRENT_LIST_DIR}/CoverageInclude.cmake) + +set(functional_test_runner test/functional/test_runner.py) +if(EXTENDED_FUNCTIONAL_TESTS) + list(APPEND functional_test_runner --extended) +endif() +if(DEFINED JOBS) + list(APPEND CMAKE_CTEST_COMMAND -j ${JOBS}) + list(APPEND functional_test_runner -j ${JOBS}) +endif() + +execute_process( + COMMAND ${CMAKE_CTEST_COMMAND} --build-config Coverage + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_COMMAND} --capture --directory src --test-name test_bitcoin --output-file test_bitcoin.info + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_COMMAND} --zerocounters --directory src + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_FILTER_COMMAND} test_bitcoin.info test_bitcoin_filtered.info + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_COMMAND} --add-tracefile test_bitcoin_filtered.info --output-file test_bitcoin_filtered.info + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_COMMAND} --add-tracefile baseline_filtered.info --add-tracefile test_bitcoin_filtered.info --output-file test_bitcoin_coverage.info + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${GENHTML_COMMAND} test_bitcoin_coverage.info --output-directory test_bitcoin.coverage + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) + +execute_process( + COMMAND ${functional_test_runner} + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_COMMAND} --capture --directory src --test-name functional-tests --output-file functional_test.info + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_COMMAND} --zerocounters --directory src + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_FILTER_COMMAND} functional_test.info functional_test_filtered.info + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_COMMAND} --add-tracefile functional_test_filtered.info --output-file functional_test_filtered.info + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_COMMAND} --add-tracefile baseline_filtered.info --add-tracefile test_bitcoin_filtered.info --add-tracefile functional_test_filtered.info --output-file total_coverage.info + COMMAND ${GREP_EXECUTABLE} "%" + COMMAND ${AWK_EXECUTABLE} "{ print substr($3,2,50) \"/\" $5 }" + OUTPUT_FILE coverage_percent.txt + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${GENHTML_COMMAND} total_coverage.info --output-directory total.coverage + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) diff --git a/stump/build/bitcoin/CoverageFuzz.cmake b/stump/build/bitcoin/CoverageFuzz.cmake new file mode 100644 index 0000000..0558805 --- /dev/null +++ b/stump/build/bitcoin/CoverageFuzz.cmake @@ -0,0 +1,53 @@ +# Copyright (c) 2024-present The Bitcoin Core developers +# Distributed under the MIT software license, see the accompanying +# file COPYING or https://opensource.org/license/mit/. + +include(${CMAKE_CURRENT_LIST_DIR}/CoverageInclude.cmake) + +if(NOT DEFINED FUZZ_CORPORA_DIR) + set(FUZZ_CORPORA_DIR ${CMAKE_CURRENT_SOURCE_DIR}/qa-assets/fuzz_corpora) +endif() + +set(fuzz_test_runner test/fuzz/test_runner.py ${FUZZ_CORPORA_DIR}) +if(DEFINED JOBS) + list(APPEND fuzz_test_runner -j ${JOBS}) +endif() + +execute_process( + COMMAND ${fuzz_test_runner} --loglevel DEBUG + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_COMMAND} --capture --directory src --test-name fuzz-tests --output-file fuzz.info + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_COMMAND} --zerocounters --directory src + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_FILTER_COMMAND} fuzz.info fuzz_filtered.info + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_COMMAND} --add-tracefile fuzz_filtered.info --output-file fuzz_filtered.info + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_COMMAND} --add-tracefile baseline_filtered.info --add-tracefile fuzz_filtered.info --output-file fuzz_coverage.info + COMMAND ${GREP_EXECUTABLE} "%" + COMMAND ${AWK_EXECUTABLE} "{ print substr($3,2,50) \"/\" $5 }" + OUTPUT_FILE coverage_percent.txt + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${GENHTML_COMMAND} fuzz_coverage.info --output-directory fuzz.coverage + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) diff --git a/stump/build/bitcoin/CoverageInclude.cmake b/stump/build/bitcoin/CoverageInclude.cmake new file mode 100644 index 0000000..04574a1 --- /dev/null +++ b/stump/build/bitcoin/CoverageInclude.cmake @@ -0,0 +1,59 @@ +# Copyright (c) 2024-present The Bitcoin Core developers +# Distributed under the MIT software license, see the accompanying +# file COPYING or https://opensource.org/license/mit/. + +if("Clang" STREQUAL "Clang") + find_program(LLVM_COV_EXECUTABLE llvm-cov REQUIRED) + set(COV_TOOL "${LLVM_COV_EXECUTABLE} gcov") +else() + find_program(GCOV_EXECUTABLE gcov REQUIRED) + set(COV_TOOL "${GCOV_EXECUTABLE}") +endif() + +# COV_TOOL is used to replace a placeholder. +configure_file( + ${CMAKE_CURRENT_LIST_DIR}/cov_tool_wrapper.sh.in ${CMAKE_CURRENT_LIST_DIR}/cov_tool_wrapper.sh + FILE_PERMISSIONS OWNER_READ OWNER_EXECUTE + GROUP_READ GROUP_EXECUTE + WORLD_READ + @ONLY +) + +find_program(LCOV_EXECUTABLE lcov REQUIRED) +separate_arguments(LCOV_OPTS) +set(LCOV_COMMAND ${LCOV_EXECUTABLE} --gcov-tool ${CMAKE_CURRENT_LIST_DIR}/cov_tool_wrapper.sh ${LCOV_OPTS}) + +find_program(GENHTML_EXECUTABLE genhtml REQUIRED) +set(GENHTML_COMMAND ${GENHTML_EXECUTABLE} --show-details ${LCOV_OPTS}) + +find_program(GREP_EXECUTABLE grep REQUIRED) +find_program(AWK_EXECUTABLE awk REQUIRED) + +set(LCOV_FILTER_COMMAND ./filter-lcov.py) +list(APPEND LCOV_FILTER_COMMAND -p "/usr/local/") +list(APPEND LCOV_FILTER_COMMAND -p "/usr/include/") +list(APPEND LCOV_FILTER_COMMAND -p "/usr/lib/") +list(APPEND LCOV_FILTER_COMMAND -p "/usr/lib64/") +list(APPEND LCOV_FILTER_COMMAND -p "src/leveldb/") +list(APPEND LCOV_FILTER_COMMAND -p "src/crc32c/") +list(APPEND LCOV_FILTER_COMMAND -p "src/bench/") +list(APPEND LCOV_FILTER_COMMAND -p "src/crypto/ctaes") +list(APPEND LCOV_FILTER_COMMAND -p "src/minisketch") +list(APPEND LCOV_FILTER_COMMAND -p "src/secp256k1") +list(APPEND LCOV_FILTER_COMMAND -p "depends") + +execute_process( + COMMAND ${LCOV_COMMAND} --capture --initial --directory src --output-file baseline.info + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_FILTER_COMMAND} baseline.info baseline_filtered.info + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) +execute_process( + COMMAND ${LCOV_COMMAND} --add-tracefile baseline_filtered.info --output-file baseline_filtered.info + WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} + COMMAND_ERROR_IS_FATAL ANY +) diff --git a/stump/build/bitcoin/cmake_install.cmake b/stump/build/bitcoin/cmake_install.cmake new file mode 100644 index 0000000..b25e375 --- /dev/null +++ b/stump/build/bitcoin/cmake_install.cmake @@ -0,0 +1,65 @@ +# Install script for directory: /home/calvin/bitcoin-projects/mmap-forest/bitcoin + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "MinSizeRel") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/nix/store/v9qgwx232gw625shbqadsn90r2iczbm4-llvm-binutils-18.1.8/bin/llvm-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/test/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/doc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/src/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/stump/build/bitcoin/cov_tool_wrapper.sh.in b/stump/build/bitcoin/cov_tool_wrapper.sh.in new file mode 100644 index 0000000..f6b7ff3 --- /dev/null +++ b/stump/build/bitcoin/cov_tool_wrapper.sh.in @@ -0,0 +1,5 @@ +# Copyright (c) 2024-present The Bitcoin Core developers +# Distributed under the MIT software license, see the accompanying +# file COPYING or https://opensource.org/license/mit/. + +exec @COV_TOOL@ "$@" diff --git a/stump/build/bitcoin/doc/CMakeFiles/CMakeDirectoryInformation.cmake b/stump/build/bitcoin/doc/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..9a99de2 --- /dev/null +++ b/stump/build/bitcoin/doc/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/calvin/bitcoin-projects/mmap-forest/bitcoin") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/calvin/bitcoin-projects/mmap-forest/stump/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/stump/build/bitcoin/doc/CMakeFiles/docs.dir/DependInfo.cmake b/stump/build/bitcoin/doc/CMakeFiles/docs.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/stump/build/bitcoin/doc/CMakeFiles/docs.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/stump/build/bitcoin/doc/CMakeFiles/docs.dir/build.make b/stump/build/bitcoin/doc/CMakeFiles/docs.dir/build.make new file mode 100644 index 0000000..20ad5a6 --- /dev/null +++ b/stump/build/bitcoin/doc/CMakeFiles/docs.dir/build.make @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake + +# The command to remove a file. +RM = /nix/store/5bn5f4ivqf4xn19khh4kcg4ngnjs6spg-cmake-4.1.2/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/calvin/bitcoin-projects/mmap-forest/stump/build + +# Utility rule file for docs. + +# Include any custom commands dependencies for this target. +include bitcoin/doc/CMakeFiles/docs.dir/compiler_depend.make + +# Include the progress variables for this target. +include bitcoin/doc/CMakeFiles/docs.dir/progress.make + +bitcoin/doc/CMakeFiles/docs: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/calvin/bitcoin-projects/mmap-forest/stump/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating developer documentation" + cd /home/calvin/bitcoin-projects/mmap-forest/bitcoin && /nix/store/5aw80f6vs2452xswqgyyxm81ydnkgvp2-doxygen-1.14.0/bin/doxygen /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/doc/Doxyfile + +bitcoin/doc/CMakeFiles/docs.dir/codegen: +.PHONY : bitcoin/doc/CMakeFiles/docs.dir/codegen + +docs: bitcoin/doc/CMakeFiles/docs +docs: bitcoin/doc/CMakeFiles/docs.dir/build.make +.PHONY : docs + +# Rule to build all files generated by this target. +bitcoin/doc/CMakeFiles/docs.dir/build: docs +.PHONY : bitcoin/doc/CMakeFiles/docs.dir/build + +bitcoin/doc/CMakeFiles/docs.dir/clean: + cd /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/doc && $(CMAKE_COMMAND) -P CMakeFiles/docs.dir/cmake_clean.cmake +.PHONY : bitcoin/doc/CMakeFiles/docs.dir/clean + +bitcoin/doc/CMakeFiles/docs.dir/depend: + cd /home/calvin/bitcoin-projects/mmap-forest/stump/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/calvin/bitcoin-projects/mmap-forest/stump /home/calvin/bitcoin-projects/mmap-forest/bitcoin/doc /home/calvin/bitcoin-projects/mmap-forest/stump/build /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/doc /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/doc/CMakeFiles/docs.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : bitcoin/doc/CMakeFiles/docs.dir/depend + diff --git a/stump/build/bitcoin/doc/CMakeFiles/docs.dir/cmake_clean.cmake b/stump/build/bitcoin/doc/CMakeFiles/docs.dir/cmake_clean.cmake new file mode 100644 index 0000000..ae753a3 --- /dev/null +++ b/stump/build/bitcoin/doc/CMakeFiles/docs.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/docs" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/docs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/stump/build/bitcoin/doc/CMakeFiles/docs.dir/compiler_depend.make b/stump/build/bitcoin/doc/CMakeFiles/docs.dir/compiler_depend.make new file mode 100644 index 0000000..8aa0cee --- /dev/null +++ b/stump/build/bitcoin/doc/CMakeFiles/docs.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for docs. +# This may be replaced when dependencies are built. diff --git a/stump/build/bitcoin/doc/CMakeFiles/docs.dir/compiler_depend.ts b/stump/build/bitcoin/doc/CMakeFiles/docs.dir/compiler_depend.ts new file mode 100644 index 0000000..62f7540 --- /dev/null +++ b/stump/build/bitcoin/doc/CMakeFiles/docs.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for docs. diff --git a/stump/build/bitcoin/doc/CMakeFiles/docs.dir/progress.make b/stump/build/bitcoin/doc/CMakeFiles/docs.dir/progress.make new file mode 100644 index 0000000..225de34 --- /dev/null +++ b/stump/build/bitcoin/doc/CMakeFiles/docs.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/stump/build/bitcoin/doc/CMakeFiles/progress.marks b/stump/build/bitcoin/doc/CMakeFiles/progress.marks new file mode 100644 index 0000000..573541a --- /dev/null +++ b/stump/build/bitcoin/doc/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/stump/build/bitcoin/doc/Doxyfile b/stump/build/bitcoin/doc/Doxyfile new file mode 100644 index 0000000..31473b0 --- /dev/null +++ b/stump/build/bitcoin/doc/Doxyfile @@ -0,0 +1,2459 @@ +# Doxyfile 1.8.12 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the config file +# that follow. The default is UTF-8 which is also the encoding used for all text +# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv +# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv +# for the list of possible encodings. +# The default value is: UTF-8. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by +# double-quotes, unless you are using Doxywizard) that should identify the +# project for which the documentation is generated. This name is used in the +# title of most generated pages and in a few other places. +# The default value is: My Project. + +PROJECT_NAME = "Bitcoin Core" + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. This +# could be handy for archiving the generated documentation or if some version +# control system is used. + +PROJECT_NUMBER = 30.99.0 + +# Using the PROJECT_BRIEF tag one can provide an optional one line description +# for a project that appears at the top of each page and should give viewer a +# quick idea about the purpose of the project. Keep the description short. + +PROJECT_BRIEF = "P2P Digital Currency" + +# With the PROJECT_LOGO tag one can specify a logo or an icon that is included +# in the documentation. The maximum height of the logo should not exceed 55 +# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy +# the logo to the output directory. + +PROJECT_LOGO = doc/bitcoin_logo_doxygen.png + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path +# into which the generated documentation will be written. If a relative path is +# entered, it will be relative to the location where doxygen was started. If +# left blank the current directory will be used. + +OUTPUT_DIRECTORY = /home/calvin/bitcoin-projects/mmap-forest/stump/build/bitcoin/doc/doxygen + +# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- +# directories (in 2 levels) under the output directory of each output format and +# will distribute the generated files over these directories. Enabling this +# option can be useful when feeding doxygen a huge amount of source files, where +# putting all generated files in the same directory would otherwise causes +# performance problems for the file system. +# The default value is: NO. + +CREATE_SUBDIRS = NO + +# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII +# characters to appear in the names of generated files. If set to NO, non-ASCII +# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode +# U+3044. +# The default value is: NO. + +ALLOW_UNICODE_NAMES = NO + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, +# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), +# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian, +# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), +# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, +# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, +# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish, +# Ukrainian and Vietnamese. +# The default value is: English. + +OUTPUT_LANGUAGE = English + +# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member +# descriptions after the members that are listed in the file and class +# documentation (similar to Javadoc). Set to NO to disable this. +# The default value is: YES. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief +# description of a member or function before the detailed description +# +# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. +# The default value is: YES. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator that is +# used to form the text in various listings. Each string in this list, if found +# as the leading text of the brief description, will be stripped from the text +# and the result, after processing the whole list, is used as the annotated +# text. Otherwise, the brief description is used as-is. If left blank, the +# following values are used ($name is automatically replaced with the name of +# the entity):The $name class, The $name widget, The $name file, is, provides, +# specifies, contains, represents, a, an and the. + +ABBREVIATE_BRIEF = "The $name class" \ + "The $name widget" \ + "The $name file" \ + is \ + provides \ + specifies \ + contains \ + represents \ + a \ + an \ + the + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# doxygen will generate a detailed section even if there is only a brief +# description. +# The default value is: NO. + +ALWAYS_DETAILED_SEC = NO + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. +# The default value is: NO. + +INLINE_INHERITED_MEMB = NO + +# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path +# before files name in the file list and in the header files. If set to NO the +# shortest path that makes the file name unique will be used +# The default value is: YES. + +FULL_PATH_NAMES = YES + +# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. +# Stripping is only done if one of the specified strings matches the left-hand +# part of the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the path to +# strip. +# +# Note that you can specify absolute paths here, but also relative paths, which +# will be relative from the directory where doxygen is started. +# This tag requires that the tag FULL_PATH_NAMES is set to YES. + +STRIP_FROM_PATH = + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the +# path mentioned in the documentation of a class, which tells the reader which +# header file to include in order to use a class. If left blank only the name of +# the header file containing the class definition is used. Otherwise one should +# specify the list of include paths that are normally passed to the compiler +# using the -I flag. + +STRIP_FROM_INC_PATH = + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but +# less readable) file names. This can be useful is your file systems doesn't +# support long names like on DOS, Mac, or CD-ROM. +# The default value is: NO. + +SHORT_NAMES = NO + +# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the +# first line (until the first dot) of a Javadoc-style comment as the brief +# description. If set to NO, the Javadoc-style will behave just like regular Qt- +# style comments (thus requiring an explicit @brief command for a brief +# description.) +# The default value is: NO. + +JAVADOC_AUTOBRIEF = YES + +# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first +# line (until the first dot) of a Qt-style comment as the brief description. If +# set to NO, the Qt-style will behave just like regular Qt-style comments (thus +# requiring an explicit \brief command for a brief description.) +# The default value is: NO. + +QT_AUTOBRIEF = NO + +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a +# multi-line C++ special comment block (i.e. a block of //! or /// comments) as +# a brief description. This used to be the default behavior. The new default is +# to treat a multi-line C++ comment block as a detailed description. Set this +# tag to YES if you prefer the old behavior instead. +# +# Note that setting this tag to YES also means that rational rose comments are +# not recognized any more. +# The default value is: NO. + +MULTILINE_CPP_IS_BRIEF = NO + +# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the +# documentation from any documented member that it re-implements. +# The default value is: YES. + +INHERIT_DOCS = YES + +# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new +# page for each member. If set to NO, the documentation of a member will be part +# of the file/class/namespace that contains it. +# The default value is: NO. + +SEPARATE_MEMBER_PAGES = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen +# uses this value to replace tabs by spaces in code fragments. +# Minimum value: 1, maximum value: 16, default value: 4. + +TAB_SIZE = 8 + +# This tag can be used to specify a number of aliases that act as commands in +# the documentation. An alias has the form: +# name=value +# For example adding +# "sideeffect=@par Side Effects:\n" +# will allow you to put the command \sideeffect (or @sideeffect) in the +# documentation, which will result in a user-defined paragraph with heading +# "Side Effects:". You can put \n's in the value part of an alias to insert +# newlines. + +ALIASES = + +# This tag can be used to specify a number of word-keyword mappings (TCL only). +# A mapping has the form "name=value". For example adding "class=itcl::class" +# will allow you to use the command class in the itcl::class meaning. + +TCL_SUBST = + +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources +# only. Doxygen will then generate output that is more tailored for C. For +# instance, some of the names that are used will be different. The list of all +# members will be omitted, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_FOR_C = NO + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or +# Python sources only. Doxygen will then generate output that is more tailored +# for that language. For instance, namespaces will be presented as packages, +# qualified scopes will look different, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_JAVA = NO + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources. Doxygen will then generate output that is tailored for Fortran. +# The default value is: NO. + +OPTIMIZE_FOR_FORTRAN = NO + +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for VHDL. +# The default value is: NO. + +OPTIMIZE_OUTPUT_VHDL = NO + +# Doxygen selects the parser to use depending on the extension of the files it +# parses. With this tag you can assign which parser to use for a given +# extension. Doxygen has a built-in mapping, but you can override or extend it +# using this tag. The format is ext=language, where ext is a file extension, and +# language is one of the parsers supported by doxygen: IDL, Java, Javascript, +# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: +# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: +# Fortran. In the later case the parser tries to guess whether the code is fixed +# or free formatted code, this is the default for Fortran type files), VHDL. For +# instance to make doxygen treat .inc files as Fortran files (default is PHP), +# and .f files as C (default is Fortran), use: inc=Fortran f=C. +# +# Note: For files without extension you can use no_extension as a placeholder. +# +# Note that for custom extensions you also need to set FILE_PATTERNS otherwise +# the files are not read by doxygen. + +EXTENSION_MAPPING = + +# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments +# according to the Markdown format, which allows for more readable +# documentation. See http://daringfireball.net/projects/markdown/ for details. +# The output of markdown processing is further processed by doxygen, so you can +# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in +# case of backward compatibilities issues. +# The default value is: YES. + +MARKDOWN_SUPPORT = YES + +# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up +# to that level are automatically included in the table of contents, even if +# they do not have an id attribute. +# Note: This feature currently applies only to Markdown headings. +# Minimum value: 0, maximum value: 99, default value: 0. +# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. + +TOC_INCLUDE_HEADINGS = 0 + +# When enabled doxygen tries to link words that correspond to documented +# classes, or namespaces to their corresponding documentation. Such a link can +# be prevented in individual cases by putting a % sign in front of the word or +# globally by setting AUTOLINK_SUPPORT to NO. +# The default value is: YES. + +AUTOLINK_SUPPORT = YES + +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should set this +# tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); +# versus func(std::string) {}). This also make the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. +# The default value is: NO. + +BUILTIN_STL_SUPPORT = NO + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. +# The default value is: NO. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: +# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen +# will parse them like normal C++ but will assume all classes use public instead +# of private inheritance when no explicit protection keyword is present. +# The default value is: NO. + +SIP_SUPPORT = NO + +# For Microsoft's IDL there are propget and propput attributes to indicate +# getter and setter methods for a property. Setting this option to YES will make +# doxygen to replace the get and set methods by a property in the documentation. +# This will only work if the methods are indeed getting or setting a simple +# type. If this is not the case, or you want to show the methods anyway, you +# should set this option to NO. +# The default value is: YES. + +IDL_PROPERTY_SUPPORT = YES + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. +# The default value is: NO. + +DISTRIBUTE_GROUP_DOC = NO + +# If one adds a struct or class to a group and this option is enabled, then also +# any nested class or struct is added to the same group. By default this option +# is disabled and one has to add nested compounds explicitly via \ingroup. +# The default value is: NO. + +GROUP_NESTED_COMPOUNDS = NO + +# Set the SUBGROUPING tag to YES to allow class member groups of the same type +# (for instance a group of public functions) to be put as a subgroup of that +# type (e.g. under the Public Functions section). Set it to NO to prevent +# subgrouping. Alternatively, this can be done per class using the +# \nosubgrouping command. +# The default value is: YES. + +SUBGROUPING = YES + +# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions +# are shown inside the group in which they are included (e.g. using \ingroup) +# instead of on a separate page (for HTML and Man pages) or section (for LaTeX +# and RTF). +# +# Note that this feature does not work in combination with +# SEPARATE_MEMBER_PAGES. +# The default value is: NO. + +INLINE_GROUPED_CLASSES = NO + +# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions +# with only public data fields or simple typedef fields will be shown inline in +# the documentation of the scope in which they are defined (i.e. file, +# namespace, or group documentation), provided this scope is documented. If set +# to NO, structs, classes, and unions are shown on a separate page (for HTML and +# Man pages) or section (for LaTeX and RTF). +# The default value is: NO. + +INLINE_SIMPLE_STRUCTS = NO + +# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or +# enum is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically be +# useful for C code in case the coding convention dictates that all compound +# types are typedef'ed and only the typedef is referenced, never the tag name. +# The default value is: NO. + +TYPEDEF_HIDES_STRUCT = NO + +# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This +# cache is used to resolve symbols given their name and scope. Since this can be +# an expensive process and often the same symbol appears multiple times in the +# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small +# doxygen will become slower. If the cache is too large, memory is wasted. The +# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range +# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 +# symbols. At the end of a run doxygen will report the cache usage and suggest +# the optimal cache size from a speed point of view. +# Minimum value: 0, maximum value: 9, default value: 0. + +LOOKUP_CACHE_SIZE = 0 + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in +# documentation are documented, even if no documentation was available. Private +# class members and static file members will be hidden unless the +# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. +# Note: This will also disable the warnings about undocumented members that are +# normally produced when WARNINGS is set to YES. +# The default value is: NO. + +EXTRACT_ALL = YES + +# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will +# be included in the documentation. +# The default value is: NO. + +EXTRACT_PRIVATE = YES + +# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal +# scope will be included in the documentation. +# The default value is: NO. + +EXTRACT_PACKAGE = NO + +# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be +# included in the documentation. +# The default value is: NO. + +EXTRACT_STATIC = YES + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined +# locally in source files will be included in the documentation. If set to NO, +# only classes defined in header files are included. Does not have any effect +# for Java sources. +# The default value is: YES. + +EXTRACT_LOCAL_CLASSES = YES + +# This flag is only useful for Objective-C code. If set to YES, local methods, +# which are defined in the implementation section but not in the interface are +# included in the documentation. If set to NO, only methods in the interface are +# included. +# The default value is: NO. + +EXTRACT_LOCAL_METHODS = NO + +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base name of +# the file that contains the anonymous namespace. By default anonymous namespace +# are hidden. +# The default value is: NO. + +EXTRACT_ANON_NSPACES = NO + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all +# undocumented members inside documented classes or files. If set to NO these +# members will be included in the various overviews, but no documentation +# section is generated. This option has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_MEMBERS = NO + +# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. If set +# to NO, these classes will be included in the various overviews. This option +# has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_CLASSES = NO + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend +# (class|struct|union) declarations. If set to NO, these declarations will be +# included in the documentation. +# The default value is: NO. + +HIDE_FRIEND_COMPOUNDS = NO + +# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any +# documentation blocks found inside the body of a function. If set to NO, these +# blocks will be appended to the function's detailed documentation block. +# The default value is: NO. + +HIDE_IN_BODY_DOCS = NO + +# The INTERNAL_DOCS tag determines if documentation that is typed after a +# \internal command is included. If the tag is set to NO then the documentation +# will be excluded. Set it to YES to include the internal documentation. +# The default value is: NO. + +INTERNAL_DOCS = NO + +# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file +# names in lower-case letters. If set to YES, upper-case letters are also +# allowed. This is useful if you have classes or files whose names only differ +# in case and if your file system supports case sensitive file names. Windows +# and Mac users are advised to set this option to NO. +# The default value is: system dependent. + +CASE_SENSE_NAMES = NO + +# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with +# their full class and namespace scopes in the documentation. If set to YES, the +# scope will be hidden. +# The default value is: NO. + +HIDE_SCOPE_NAMES = NO + +# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will +# append additional text to a page's title, such as Class Reference. If set to +# YES the compound reference will be hidden. +# The default value is: NO. + +HIDE_COMPOUND_REFERENCE= NO + +# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of +# the files that are included by a file in the documentation of that file. +# The default value is: YES. + +SHOW_INCLUDE_FILES = YES + +# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each +# grouped member an include statement to the documentation, telling the reader +# which file to include in order to use the member. +# The default value is: NO. + +SHOW_GROUPED_MEMB_INC = NO + +# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include +# files with double quotes in the documentation rather than with sharp brackets. +# The default value is: NO. + +FORCE_LOCAL_INCLUDES = NO + +# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the +# documentation for inline members. +# The default value is: YES. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the +# (detailed) documentation of file and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. +# The default value is: YES. + +SORT_MEMBER_DOCS = YES + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief +# descriptions of file, namespace and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. Note that +# this will also influence the order of the classes in the class list. +# The default value is: NO. + +SORT_BRIEF_DOCS = NO + +# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the +# (brief and detailed) documentation of class members so that constructors and +# destructors are listed first. If set to NO the constructors will appear in the +# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. +# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief +# member documentation. +# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting +# detailed member documentation. +# The default value is: NO. + +SORT_MEMBERS_CTORS_1ST = NO + +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy +# of group names into alphabetical order. If set to NO the group names will +# appear in their defined order. +# The default value is: NO. + +SORT_GROUP_NAMES = NO + +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by +# fully-qualified names, including namespaces. If set to NO, the class list will +# be sorted only by class name, not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the alphabetical +# list. +# The default value is: NO. + +SORT_BY_SCOPE_NAME = NO + +# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper +# type resolution of all parameters of a function it will reject a match between +# the prototype and the implementation of a member function even if there is +# only one candidate or it is obvious which candidate to choose by doing a +# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still +# accept a match between prototype and implementation in such cases. +# The default value is: NO. + +STRICT_PROTO_MATCHING = NO + +# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo +# list. This list is created by putting \todo commands in the documentation. +# The default value is: YES. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test +# list. This list is created by putting \test commands in the documentation. +# The default value is: YES. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug +# list. This list is created by putting \bug commands in the documentation. +# The default value is: YES. + +GENERATE_BUGLIST = YES + +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) +# the deprecated list. This list is created by putting \deprecated commands in +# the documentation. +# The default value is: YES. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional documentation +# sections, marked by \if ... \endif and \cond +# ... \endcond blocks. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the +# initial value of a variable or macro / define can have for it to appear in the +# documentation. If the initializer consists of more lines than specified here +# it will be hidden. Use a value of 0 to hide initializers completely. The +# appearance of the value of individual variables and macros / defines can be +# controlled using \showinitializer or \hideinitializer command in the +# documentation regardless of this setting. +# Minimum value: 0, maximum value: 10000, default value: 30. + +MAX_INITIALIZER_LINES = 30 + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at +# the bottom of the documentation of classes and structs. If set to YES, the +# list will mention the files that were used to generate the documentation. +# The default value is: YES. + +SHOW_USED_FILES = YES + +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This +# will remove the Files entry from the Quick Index and from the Folder Tree View +# (if specified). +# The default value is: YES. + +SHOW_FILES = YES + +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces +# page. This will remove the Namespaces entry from the Quick Index and from the +# Folder Tree View (if specified). +# The default value is: YES. + +SHOW_NAMESPACES = YES + +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command command input-file, where command is the value of the +# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided +# by doxygen. Whatever the program writes to standard output is used as the file +# version. For an example see the documentation. + +FILE_VERSION_FILTER = + +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed +# by doxygen. The layout file controls the global structure of the generated +# output files in an output format independent way. To create the layout file +# that represents doxygen's defaults, run doxygen with the -l option. You can +# optionally specify a file name after the option, if omitted DoxygenLayout.xml +# will be used as the name of the layout file. +# +# Note that if you run doxygen from a directory containing a file called +# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE +# tag is left empty. + +LAYOUT_FILE = + +# The CITE_BIB_FILES tag can be used to specify one or more bib files containing +# the reference definitions. This must be a list of .bib files. The .bib +# extension is automatically appended if omitted. This requires the bibtex tool +# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. +# For LaTeX the style of the bibliography can be controlled using +# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the +# search path. See also \cite for info how to create references. + +CITE_BIB_FILES = + +#--------------------------------------------------------------------------- +# Configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated to +# standard output by doxygen. If QUIET is set to YES this implies that the +# messages are off. +# The default value is: NO. + +QUIET = NO + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES +# this implies that the warnings are on. +# +# Tip: Turn warnings on while writing the documentation. +# The default value is: YES. + +WARNINGS = YES + +# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate +# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag +# will automatically be disabled. +# The default value is: YES. + +WARN_IF_UNDOCUMENTED = YES + +# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as not documenting some parameters +# in a documented function, or documenting parameters that don't exist or using +# markup commands wrongly. +# The default value is: YES. + +WARN_IF_DOC_ERROR = YES + +# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that +# are documented, but have no documentation for their parameters or return +# value. If set to NO, doxygen will only warn about wrong or incomplete +# parameter documentation, but not about the absence of documentation. +# The default value is: NO. + +WARN_NO_PARAMDOC = NO + +# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when +# a warning is encountered. +# The default value is: NO. + +WARN_AS_ERROR = NO + +# The WARN_FORMAT tag determines the format of the warning messages that doxygen +# can produce. The string should contain the $file, $line, and $text tags, which +# will be replaced by the file and line number from which the warning originated +# and the warning text. Optionally the format may contain $version, which will +# be replaced by the version of the file (if it could be obtained via +# FILE_VERSION_FILTER) +# The default value is: $file:$line: $text. + +WARN_FORMAT = "$file:$line: $text" + +# The WARN_LOGFILE tag can be used to specify a file to which warning and error +# messages should be written. If left blank the output is written to standard +# error (stderr). + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# Configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag is used to specify the files and/or directories that contain +# documented source files. You may enter file names like myfile.cpp or +# directories like /usr/src/myproject. Separate the files or directories with +# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING +# Note: If this tag is empty the current directory is searched. + +INPUT = src doc/README_doxygen.md + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses +# libiconv (or the iconv built into libc) for the transcoding. See the libiconv +# documentation (see: http://www.gnu.org/software/libiconv) for the list of +# possible encodings. +# The default value is: UTF-8. + +INPUT_ENCODING = UTF-8 + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and +# *.h) to filter out the source-files in the directories. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# read by doxygen. +# +# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, +# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, +# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, +# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, +# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf. + +FILE_PATTERNS = *.c \ + *.cc \ + *.cxx \ + *.cpp \ + *.c++ \ + *.d \ + *.java \ + *.ii \ + *.ixx \ + *.ipp \ + *.i++ \ + *.inl \ + *.h \ + *.hh \ + *.hxx \ + *.hpp \ + *.h++ \ + *.idl \ + *.odl \ + *.cs \ + *.php \ + *.php3 \ + *.inc \ + *.m \ + *.mm \ + *.dox \ + *.py \ + *.f90 \ + *.f \ + *.for \ + *.vhd \ + *.vhdl + +# The RECURSIVE tag can be used to specify whether or not subdirectories should +# be searched for input files as well. +# The default value is: NO. + +RECURSIVE = YES + +# The EXCLUDE tag can be used to specify files and/or directories that should be +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. +# +# Note that relative paths are relative to the directory from which doxygen is +# run. + +EXCLUDE = src/crc32c \ + src/leveldb \ + src/json + +# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or +# directories that are symbolic links (a Unix file system feature) are excluded +# from the input. +# The default value is: NO. + +EXCLUDE_SYMLINKS = NO + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories for example use the pattern */test/* + +EXCLUDE_PATTERNS = + +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, +# AClass::ANamespace, ANamespace::*Test +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories use the pattern */test/* + +EXCLUDE_SYMBOLS = boost \ + google + +# The EXAMPLE_PATH tag can be used to specify one or more files or directories +# that contain example code fragments that are included (see the \include +# command). + +EXAMPLE_PATH = + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and +# *.h) to filter out the source-files in the directories. If left blank all +# files are included. + +EXAMPLE_PATTERNS = * + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude commands +# irrespective of the value of the RECURSIVE tag. +# The default value is: NO. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or directories +# that contain images that are to be included in the documentation (see the +# \image command). + +IMAGE_PATH = + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command: +# +# +# +# where is the value of the INPUT_FILTER tag, and is the +# name of an input file. Doxygen will then use the output that the filter +# program writes to standard output. If FILTER_PATTERNS is specified, this tag +# will be ignored. +# +# Note that the filter must not add or remove lines; it is applied before the +# code is scanned, but not when the output code is generated. If lines are added +# or removed, the anchors will not be placed correctly. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +INPUT_FILTER = + +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. The filters are a list of the form: pattern=filter +# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how +# filters are used. If the FILTER_PATTERNS tag is empty or if none of the +# patterns match the file name, INPUT_FILTER is applied. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will also be used to filter the input files that are used for +# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). +# The default value is: NO. + +FILTER_SOURCE_FILES = NO + +# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file +# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and +# it is also possible to disable source filtering for a specific pattern using +# *.ext= (so without naming a filter). +# This tag requires that the tag FILTER_SOURCE_FILES is set to YES. + +FILTER_SOURCE_PATTERNS = + +# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that +# is part of the input, its contents will be placed on the main page +# (index.html). This can be useful if you have a project on for instance GitHub +# and want to reuse the introduction page also for the doxygen output. + +USE_MDFILE_AS_MAINPAGE = doc/README_doxygen.md + +#--------------------------------------------------------------------------- +# Configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will be +# generated. Documented entities will be cross-referenced with these sources. +# +# Note: To get rid of all source code in the generated output, make sure that +# also VERBATIM_HEADERS is set to NO. +# The default value is: NO. + +SOURCE_BROWSER = YES + +# Setting the INLINE_SOURCES tag to YES will include the body of functions, +# classes and enums directly into the documentation. +# The default value is: NO. + +INLINE_SOURCES = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any +# special comment blocks from generated source code fragments. Normal C, C++ and +# Fortran comments will always remain visible. +# The default value is: YES. + +STRIP_CODE_COMMENTS = YES + +# If the REFERENCED_BY_RELATION tag is set to YES then for each documented +# function all documented functions referencing it will be listed. +# The default value is: NO. + +REFERENCED_BY_RELATION = NO + +# If the REFERENCES_RELATION tag is set to YES then for each documented function +# all documented entities called/used by that function will be listed. +# The default value is: NO. + +REFERENCES_RELATION = NO + +# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set +# to YES then the hyperlinks from functions in REFERENCES_RELATION and +# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will +# link to the documentation. +# The default value is: YES. + +REFERENCES_LINK_SOURCE = YES + +# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the +# source code will show a tooltip with additional information such as prototype, +# brief description and links to the definition and documentation. Since this +# will make the HTML file larger and loading of large files a bit slower, you +# can opt to disable this feature. +# The default value is: YES. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +SOURCE_TOOLTIPS = YES + +# If the USE_HTAGS tag is set to YES then the references to source code will +# point to the HTML generated by the htags(1) tool instead of doxygen built-in +# source browser. The htags tool is part of GNU's global source tagging system +# (see http://www.gnu.org/software/global/global.html). You will need version +# 4.8.6 or higher. +# +# To use it do the following: +# - Install the latest version of global +# - Enable SOURCE_BROWSER and USE_HTAGS in the config file +# - Make sure the INPUT points to the root of the source tree +# - Run doxygen as normal +# +# Doxygen will invoke htags (and that will in turn invoke gtags), so these +# tools must be available from the command line (i.e. in the search path). +# +# The result: instead of the source browser generated by doxygen, the links to +# source code will now point to the output of htags. +# The default value is: NO. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a +# verbatim copy of the header file for each class for which an include is +# specified. Set to NO to disable this. +# See also: Section \class. +# The default value is: YES. + +VERBATIM_HEADERS = YES + +#--------------------------------------------------------------------------- +# Configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all +# compounds will be generated. Enable this if the project contains a lot of +# classes, structs, unions or interfaces. +# The default value is: YES. + +ALPHABETICAL_INDEX = YES + +# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in +# which the alphabetical index list will be split. +# Minimum value: 1, maximum value: 20, default value: 5. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +COLS_IN_ALPHA_INDEX = 5 + +# In case all classes in a project start with a common prefix, all classes will +# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag +# can be used to specify a prefix (or a list of prefixes) that should be ignored +# while generating the index headers. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output +# The default value is: YES. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a +# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of +# it. +# The default directory is: html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_OUTPUT = html + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each +# generated HTML page (for example: .htm, .php, .asp). +# The default value is: .html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a user-defined HTML header file for +# each generated HTML page. If the tag is left blank doxygen will generate a +# standard header. +# +# To get valid HTML the header file that includes any scripts and style sheets +# that doxygen needs, which is dependent on the configuration options used (e.g. +# the setting GENERATE_TREEVIEW). It is highly recommended to start with a +# default header using +# doxygen -w html new_header.html new_footer.html new_stylesheet.css +# YourConfigFile +# and then modify the file new_header.html. See also section "Doxygen usage" +# for information on how to generate the default header that doxygen normally +# uses. +# Note: The header is subject to change so you typically have to regenerate the +# default header when upgrading to a newer version of doxygen. For a description +# of the possible markers and block names see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each +# generated HTML page. If the tag is left blank doxygen will generate a standard +# footer. See HTML_HEADER for more information on how to generate a default +# footer and what special commands can be used inside the footer. See also +# section "Doxygen usage" for information on how to generate the default footer +# that doxygen normally uses. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style +# sheet that is used by each HTML page. It can be used to fine-tune the look of +# the HTML output. If left blank doxygen will generate a default style sheet. +# See also section "Doxygen usage" for information on how to generate the style +# sheet that doxygen normally uses. +# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as +# it is more robust and this tag (HTML_STYLESHEET) will in the future become +# obsolete. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_STYLESHEET = + +# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# cascading style sheets that are included after the standard style sheets +# created by doxygen. Using this option one can overrule certain style aspects. +# This is preferred over using HTML_STYLESHEET since it does not replace the +# standard style sheet and is therefore more robust against future updates. +# Doxygen will copy the style sheet files to the output directory. +# Note: The order of the extra style sheet files is of importance (e.g. the last +# style sheet in the list overrules the setting of the previous ones in the +# list). For an example see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_STYLESHEET = + +# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the HTML output directory. Note +# that these files will be copied to the base HTML output directory. Use the +# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these +# files. In the HTML_STYLESHEET file, use the file name only. Also note that the +# files will be copied as-is; there are no commands or markers available. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_FILES = + +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen +# will adjust the colors in the style sheet and background images according to +# this color. Hue is specified as an angle on a colorwheel, see +# http://en.wikipedia.org/wiki/Hue for more information. For instance the value +# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 +# purple, and 360 is red again. +# Minimum value: 0, maximum value: 359, default value: 220. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_HUE = 220 + +# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors +# in the HTML output. For a value of 0 the output will use grayscales only. A +# value of 255 will produce the most vivid colors. +# Minimum value: 0, maximum value: 255, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_SAT = 100 + +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the +# luminance component of the colors in the HTML output. Values below 100 +# gradually make the output lighter, whereas values above 100 make the output +# darker. The value divided by 100 is the actual gamma applied, so 80 represents +# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not +# change the gamma. +# Minimum value: 40, maximum value: 240, default value: 80. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_GAMMA = 80 + +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML +# page will contain the date and time when the page was generated. Setting this +# to YES can help to show when doxygen was last run and thus if the +# documentation is up to date. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_TIMESTAMP = YES + +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_SECTIONS = NO + +# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries +# shown in the various tree structured indices initially; the user can expand +# and collapse entries dynamically later on. Doxygen will expand the tree to +# such a level that at most the specified number of entries are visible (unless +# a fully collapsed tree already exceeds this amount). So setting the number of +# entries 1 will produce a full collapsed tree by default. 0 is a special value +# representing an infinite number of entries and will result in a full expanded +# tree by default. +# Minimum value: 0, maximum value: 9999, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_INDEX_NUM_ENTRIES = 100 + +# If the GENERATE_DOCSET tag is set to YES, additional index files will be +# generated that can be used as input for Apple's Xcode 3 integrated development +# environment (see: http://developer.apple.com/tools/xcode/), introduced with +# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a +# Makefile in the HTML output directory. Running make will produce the docset in +# that directory and running make install will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at +# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html +# for more information. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_DOCSET = NO + +# This tag determines the name of the docset feed. A documentation feed provides +# an umbrella under which multiple documentation sets from a single provider +# (such as a company or product suite) can be grouped. +# The default value is: Doxygen generated docs. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# This tag specifies a string that should uniquely identify the documentation +# set bundle. This should be a reverse domain-name style string, e.g. +# com.mycompany.MyDocSet. Doxygen will append .docset to the name. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_BUNDLE_ID = org.bitcoin.Bitcoin-Core + +# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify +# the documentation publisher. This should be a reverse domain-name style +# string, e.g. com.mycompany.MyDocSet.documentation. +# The default value is: org.doxygen.Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_ID = org.bitcoin.Bitcoin-Core + +# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. +# The default value is: Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_NAME = Publisher + +# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three +# additional HTML index files: index.hhp, index.hhc, and index.hhk. The +# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop +# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on +# Windows. +# +# The HTML Help Workshop contains a compiler that can convert all HTML output +# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML +# files are now used as the Windows 98 help format, and will replace the old +# Windows help format (.hlp) on all Windows platforms in the future. Compressed +# HTML files also contain an index, a table of contents, and you can search for +# words in the documentation. The HTML workshop also contains a viewer for +# compressed HTML files. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_HTMLHELP = NO + +# The CHM_FILE tag can be used to specify the file name of the resulting .chm +# file. You can add a path in front of the file if the result should not be +# written to the html output directory. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_FILE = + +# The HHC_LOCATION tag can be used to specify the location (absolute path +# including file name) of the HTML help compiler (hhc.exe). If non-empty, +# doxygen will try to run the HTML help compiler on the generated index.hhp. +# The file has to be specified with full path. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +HHC_LOCATION = + +# The GENERATE_CHI flag controls if a separate .chi index file is generated +# (YES) or that it should be included in the master .chm file (NO). +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +GENERATE_CHI = NO + +# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) +# and project file content. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_INDEX_ENCODING = + +# The BINARY_TOC flag controls whether a binary table of contents is generated +# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it +# enables the Previous and Next buttons. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members to +# the table of contents of the HTML help documentation and to the tree view. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +TOC_EXPAND = NO + +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and +# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that +# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help +# (.qch) of the generated HTML documentation. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_QHP = NO + +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify +# the file name of the resulting .qch file. The path specified is relative to +# the HTML output folder. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help +# Project output. For more information please see Qt Help Project / Namespace +# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_NAMESPACE = org.doxygen.Project + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt +# Help Project output. For more information please see Qt Help Project / Virtual +# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- +# folders). +# The default value is: doc. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_VIRTUAL_FOLDER = doc + +# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom +# filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_ATTRS = + +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this +# project's filter section matches. Qt Help Project / Filter Attributes (see: +# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_SECT_FILTER_ATTRS = + +# The QHG_LOCATION tag can be used to specify the location of Qt's +# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the +# generated .qhp file. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHG_LOCATION = + +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be +# generated, together with the HTML files, they form an Eclipse help plugin. To +# install this plugin and make it available under the help contents menu in +# Eclipse, the contents of the directory containing the HTML and XML files needs +# to be copied into the plugins directory of eclipse. The name of the directory +# within the plugins directory should be the same as the ECLIPSE_DOC_ID value. +# After copying Eclipse needs to be restarted before the help appears. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_ECLIPSEHELP = NO + +# A unique identifier for the Eclipse help plugin. When installing the plugin +# the directory name containing the HTML and XML files should also have this +# name. Each documentation set should have its own identifier. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. + +ECLIPSE_DOC_ID = org.doxygen.Project + +# If you want full control over the layout of the generated HTML pages it might +# be necessary to disable the index and replace it with your own. The +# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top +# of each HTML page. A value of NO enables the index and the value YES disables +# it. Since the tabs in the index contain the same information as the navigation +# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +DISABLE_INDEX = NO + +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. If the tag +# value is set to YES, a side panel will be generated containing a tree-like +# index structure (just like the one that is generated for HTML Help). For this +# to work a browser that supports JavaScript, DHTML, CSS and frames is required +# (i.e. any modern browser). Windows users are probably better off using the +# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can +# further fine-tune the look of the index. As an example, the default style +# sheet generated by doxygen has an example that shows how to put an image at +# the root of the tree instead of the PROJECT_NAME. Since the tree basically has +# the same information as the tab index, you could consider setting +# DISABLE_INDEX to YES when enabling this option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_TREEVIEW = NO + +# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that +# doxygen will group on one line in the generated HTML documentation. +# +# Note that a value of 0 will completely suppress the enum values from appearing +# in the overview section. +# Minimum value: 0, maximum value: 20, default value: 4. +# This tag requires that the tag GENERATE_HTML is set to YES. + +ENUM_VALUES_PER_LINE = 4 + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used +# to set the initial width (in pixels) of the frame in which the tree is shown. +# Minimum value: 0, maximum value: 1500, default value: 250. +# This tag requires that the tag GENERATE_HTML is set to YES. + +TREEVIEW_WIDTH = 250 + +# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to +# external symbols imported via tag files in a separate window. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +EXT_LINKS_IN_WINDOW = NO + +# Use this tag to change the font size of LaTeX formulas included as images in +# the HTML documentation. When you change the font size after a successful +# doxygen run you need to manually remove any form_*.png images from the HTML +# output directory to force them to be regenerated. +# Minimum value: 8, maximum value: 50, default value: 10. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_FONTSIZE = 10 + +# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# generated for formulas are transparent PNGs. Transparent PNGs are not +# supported properly for IE 6.0, but are supported on all modern browsers. +# +# Note that when changing this option you need to delete any form_*.png files in +# the HTML output directory before the changes have effect. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_TRANSPARENT = YES + +# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see +# http://www.mathjax.org) which uses client side Javascript for the rendering +# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX +# installed or if you want to formulas look prettier in the HTML output. When +# enabled you may also need to install MathJax separately and configure the path +# to it using the MATHJAX_RELPATH option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +USE_MATHJAX = NO + +# When MathJax is enabled you can set the default output format to be used for +# the MathJax output. See the MathJax site (see: +# http://docs.mathjax.org/en/latest/output.html) for more details. +# Possible values are: HTML-CSS (which is slower, but has the best +# compatibility), NativeMML (i.e. MathML) and SVG. +# The default value is: HTML-CSS. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_FORMAT = HTML-CSS + +# When MathJax is enabled you need to specify the location relative to the HTML +# output directory using the MATHJAX_RELPATH option. The destination directory +# should contain the MathJax.js script. For instance, if the mathjax directory +# is located at the same level as the HTML output directory, then +# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax +# Content Delivery Network so you can quickly see the result without installing +# MathJax. However, it is strongly recommended to install a local copy of +# MathJax from http://www.mathjax.org before deployment. +# The default value is: http://cdn.mathjax.org/mathjax/latest. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_RELPATH = http://www.mathjax.org/mathjax + +# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax +# extension names that should be enabled during MathJax rendering. For example +# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_EXTENSIONS = + +# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces +# of code that will be used on startup of the MathJax code. See the MathJax site +# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an +# example see the documentation. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_CODEFILE = + +# When the SEARCHENGINE tag is enabled doxygen will generate a search box for +# the HTML output. The underlying search engine uses javascript and DHTML and +# should work on any modern browser. Note that when using HTML help +# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) +# there is already a search function so this one should typically be disabled. +# For large projects the javascript based search engine can be slow, then +# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to +# search using the keyboard; to jump to the search box use + S +# (what the is depends on the OS and browser, but it is typically +# , /