diff options
Diffstat (limited to 'build-musl/CMakeFiles')
258 files changed, 6090 insertions, 0 deletions
diff --git a/build-musl/CMakeFiles/4.3.4/CMakeCCompiler.cmake b/build-musl/CMakeFiles/4.3.4/CMakeCCompiler.cmake new file mode 100644 index 0000000..4e7ad88 --- /dev/null +++ b/build-musl/CMakeFiles/4.3.4/CMakeCCompiler.cmake @@ -0,0 +1,85 @@ +set(CMAKE_C_COMPILER "/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "15.3.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "23") +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 "/bin/ar") +set(CMAKE_C_COMPILER_AR "/bin/gcc-ar") +set(CMAKE_RANLIB "/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/bin/gcc-ranlib") +set(CMAKE_LINKER "/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld") +set(CMAKE_C_COMPILER_LINKER_ID "GNU") +set(CMAKE_C_COMPILER_LINKER_VERSION 2.46.0) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +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 "/usr/lib/gcc/x86_64-pc-linux-gnu/15/include;/usr/local/include;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/15;/usr/lib64;/lib64;/usr/x86_64-pc-linux-gnu/lib;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build-musl/CMakeFiles/4.3.4/CMakeDetermineCompilerABI_C.bin b/build-musl/CMakeFiles/4.3.4/CMakeDetermineCompilerABI_C.bin Binary files differnew file mode 100755 index 0000000..559778c --- /dev/null +++ b/build-musl/CMakeFiles/4.3.4/CMakeDetermineCompilerABI_C.bin diff --git a/build-musl/CMakeFiles/4.3.4/CMakeSystem.cmake b/build-musl/CMakeFiles/4.3.4/CMakeSystem.cmake new file mode 100644 index 0000000..e6e7c64 --- /dev/null +++ b/build-musl/CMakeFiles/4.3.4/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-7.0.9-pygoscelis") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "7.0.9-pygoscelis") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-7.0.9-pygoscelis") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "7.0.9-pygoscelis") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build-musl/CMakeFiles/4.3.4/CompilerIdC/CMakeCCompilerId.c b/build-musl/CMakeFiles/4.3.4/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..ab3c359 --- /dev/null +++ b/build-musl/CMakeFiles/4.3.4/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/build-musl/CMakeFiles/4.3.4/CompilerIdC/a.out b/build-musl/CMakeFiles/4.3.4/CompilerIdC/a.out Binary files differnew file mode 100755 index 0000000..350a3ca --- /dev/null +++ b/build-musl/CMakeFiles/4.3.4/CompilerIdC/a.out diff --git a/build-musl/CMakeFiles/CMakeConfigureLog.yaml b/build-musl/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..bcb0f1b --- /dev/null +++ b/build-musl/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,4299 @@ + +--- +events: + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/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: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + found: "/bin/uname" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:212 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 7.0.9-pygoscelis - x86_64 + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake:5 (find_program)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_MAKE_PROGRAM" + description: "Program used to build from build.ninja files." + 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: + - "ninja-build" + - "ninja" + - "samu" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + searched_directories: + - "/bin/ninja-build" + found: "/bin/ninja" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake:73 (find_program)" + - "/usr/share/cmake/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: + - "cc" + - "gcc" + - "cl" + - "bcc" + - "xlc" + - "icx" + - "clang" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + found: "/bin/cc" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:468 (find_file)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:506 (CMAKE_DETERMINE_COMPILER_ID_WRITE)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/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: + - "/usr/share/cmake/Modules/" + found: "/usr/share/cmake/Modules/CMakeCCompilerId.c.in" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /bin/cc + 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 GNU, found in: + /home/king/stuff/fastfetch/build-musl/CMakeFiles/4.3.4/CompilerIdC/a.out + + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/share/cmake/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: + - "ar" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + found: "/bin/ar" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/share/cmake/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: + - "ranlib" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + found: "/bin/ranlib" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/share/cmake/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: + - "strip" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + found: "/bin/strip" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/share/cmake/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" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + found: "/bin/ld" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/share/cmake/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: + - "nm" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + found: "/bin/nm" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/share/cmake/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: + - "objdump" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + found: "/bin/objdump" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/share/cmake/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: + - "objcopy" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + found: "/bin/objcopy" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/share/cmake/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: + - "readelf" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + found: "/bin/readelf" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/share/cmake/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: + - "dlltool" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + found: "/bin/dlltool" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/share/cmake/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: + - "addr2line" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + found: "/bin/addr2line" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/share/cmake/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: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + searched_directories: + - "/bin/tapi" + - "/sbin/tapi" + - "/usr/bin/tapi" + - "/usr/sbin/tapi" + - "/usr/local/bin/tapi" + - "/usr/local/sbin/tapi" + found: false + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake:18 (find_program)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:201 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER_AR" + description: "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + 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: + - "gcc-ar-15.3" + - "gcc-ar-15" + - "gcc-ar15" + - "gcc-ar" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + searched_directories: + - "/bin/gcc-ar-15.3" + - "/sbin/gcc-ar-15.3" + - "/usr/bin/gcc-ar-15.3" + - "/usr/sbin/gcc-ar-15.3" + - "/usr/local/bin/gcc-ar-15.3" + - "/usr/local/sbin/gcc-ar-15.3" + - "/bin/gcc-ar-15" + - "/sbin/gcc-ar-15" + - "/usr/bin/gcc-ar-15" + - "/usr/sbin/gcc-ar-15" + - "/usr/local/bin/gcc-ar-15" + - "/usr/local/sbin/gcc-ar-15" + - "/bin/gcc-ar15" + - "/sbin/gcc-ar15" + - "/usr/bin/gcc-ar15" + - "/usr/sbin/gcc-ar15" + - "/usr/local/bin/gcc-ar15" + - "/usr/local/sbin/gcc-ar15" + found: "/bin/gcc-ar" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake:30 (find_program)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:201 (include)" + - "CMakeLists.txt:3 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER_RANLIB" + description: "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + 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: + - "gcc-ranlib-15.3" + - "gcc-ranlib-15" + - "gcc-ranlib15" + - "gcc-ranlib" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + searched_directories: + - "/bin/gcc-ranlib-15.3" + - "/sbin/gcc-ranlib-15.3" + - "/usr/bin/gcc-ranlib-15.3" + - "/usr/sbin/gcc-ranlib-15.3" + - "/usr/local/bin/gcc-ranlib-15.3" + - "/usr/local/sbin/gcc-ranlib-15.3" + - "/bin/gcc-ranlib-15" + - "/sbin/gcc-ranlib-15" + - "/usr/bin/gcc-ranlib-15" + - "/usr/sbin/gcc-ranlib-15" + - "/usr/local/bin/gcc-ranlib-15" + - "/usr/local/sbin/gcc-ranlib-15" + - "/bin/gcc-ranlib15" + - "/sbin/gcc-ranlib15" + - "/usr/bin/gcc-ranlib15" + - "/usr/sbin/gcc-ranlib15" + - "/usr/local/bin/gcc-ranlib15" + - "/usr/local/sbin/gcc-ranlib15" + found: "/bin/gcc-ranlib" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-ksuvM9" + binary: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-ksuvM9" + 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/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-ksuvM9' + + Run Build Command(s): /bin/ninja -v cmTC_75fa1 + [1/2] /bin/cc -v -o CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/bin/cc + OFFLOAD_TARGET_NAMES=nvptx-none + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-pc-linux-gnu + Configured with: /var/tmp/portage/sys-devel/gcc-15.3.0/work/gcc-15.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/15 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/15/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/15/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 15.3.0 p8' --with-gcc-major-version-only --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-linker-build-id --disable-libada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-offload-defaulted --enable-offload-targets=nvptx-none --enable-libgomp --disable-libssp --enable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --without-isl --enable-default-pie --enable-host-pie --enable-host-bind-now --enable-default-ssp --disable-fixincludes --with-gxx-libcxx-include-dir=/usr/include/c++/v1 --with-build-config=bootstrap-cet + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.3.0 (Gentoo 15.3.0 p8) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_75fa1.dir/' + /usr/libexec/gcc/x86_64-pc-linux-gnu/15/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_75fa1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -foffload-options=-fno-stack-protector -fcf-protection -foffload-options=-fcf-protection=none -o /tmp/ccn566d6.s + GNU C23 (Gentoo 15.3.0 p8) version 15.3.0 (x86_64-pc-linux-gnu) + compiled by GNU C version 15.3.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.4.1, isl version none + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/15/include + /usr/local/include + /usr/include + End of search list. + Compiler executable checksum: eecd804de8960aaf1edfcd7b6a9b6583 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_75fa1.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o /tmp/ccn566d6.s + GNU assembler version 2.46.0 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.46.0 p1) 2.46.0 + COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/15/:/usr/libexec/gcc/x86_64-pc-linux-gnu/15/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.' + [2/2] : && /bin/cc -v -Wl,-v CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o -o cmTC_75fa1 && : + Using built-in specs. + COLLECT_GCC=/bin/cc + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/15/lto-wrapper + OFFLOAD_TARGET_NAMES=nvptx-none + OFFLOAD_TARGET_DEFAULT=1 + Target: x86_64-pc-linux-gnu + Configured with: /var/tmp/portage/sys-devel/gcc-15.3.0/work/gcc-15.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/15 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/15/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/15/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 15.3.0 p8' --with-gcc-major-version-only --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-linker-build-id --disable-libada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-offload-defaulted --enable-offload-targets=nvptx-none --enable-libgomp --disable-libssp --enable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --without-isl --enable-default-pie --enable-host-pie --enable-host-bind-now --enable-default-ssp --disable-fixincludes --with-gxx-libcxx-include-dir=/usr/include/c++/v1 --with-build-config=bootstrap-cet + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.3.0 (Gentoo 15.3.0 p8) + COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/15/:/usr/libexec/gcc/x86_64-pc-linux-gnu/15/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_75fa1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_75fa1.' + /usr/libexec/gcc/x86_64-pc-linux-gnu/15/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccpJ2oB6.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -o cmTC_75fa1 /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crtn.o + collect2 version 15.3.0 + /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccpJ2oB6.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -o cmTC_75fa1 /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crtn.o + GNU ld (Gentoo 2.46.0 p1) 2.46.0 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_75fa1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_75fa1.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:217 (message)" + - "/usr/share/cmake/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: [/usr/lib/gcc/x86_64-pc-linux-gnu/15/include] + add: [/usr/local/include] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15/include;/usr/local/include;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:253 (message)" + - "/usr/share/cmake/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: [^[ ]*(->|"|[0-9]+>[ -]*Build:[ 0-9]+ ms[ ]*)?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-ksuvM9'] + ignore line: [] + ignore line: [Run Build Command(s): /bin/ninja -v cmTC_75fa1] + ignore line: [[1/2] /bin/cc -v -o CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /var/tmp/portage/sys-devel/gcc-15.3.0/work/gcc-15.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/15 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/15/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/15/python --enable-languages=c c++ fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 15.3.0 p8' --with-gcc-major-version-only --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-linker-build-id --disable-libada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32 m64 --disable-fixed-point --enable-targets=all --enable-offload-defaulted --enable-offload-targets=nvptx-none --enable-libgomp --disable-libssp --enable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --without-isl --enable-default-pie --enable-host-pie --enable-host-bind-now --enable-default-ssp --disable-fixincludes --with-gxx-libcxx-include-dir=/usr/include/c++/v1 --with-build-config=bootstrap-cet] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.3.0 (Gentoo 15.3.0 p8) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_75fa1.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/15/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_75fa1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -foffload-options=-fno-stack-protector -fcf-protection -foffload-options=-fcf-protection=none -o /tmp/ccn566d6.s] + ignore line: [GNU C23 (Gentoo 15.3.0 p8) version 15.3.0 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 15.3.0 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.4.1 isl version none] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: eecd804de8960aaf1edfcd7b6a9b6583] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_75fa1.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o /tmp/ccn566d6.s] + ignore line: [GNU assembler version 2.46.0 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.46.0 p1) 2.46.0] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/15/:/usr/libexec/gcc/x86_64-pc-linux-gnu/15/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] : && /bin/cc -v -Wl -v CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o -o cmTC_75fa1 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/15/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /var/tmp/portage/sys-devel/gcc-15.3.0/work/gcc-15.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/15 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/15/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/15/python --enable-languages=c c++ fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 15.3.0 p8' --with-gcc-major-version-only --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-linker-build-id --disable-libada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32 m64 --disable-fixed-point --enable-targets=all --enable-offload-defaulted --enable-offload-targets=nvptx-none --enable-libgomp --disable-libssp --enable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --without-isl --enable-default-pie --enable-host-pie --enable-host-bind-now --enable-default-ssp --disable-fixincludes --with-gxx-libcxx-include-dir=/usr/include/c++/v1 --with-build-config=bootstrap-cet] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.3.0 (Gentoo 15.3.0 p8) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/15/:/usr/libexec/gcc/x86_64-pc-linux-gnu/15/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_75fa1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_75fa1.'] + link line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/15/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccpJ2oB6.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -o cmTC_75fa1 /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/15/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/15/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/15/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccpJ2oB6.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-o] ==> ignore + arg [cmTC_75fa1] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64] + arg [-L/lib/../lib64] ==> dir [/lib/../lib64] + arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crtn.o] + ignore line: [collect2 version 15.3.0] + ignore line: [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/15/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/15/lto-wrapper -plugin-opt=-fresolution=/tmp/ccpJ2oB6.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -o cmTC_75fa1 /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_75fa1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crtn.o] + linker tool for 'C': /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/Scrt1.o] ==> [/usr/lib64/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../lib64] ==> [/usr/lib64] + collapse library dir [/lib/../lib64] ==> [/lib64] + collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/lib] ==> [/usr/x86_64-pc-linux-gnu/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib64/Scrt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15/crtendS.o;/usr/lib64/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15;/usr/lib64;/lib64;/usr/x86_64-pc-linux-gnu/lib;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:38 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:299 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the C compiler's linker: "/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld" "-v" + GNU ld (Gentoo 2.46.0 p1) 2.46.0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/FindThreads.cmake:160 (check_c_source_compiles)" + - "/usr/share/cmake/Modules/FindThreads.cmake:226 (_threads_check_libc)" + - "CMakeLists.txt:57 (find_package)" + checks: + - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" + directories: + source: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-InX7as" + binary: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-InX7as" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_HAVE_LIBC_PTHREAD" + cached: true + stdout: | + Change Dir: '/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-InX7as' + + Run Build Command(s): /bin/ninja -v cmTC_de1b8 + [1/2] /bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_de1b8.dir/src.c.o -c /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-InX7as/src.c + [2/2] : && /bin/cc CMakeFiles/cmTC_de1b8.dir/src.c.o -o cmTC_de1b8 && : + + exitCode: 0 + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:517 (find_program)" + - "CMakeLists.txt:59 (find_package)" + mode: "program" + variable: "PKG_CONFIG_EXECUTABLE" + description: "pkg-config executable" + 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: + - "pkg-config" + - "pkgconf" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/" + - "/bin/" + - "/sbin/" + - "/usr/X11R6/bin/" + - "/usr/X11R6/sbin/" + - "/usr/X11R6/" + - "/usr/pkg/bin/" + - "/usr/pkg/sbin/" + - "/usr/pkg/" + - "/opt/bin/" + - "/opt/sbin/" + - "/opt/" + found: "/bin/pkg-config" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_PROGRAM_PATH: + - "/usr/bin" + - "/bin" + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIPOSupported.cmake:197 (try_compile)" + - "/usr/share/cmake/Modules/CheckIPOSupported.cmake:320 (_ipo_run_language_check)" + - "CMakeLists.txt:231 (check_ipo_supported)" + directories: + source: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src" + binary: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin" + buildResult: + variable: "_IPO_LANGUAGE_CHECK_RESULT" + cached: true + stdout: | + Change Dir: '/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin' + + Run Build Command(s): /bin/ninja -v + [1/4] /bin/cc -flto=auto -fno-fat-lto-objects -o CMakeFiles/foo.dir/foo.c.o -c /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src/foo.c + [2/4] /bin/cc -flto=auto -fno-fat-lto-objects -o CMakeFiles/boo.dir/main.c.o -c /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src/main.c + [3/4] : && /bin/cmake -E rm -f libfoo.a && "/bin/gcc-ar" qc libfoo.a CMakeFiles/foo.dir/foo.c.o && "/bin/gcc-ranlib" libfoo.a && : + [4/4] : && /bin/cc -flto=auto -fno-fat-lto-objects CMakeFiles/boo.dir/main.c.o -o boo libfoo.a && : + + exitCode: 0 + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPython/Support.cmake:2302 (find_program)" + - "/usr/share/cmake/Modules/FindPython.cmake:721 (include)" + - "CMakeLists.txt:319 (find_package)" + mode: "program" + variable: "_Python_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.15mu" + - "python3.15m" + - "python3.15u" + - "python3.15" + - "python3.15dmu" + - "python3.15dm" + - "python3.15du" + - "python3.15d" + - "python3" + - "python" + found: false + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_PROGRAM_PATH: + - "/usr/bin" + - "/bin" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPython/Support.cmake:2315 (find_program)" + - "/usr/share/cmake/Modules/FindPython.cmake:721 (include)" + - "CMakeLists.txt:319 (find_package)" + mode: "program" + variable: "_Python_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.14mu" + - "python3.14m" + - "python3.14u" + - "python3.14" + - "python3.14dmu" + - "python3.14dm" + - "python3.14du" + - "python3.14d" + - "python3" + - "python" + candidate_directories: + - "/bin/bin/" + - "/bin/Scripts/" + - "/bin/" + - "/sbin/bin/" + - "/sbin/Scripts/" + - "/sbin/" + - "/usr/bin/bin/" + - "/usr/bin/Scripts/" + - "/usr/bin/" + - "/usr/sbin/bin/" + - "/usr/sbin/Scripts/" + - "/usr/sbin/" + - "/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/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/" + - "/usr/bin/bin/" + - "/usr/bin/Scripts/" + - "/usr/bin/" + - "/usr/sbin/bin/" + - "/usr/sbin/Scripts/" + - "/usr/sbin/" + - "/usr/bin/" + - "/usr/Scripts/" + - "/usr/" + - "/bin/bin/" + - "/bin/Scripts/" + - "/bin/" + - "/sbin/bin/" + - "/sbin/Scripts/" + - "/sbin/" + - "/usr/X11R6/bin/bin/" + - "/usr/X11R6/bin/Scripts/" + - "/usr/X11R6/bin/" + - "/usr/X11R6/sbin/bin/" + - "/usr/X11R6/sbin/Scripts/" + - "/usr/X11R6/sbin/" + - "/usr/X11R6/bin/" + - "/usr/X11R6/Scripts/" + - "/usr/X11R6/" + - "/usr/pkg/bin/bin/" + - "/usr/pkg/bin/Scripts/" + - "/usr/pkg/bin/" + - "/usr/pkg/sbin/bin/" + - "/usr/pkg/sbin/Scripts/" + - "/usr/pkg/sbin/" + - "/usr/pkg/bin/" + - "/usr/pkg/Scripts/" + - "/usr/pkg/" + - "/opt/bin/bin/" + - "/opt/bin/Scripts/" + - "/opt/bin/" + - "/opt/sbin/bin/" + - "/opt/sbin/Scripts/" + - "/opt/sbin/" + - "/opt/bin/" + - "/opt/Scripts/" + - "/opt/" + searched_directories: + - "/bin/bin/python3.14mu" + - "/bin/bin/python3.14m" + - "/bin/bin/python3.14u" + - "/bin/bin/python3.14" + - "/bin/bin/python3.14dmu" + - "/bin/bin/python3.14dm" + - "/bin/bin/python3.14du" + - "/bin/bin/python3.14d" + - "/bin/bin/python3" + - "/bin/bin/python" + - "/bin/Scripts/python3.14mu" + - "/bin/Scripts/python3.14m" + - "/bin/Scripts/python3.14u" + - "/bin/Scripts/python3.14" + - "/bin/Scripts/python3.14dmu" + - "/bin/Scripts/python3.14dm" + - "/bin/Scripts/python3.14du" + - "/bin/Scripts/python3.14d" + - "/bin/Scripts/python3" + - "/bin/Scripts/python" + - "/bin/python3.14mu" + - "/bin/python3.14m" + - "/bin/python3.14u" + found: "/bin/python3.14" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_PROGRAM_PATH: + - "/usr/bin" + - "/bin" + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:167 (try_compile)" + - "CMakeLists.txt:1404 (check_function_exists)" + checks: + - "Looking for pipe2" + directories: + source: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-kYojkH" + binary: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-kYojkH" + cmakeVariables: + CMAKE_C_FLAGS: " -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion" + CMAKE_C_FLAGS_DEBUG: "-g -fno-omit-frame-pointer" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "HAVE_PIPE2" + cached: true + stdout: | + Change Dir: '/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-kYojkH' + + Run Build Command(s): /bin/ninja -v cmTC_5d7a8 + [1/2] /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -DCHECK_FUNCTION_EXISTS=pipe2 -std=gnu11 -o CMakeFiles/cmTC_5d7a8.dir/CheckFunctionExists.c.o -c /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-kYojkH/CheckFunctionExists.c + [2/2] : && /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -DCHECK_FUNCTION_EXISTS=pipe2 CMakeFiles/cmTC_5d7a8.dir/CheckFunctionExists.c.o -o cmTC_5d7a8 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:167 (try_compile)" + - "CMakeLists.txt:1406 (check_function_exists)" + checks: + - "Looking for memrchr" + directories: + source: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-MB04lb" + binary: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-MB04lb" + cmakeVariables: + CMAKE_C_FLAGS: " -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion" + CMAKE_C_FLAGS_DEBUG: "-g -fno-omit-frame-pointer" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "HAVE_MEMRCHR" + cached: true + stdout: | + Change Dir: '/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-MB04lb' + + Run Build Command(s): /bin/ninja -v cmTC_876d8 + [1/2] /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -DCHECK_FUNCTION_EXISTS=memrchr -std=gnu11 -o CMakeFiles/cmTC_876d8.dir/CheckFunctionExists.c.o -c /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-MB04lb/CheckFunctionExists.c + [2/2] : && /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -DCHECK_FUNCTION_EXISTS=memrchr CMakeFiles/cmTC_876d8.dir/CheckFunctionExists.c.o -o cmTC_876d8 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "CMakeLists.txt:1441 (check_c_source_compiles)" + checks: + - "Performing Test COMPILER_SUPPORTS_COUNT_OF" + directories: + source: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-PVg589" + binary: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-PVg589" + cmakeVariables: + CMAKE_C_FLAGS: " -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion" + CMAKE_C_FLAGS_DEBUG: "-g -fno-omit-frame-pointer" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "COMPILER_SUPPORTS_COUNT_OF" + cached: true + stdout: | + Change Dir: '/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-PVg589' + + Run Build Command(s): /bin/ninja -v cmTC_4cf83 + [1/2] /bin/cc -DCOMPILER_SUPPORTS_COUNT_OF -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -std=gnu11 -o CMakeFiles/cmTC_4cf83.dir/src.c.o -c /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-PVg589/src.c + FAILED: [code=1] CMakeFiles/cmTC_4cf83.dir/src.c.o + /bin/cc -DCOMPILER_SUPPORTS_COUNT_OF -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -std=gnu11 -o CMakeFiles/cmTC_4cf83.dir/src.c.o -c /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-PVg589/src.c + /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-PVg589/src.c: In function 'main': + /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-PVg589/src.c:1:34: error: implicit declaration of function '_Countof' [-Wimplicit-function-declaration] + 1 | int main(void){int arr[1];return _Countof(arr);} + | ^~~~~~~~ + ninja: build stopped: subcommand failed. + + exitCode: 1 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:167 (try_compile)" + - "CMakeLists.txt:1552 (check_function_exists)" + checks: + - "Looking for malloc_usable_size" + directories: + source: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-PJzMwK" + binary: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-PJzMwK" + cmakeVariables: + CMAKE_C_FLAGS: " -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion" + CMAKE_C_FLAGS_DEBUG: "-g -fno-omit-frame-pointer" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "HAVE_MALLOC_USABLE_SIZE" + cached: true + stdout: | + Change Dir: '/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-PJzMwK' + + Run Build Command(s): /bin/ninja -v cmTC_b4c1a + [1/2] /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -DCHECK_FUNCTION_EXISTS=malloc_usable_size -std=gnu11 -o CMakeFiles/cmTC_b4c1a.dir/CheckFunctionExists.c.o -c /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-PJzMwK/CheckFunctionExists.c + [2/2] : && /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -DCHECK_FUNCTION_EXISTS=malloc_usable_size CMakeFiles/cmTC_b4c1a.dir/CheckFunctionExists.c.o -o cmTC_b4c1a && : + + exitCode: 0 + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1686 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_XCB_RANDR_xcb-randr" + 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: + - "xcb-randr" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libxcb-randr.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1690 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_XRANDR_Xrandr" + 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: + - "Xrandr" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libXrandr.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1694 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_DRM_drm" + 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: + - "drm" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libdrm.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1698 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_VA_va-drm" + 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: + - "va-drm" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libva-drm.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1698 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_VA_va" + 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: + - "va" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libva.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1702 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_VDPAU_vdpau" + 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: + - "vdpau" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libvdpau.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1706 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_DRM_AMDGPU_drm_amdgpu" + 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: + - "drm_amdgpu" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libdrm_amdgpu.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1710 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_GIO_gio-2.0" + 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: + - "gio-2.0" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libgio-2.0.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1710 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_GIO_gobject-2.0" + 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: + - "gobject-2.0" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libgobject-2.0.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1710 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_GIO_glib-2.0" + 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: + - "glib-2.0" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libglib-2.0.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1714 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_DCONF_dconf" + 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: + - "dconf" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libdconf.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1714 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_DCONF_gio-2.0" + 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: + - "gio-2.0" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libgio-2.0.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1714 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_DCONF_gobject-2.0" + 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: + - "gobject-2.0" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libgobject-2.0.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1714 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_DCONF_glib-2.0" + 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: + - "glib-2.0" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libglib-2.0.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find_package-v1" + backtrace: + - "CMakeLists.txt:1615 (find_package)" + - "CMakeLists.txt:1718 (ff_lib_enable)" + name: "Eet" + configs: + - + filename: "Eet.cps" + kind: "cps" + - + filename: "eet.cps" + kind: "cps" + - + filename: "EetConfig.cmake" + kind: "cmake" + - + filename: "eet-config.cmake" + kind: "cmake" + version_request: + exact: false + settings: + required: "optional" + quiet: true + global: false + policy_scope: true + bypass_provider: false + names: + - "Eet" + 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/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/EetConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/eet-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib64/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib64/cps/eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib/cps/eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/share/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/share/cps/eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/EetConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/eet-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/lib64/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/lib64/cps/eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/lib/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/lib/cps/eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/share/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/share/cps/eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/EetConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/eet-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/lib64/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/lib64/cps/eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/lib/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/lib/cps/eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/share/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/share/cps/eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/EetConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/local/eet-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/local/lib64/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib64/cps/eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib/cps/eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/share/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/share/cps/eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/EetConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/opt/eet-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/opt/lib64/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/lib64/cps/eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/lib/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/lib/cps/eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/share/cps/Eet.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/share/cps/eet.cps" + mode: "cps" + reason: "no_exist" + found: null + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1722 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_DBUS_dbus-1" + 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: + - "dbus-1" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libdbus-1.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1726 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_SQLITE3_sqlite3" + 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: + - "sqlite3" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libsqlite3.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1734 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_IMAGEMAGICK7_MagickCore-7.Q16" + 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: + - "MagickCore-7.Q16" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libMagickCore-7.Q16.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find_package-v1" + backtrace: + - "CMakeLists.txt:1615 (find_package)" + - "CMakeLists.txt:1738 (ff_lib_enable)" + name: "ImageMagick6" + configs: + - + filename: "ImageMagick6.cps" + kind: "cps" + - + filename: "imagemagick6.cps" + kind: "cps" + - + filename: "ImageMagick6Config.cmake" + kind: "cmake" + - + filename: "imagemagick6-config.cmake" + kind: "cmake" + version_request: + exact: false + settings: + required: "optional" + quiet: true + global: false + policy_scope: true + bypass_provider: false + names: + - "ImageMagick6" + 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/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/ImageMagick6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/imagemagick6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib64/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib64/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/share/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/share/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/ImageMagick6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/imagemagick6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/lib64/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/lib64/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/lib/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/lib/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/share/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/share/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/ImageMagick6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/imagemagick6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/lib64/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/lib64/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/lib/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/lib/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/share/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/share/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/ImageMagick6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/local/imagemagick6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/local/lib64/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib64/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/share/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/share/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/ImageMagick6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/opt/imagemagick6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/opt/lib64/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/lib64/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/lib/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/lib/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/share/cps/ImageMagick6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/share/cps/imagemagick6.cps" + mode: "cps" + reason: "no_exist" + found: null + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1742 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_ZLIB_z" + 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: + - "z" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libz.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find_package-v1" + backtrace: + - "CMakeLists.txt:1615 (find_package)" + - "CMakeLists.txt:1746 (ff_lib_enable)" + name: "Chafa" + configs: + - + filename: "Chafa.cps" + kind: "cps" + - + filename: "chafa.cps" + kind: "cps" + - + filename: "ChafaConfig.cmake" + kind: "cmake" + - + filename: "chafa-config.cmake" + kind: "cmake" + version_request: + exact: false + settings: + required: "optional" + quiet: true + global: false + policy_scope: true + bypass_provider: false + names: + - "Chafa" + 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/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/ChafaConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/chafa-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib64/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib64/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/share/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/share/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/ChafaConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/chafa-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/lib64/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/lib64/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/lib/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/lib/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/share/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/share/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/ChafaConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/chafa-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/lib64/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/lib64/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/lib/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/lib/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/share/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/share/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/ChafaConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/local/chafa-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/local/lib64/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib64/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/share/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/share/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/ChafaConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/opt/chafa-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/opt/lib64/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/lib64/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/lib/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/lib/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/share/cps/Chafa.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/share/cps/chafa.cps" + mode: "cps" + reason: "no_exist" + found: null + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1750 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_EGL_EGL" + 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: + - "EGL" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libEGL.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1755 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_GLX_GLX" + 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: + - "GLX" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libGLX.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1765 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_OPENCL_OpenCL" + 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: + - "OpenCL" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libOpenCL.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1773 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_PULSE_pulse" + 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: + - "pulse" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libpulse.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find_package-v1" + backtrace: + - "CMakeLists.txt:1615 (find_package)" + - "CMakeLists.txt:1777 (ff_lib_enable)" + name: "Ddcutil" + configs: + - + filename: "Ddcutil.cps" + kind: "cps" + - + filename: "ddcutil.cps" + kind: "cps" + - + filename: "DdcutilConfig.cmake" + kind: "cmake" + - + filename: "ddcutil-config.cmake" + kind: "cmake" + version_request: + exact: false + settings: + required: "optional" + quiet: true + global: false + policy_scope: true + bypass_provider: false + names: + - "Ddcutil" + 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/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/DdcutilConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/ddcutil-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib64/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib64/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/share/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/share/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/DdcutilConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/ddcutil-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/lib64/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/lib64/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/lib/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/lib/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/share/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/share/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/DdcutilConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/ddcutil-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/lib64/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/lib64/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/lib/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/lib/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/share/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/share/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/DdcutilConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/local/ddcutil-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/local/lib64/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib64/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/share/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/share/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/DdcutilConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/opt/ddcutil-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/opt/lib64/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/lib64/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/lib/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/lib/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/share/cps/Ddcutil.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/share/cps/ddcutil.cps" + mode: "cps" + reason: "no_exist" + found: null + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:761 (find_library)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:811 (_pkg_find_libs)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1149 (_pkg_recalculate)" + - "/usr/share/cmake/Modules/FindPkgConfig.cmake:1192 (_pkg_check_modules_internal)" + - "CMakeLists.txt:1608 (pkg_search_module)" + - "CMakeLists.txt:1781 (ff_lib_enable)" + mode: "library" + variable: "pkgcfg_lib_ELF_elf" + 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: + - "elf" + candidate_directories: + - "/usr/lib64/" + found: "/usr/lib64/libelf.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find_package-v1" + backtrace: + - "CMakeLists.txt:1615 (find_package)" + - "CMakeLists.txt:1785 (ff_lib_enable)" + name: "qjs" + configs: + - + filename: "qjs.cps" + kind: "cps" + - + filename: "qjsConfig.cmake" + kind: "cmake" + - + filename: "qjs-config.cmake" + kind: "cmake" + version_request: + exact: false + settings: + required: "optional" + quiet: true + global: false + policy_scope: true + bypass_provider: false + names: + - "qjs" + 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/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/qjsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/qjs-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib64/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/lib/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/pkgRedirects/share/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + - + path: "/qjsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/qjs-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/lib64/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + - + path: "/lib/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + - + path: "/share/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/qjsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/qjs-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/lib64/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/lib/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/share/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/qjsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/local/qjs-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/local/lib64/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/share/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/qjsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/opt/qjs-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/opt/lib64/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/lib/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + - + path: "/opt/share/cps/qjs.cps" + mode: "cps" + reason: "no_exist" + found: null + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindLua.cmake:267 (find_path)" + - "/usr/share/cmake/Modules/FindLua.cmake:299 (_lua_find_header)" + - "CMakeLists.txt:1792 (find_package)" + mode: "path" + variable: "LUA_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: + - "lua.h" + candidate_directories: + - "/bin/include/" + - "/bin/" + - "/sbin/include/" + - "/sbin/" + - "/usr/bin/include/" + - "/usr/bin/" + - "/usr/sbin/include/" + - "/usr/sbin/" + - "/usr/local/bin/include/" + - "/usr/local/bin/" + - "/usr/local/sbin/include/" + - "/usr/local/sbin/" + - "/usr/local/include/include/" + - "/usr/local/include/" + - "/usr/local/include/" + - "/usr/local/" + - "/usr/include/include/" + - "/usr/include/" + - "/usr/include/" + - "/usr/" + - "/include/include/" + - "/include/" + - "/usr/X11R6/include/include/" + - "/usr/X11R6/include/" + - "/usr/X11R6/include/" + - "/usr/X11R6/" + - "/usr/pkg/include/include/" + - "/usr/pkg/include/" + - "/usr/pkg/include/" + - "/usr/pkg/" + - "/opt/include/include/" + - "/opt/include/" + - "/opt/include/" + - "/opt/" + - "/usr/include/include/" + - "/usr/include/" + searched_directories: + - "/bin/include/lua.h" + - "/bin/lua.h" + - "/sbin/include/lua.h" + - "/sbin/lua.h" + - "/usr/bin/include/lua.h" + - "/usr/bin/lua.h" + - "/usr/sbin/include/lua.h" + - "/usr/sbin/lua.h" + - "/usr/local/bin/include/lua.h" + - "/usr/local/bin/lua.h" + - "/usr/local/sbin/include/lua.h" + - "/usr/local/sbin/lua.h" + - "/usr/local/include/include/lua.h" + - "/usr/local/include/lua.h" + - "/usr/local/include/lua.h" + - "/usr/local/lua.h" + - "/usr/include/include/lua.h" + - "/usr/include/lua.h" + - "/usr/include/lua.h" + - "/usr/lua.h" + - "/include/include/lua.h" + - "/include/lua.h" + - "/usr/X11R6/include/include/lua.h" + - "/usr/X11R6/include/lua.h" + - "/usr/X11R6/include/lua.h" + - "/usr/X11R6/lua.h" + - "/usr/pkg/include/include/lua.h" + - "/usr/pkg/include/lua.h" + - "/usr/pkg/include/lua.h" + - "/usr/pkg/lua.h" + - "/opt/include/include/lua.h" + - "/opt/include/lua.h" + - "/opt/include/lua.h" + - "/opt/lua.h" + - "/usr/include/include/lua.h" + - "/usr/include/lua.h" + found: false + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/usr/include" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindLua.cmake:267 (find_path)" + - "/usr/share/cmake/Modules/FindLua.cmake:299 (_lua_find_header)" + - "CMakeLists.txt:1792 (find_package)" + mode: "path" + variable: "LUA_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: + - "lua.h" + candidate_directories: + - "/bin/lua5.4/" + - "/bin/" + - "/sbin/lua5.4/" + - "/sbin/" + - "/usr/bin/lua5.4/" + - "/usr/bin/" + - "/usr/sbin/lua5.4/" + - "/usr/sbin/" + - "/usr/local/bin/lua5.4/" + - "/usr/local/bin/" + - "/usr/local/sbin/lua5.4/" + - "/usr/local/sbin/" + - "/usr/local/include/lua5.4/" + - "/usr/local/include/" + - "/usr/local/lua5.4/" + - "/usr/local/" + - "/usr/include/lua5.4/" + - "/usr/include/" + - "/usr/lua5.4/" + - "/usr/" + - "/include/lua5.4/" + - "/include/" + - "/usr/X11R6/include/lua5.4/" + - "/usr/X11R6/include/" + - "/usr/X11R6/lua5.4/" + - "/usr/X11R6/" + - "/usr/pkg/include/lua5.4/" + - "/usr/pkg/include/" + - "/usr/pkg/lua5.4/" + - "/usr/pkg/" + - "/opt/include/lua5.4/" + - "/opt/include/" + - "/opt/lua5.4/" + - "/opt/" + - "/usr/include/lua5.4/" + - "/usr/include/" + searched_directories: + - "/bin/lua5.4/lua.h" + - "/bin/lua.h" + - "/sbin/lua5.4/lua.h" + - "/sbin/lua.h" + - "/usr/bin/lua5.4/lua.h" + - "/usr/bin/lua.h" + - "/usr/sbin/lua5.4/lua.h" + - "/usr/sbin/lua.h" + - "/usr/local/bin/lua5.4/lua.h" + - "/usr/local/bin/lua.h" + - "/usr/local/sbin/lua5.4/lua.h" + - "/usr/local/sbin/lua.h" + - "/usr/local/include/lua5.4/lua.h" + - "/usr/local/include/lua.h" + - "/usr/local/lua5.4/lua.h" + - "/usr/local/lua.h" + found: "/usr/include/lua5.4/" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/usr/include" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindLua.cmake:312 (find_library)" + - "CMakeLists.txt:1792 (find_package)" + mode: "library" + variable: "LUA_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: + - "lua54" + - "lua5.4" + - "lua-5.4" + - "lua.5.4" + - "lua" + candidate_directories: + - "/bin/lib/" + - "/bin/" + - "/sbin/lib/" + - "/sbin/" + - "/usr/bin/lib/" + - "/usr/bin/" + - "/usr/sbin/lib/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/lib64/" + - "/usr/local/lib/" + - "/usr/local/lib64/" + - "/usr/local/lib/" + - "/usr/local/" + - "/usr/lib64/lib64/" + - "/usr/lib64/" + - "/usr/lib/" + - "/usr/lib64/" + - "/usr/lib/" + - "/usr/" + - "/lib64/lib64/" + - "/lib64/" + - "/lib/" + - "/opt/" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64/lib64/" + - "/usr/lib64/" + - "/usr/lib64/lib64/" + - "/usr/lib64/" + - "/usr/lib/" + - "/lib64/lib64/" + - "/lib64/" + - "/lib/" + searched_directories: + - "/bin/lib/" + - "/bin/lib/" + - "/bin/lib/" + - "/bin/lib/" + - "/bin/lib/" + - "/bin/" + - "/bin/" + - "/bin/" + - "/bin/" + - "/bin/" + - "/sbin/lib/" + - "/sbin/lib/" + - "/sbin/lib/" + - "/sbin/lib/" + - "/sbin/lib/" + - "/sbin/" + - "/sbin/" + - "/sbin/" + - "/sbin/" + - "/sbin/" + - "/usr/bin/lib/" + - "/usr/bin/lib/" + - "/usr/bin/lib/" + - "/usr/bin/lib/" + - "/usr/bin/lib/" + - "/usr/bin/" + - "/usr/bin/" + - "/usr/bin/" + - "/usr/bin/" + - "/usr/bin/" + - "/usr/sbin/lib/" + - "/usr/sbin/lib/" + - "/usr/sbin/lib/" + - "/usr/sbin/lib/" + - "/usr/sbin/lib/" + - "/usr/sbin/" + - "/usr/sbin/" + - "/usr/sbin/" + - "/usr/sbin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/bin/" + - "/usr/local/bin/" + - "/usr/local/bin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/sbin/" + - "/usr/local/sbin/" + - "/usr/local/sbin/" + - "/usr/local/sbin/" + - "/usr/local/lib64/" + - "/usr/local/lib64/" + - "/usr/local/lib64/" + - "/usr/local/lib64/" + - "/usr/local/lib64/" + - "/usr/local/lib/" + - "/usr/local/lib/" + - "/usr/local/lib/" + - "/usr/local/lib/" + - "/usr/local/lib/" + - "/usr/local/lib64/" + - "/usr/local/lib64/" + - "/usr/local/lib64/" + - "/usr/local/lib64/" + - "/usr/local/lib64/" + - "/usr/local/lib/" + - "/usr/local/lib/" + - "/usr/local/lib/" + - "/usr/local/lib/" + - "/usr/local/lib/" + - "/usr/local/" + - "/usr/local/" + - "/usr/local/" + - "/usr/local/" + - "/usr/local/" + - "/usr/lib64/lib64/" + - "/usr/lib64/lib64/" + - "/usr/lib64/lib64/" + - "/usr/lib64/lib64/" + - "/usr/lib64/lib64/" + - "/usr/lib64/" + found: "/usr/lib64/liblua5.4.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "find-v1" + backtrace: + - "/usr/share/cmake/Modules/FindLua.cmake:324 (find_library)" + - "CMakeLists.txt:1792 (find_package)" + mode: "library" + variable: "LUA_MATH_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: + - "m" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/lib64/" + - "/usr/local/lib/" + - "/usr/local/" + - "/usr/lib64/" + - "/usr/lib/" + - "/usr/" + - "/lib64/" + - "/lib/" + - "/opt/" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64/" + - "/usr/lib64/" + - "/usr/lib/" + - "/lib64/" + - "/lib/" + searched_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/lib64/" + - "/usr/local/lib/" + - "/usr/local/" + found: "/usr/lib64/libm.so" + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/x86_64-pc-linux-gnu/lib//gcc" + - "/usr/x86_64-pc-linux-gnu/lib/" + - "/usr/lib64" + - "/usr/libx32" + - "/usr/lib32" + - "/usr/lib" + - "/lib" + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:174 (try_compile)" + - "CMakeLists.txt:1994 (CHECK_INCLUDE_FILE)" + checks: + - "Looking for linux/videodev2.h" + directories: + source: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-MtcOFQ" + binary: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-MtcOFQ" + cmakeVariables: + CMAKE_C_FLAGS: " -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion" + CMAKE_C_FLAGS_DEBUG: "-g -fno-omit-frame-pointer" + CMAKE_EXE_LINKER_FLAGS: " -Wl,--copy-dt-needed-entries" + buildResult: + variable: "HAVE_LINUX_VIDEODEV2" + cached: true + stdout: | + Change Dir: '/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-MtcOFQ' + + Run Build Command(s): /bin/ninja -v cmTC_0ce30 + [1/2] /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -std=gnu11 -o CMakeFiles/cmTC_0ce30.dir/CheckIncludeFile.c.o -c /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-MtcOFQ/CheckIncludeFile.c + [2/2] : && /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -Wl,--copy-dt-needed-entries CMakeFiles/cmTC_0ce30.dir/CheckIncludeFile.c.o -o cmTC_0ce30 && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:174 (try_compile)" + - "CMakeLists.txt:2000 (CHECK_INCLUDE_FILE)" + checks: + - "Looking for utmpx.h" + directories: + source: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-aD7cNd" + binary: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-aD7cNd" + cmakeVariables: + CMAKE_C_FLAGS: " -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion" + CMAKE_C_FLAGS_DEBUG: "-g -fno-omit-frame-pointer" + CMAKE_EXE_LINKER_FLAGS: " -Wl,--copy-dt-needed-entries" + buildResult: + variable: "HAVE_UTMPX" + cached: true + stdout: | + Change Dir: '/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-aD7cNd' + + Run Build Command(s): /bin/ninja -v cmTC_77dce + [1/2] /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -std=gnu11 -o CMakeFiles/cmTC_77dce.dir/CheckIncludeFile.c.o -c /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-aD7cNd/CheckIncludeFile.c + [2/2] : && /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -Wl,--copy-dt-needed-entries CMakeFiles/cmTC_77dce.dir/CheckIncludeFile.c.o -o cmTC_77dce && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:174 (try_compile)" + - "CMakeLists.txt:2005 (CHECK_INCLUDE_FILE)" + checks: + - "Looking for wordexp.h" + directories: + source: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-4PX7O5" + binary: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-4PX7O5" + cmakeVariables: + CMAKE_C_FLAGS: " -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion" + CMAKE_C_FLAGS_DEBUG: "-g -fno-omit-frame-pointer" + CMAKE_EXE_LINKER_FLAGS: " -Wl,--copy-dt-needed-entries" + buildResult: + variable: "HAVE_WORDEXP" + cached: true + stdout: | + Change Dir: '/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-4PX7O5' + + Run Build Command(s): /bin/ninja -v cmTC_d8d6b + [1/2] /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -std=gnu11 -o CMakeFiles/cmTC_d8d6b.dir/CheckIncludeFile.c.o -c /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-4PX7O5/CheckIncludeFile.c + [2/2] : && /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -Wl,--copy-dt-needed-entries CMakeFiles/cmTC_d8d6b.dir/CheckIncludeFile.c.o -o cmTC_d8d6b && : + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:174 (try_compile)" + - "CMakeLists.txt:2017 (CHECK_INCLUDE_FILE)" + checks: + - "Looking for pthread_np.h" + directories: + source: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-CFlZGt" + binary: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-CFlZGt" + cmakeVariables: + CMAKE_C_FLAGS: " -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion" + CMAKE_C_FLAGS_DEBUG: "-g -fno-omit-frame-pointer" + CMAKE_EXE_LINKER_FLAGS: " -Wl,--copy-dt-needed-entries" + buildResult: + variable: "HAVE_PTHREAD_NP" + cached: true + stdout: | + Change Dir: '/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-CFlZGt' + + Run Build Command(s): /bin/ninja -v cmTC_780be + [1/2] /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -std=gnu11 -o CMakeFiles/cmTC_780be.dir/CheckIncludeFile.c.o -c /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-CFlZGt/CheckIncludeFile.c + FAILED: [code=1] CMakeFiles/cmTC_780be.dir/CheckIncludeFile.c.o + /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -std=gnu11 -o CMakeFiles/cmTC_780be.dir/CheckIncludeFile.c.o -c /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-CFlZGt/CheckIncludeFile.c + /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-CFlZGt/CheckIncludeFile.c:1:10: fatal error: pthread_np.h: No such file or directory + 1 | #include <pthread_np.h> + | ^~~~~~~~~~~~~~ + compilation terminated. + ninja: build stopped: subcommand failed. + + exitCode: 1 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:167 (try_compile)" + - "CMakeLists.txt:2023 (check_function_exists)" + checks: + - "Looking for pthread_timedjoin_np" + directories: + source: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-MNXuTQ" + binary: "/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-MNXuTQ" + cmakeVariables: + CMAKE_C_FLAGS: " -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion" + CMAKE_C_FLAGS_DEBUG: "-g -fno-omit-frame-pointer" + CMAKE_EXE_LINKER_FLAGS: " -Wl,--copy-dt-needed-entries" + buildResult: + variable: "HAVE_TIMEDJOIN_NP" + cached: true + stdout: | + Change Dir: '/home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-MNXuTQ' + + Run Build Command(s): /bin/ninja -v cmTC_99542 + [1/2] /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -DCHECK_FUNCTION_EXISTS=pthread_timedjoin_np -std=gnu11 -o CMakeFiles/cmTC_99542.dir/CheckFunctionExists.c.o -c /home/king/stuff/fastfetch/build-musl/CMakeFiles/CMakeScratch/TryCompile-MNXuTQ/CheckFunctionExists.c + [2/2] : && /bin/cc -Wall -Wextra -Wconversion -Werror=uninitialized -Werror=return-type -Werror=vla -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -DCHECK_FUNCTION_EXISTS=pthread_timedjoin_np -Wl,--copy-dt-needed-entries CMakeFiles/cmTC_99542.dir/CheckFunctionExists.c.o -o cmTC_99542 && : + + exitCode: 0 + - + kind: "find-v1" + backtrace: + - "CMakeLists.txt:2238 (find_program)" + mode: "program" + variable: "HAVE_DPKG" + 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: + - "dpkg" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/" + - "/bin/" + - "/sbin/" + - "/usr/X11R6/bin/" + - "/usr/X11R6/sbin/" + - "/usr/X11R6/" + - "/usr/pkg/bin/" + - "/usr/pkg/sbin/" + - "/usr/pkg/" + - "/opt/bin/" + - "/opt/sbin/" + - "/opt/" + searched_directories: + - "/bin/dpkg" + - "/sbin/dpkg" + - "/usr/bin/dpkg" + - "/usr/sbin/dpkg" + - "/usr/local/bin/dpkg" + - "/usr/local/sbin/dpkg" + - "/usr/local/bin/dpkg" + - "/usr/local/sbin/dpkg" + - "/usr/local/dpkg" + - "/usr/bin/dpkg" + - "/usr/sbin/dpkg" + - "/usr/dpkg" + - "/bin/dpkg" + - "/sbin/dpkg" + - "/usr/X11R6/bin/dpkg" + - "/usr/X11R6/sbin/dpkg" + - "/usr/X11R6/dpkg" + - "/usr/pkg/bin/dpkg" + - "/usr/pkg/sbin/dpkg" + - "/usr/pkg/dpkg" + - "/opt/bin/dpkg" + - "/opt/sbin/dpkg" + - "/opt/dpkg" + found: false + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_PROGRAM_PATH: + - "/usr/bin" + - "/bin" + - + kind: "find-v1" + backtrace: + - "CMakeLists.txt:2261 (find_program)" + mode: "program" + variable: "HAVE_RPMBUILD" + 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: + - "rpmbuild" + candidate_directories: + - "/bin/" + - "/sbin/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/" + - "/bin/" + - "/sbin/" + - "/usr/X11R6/bin/" + - "/usr/X11R6/sbin/" + - "/usr/X11R6/" + - "/usr/pkg/bin/" + - "/usr/pkg/sbin/" + - "/usr/pkg/" + - "/opt/bin/" + - "/opt/sbin/" + - "/opt/" + searched_directories: + - "/bin/rpmbuild" + - "/sbin/rpmbuild" + - "/usr/bin/rpmbuild" + - "/usr/sbin/rpmbuild" + - "/usr/local/bin/rpmbuild" + - "/usr/local/sbin/rpmbuild" + - "/usr/local/bin/rpmbuild" + - "/usr/local/sbin/rpmbuild" + - "/usr/local/rpmbuild" + - "/usr/bin/rpmbuild" + - "/usr/sbin/rpmbuild" + - "/usr/rpmbuild" + - "/bin/rpmbuild" + - "/sbin/rpmbuild" + - "/usr/X11R6/bin/rpmbuild" + - "/usr/X11R6/sbin/rpmbuild" + - "/usr/X11R6/rpmbuild" + - "/usr/pkg/bin/rpmbuild" + - "/usr/pkg/sbin/rpmbuild" + - "/usr/pkg/rpmbuild" + - "/opt/bin/rpmbuild" + - "/opt/sbin/rpmbuild" + - "/opt/rpmbuild" + found: false + search_context: + ENV{PATH}: + - "/bin" + - "/sbin" + - "/usr/bin" + - "/usr/sbin" + - "/usr/local/bin" + - "/usr/local/sbin" + CMAKE_INSTALL_PREFIX: "/usr" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + CMAKE_SYSTEM_PROGRAM_PATH: + - "/usr/bin" + - "/bin" +... diff --git a/build-musl/CMakeFiles/InstallScripts.json b/build-musl/CMakeFiles/InstallScripts.json new file mode 100644 index 0000000..eeddcf5 --- /dev/null +++ b/build-musl/CMakeFiles/InstallScripts.json @@ -0,0 +1,7 @@ +{ + "InstallScripts" : + [ + "/home/king/stuff/fastfetch/build-musl/cmake_install.cmake" + ], + "Parallel" : false +} diff --git a/build-musl/CMakeFiles/TargetDirectories.txt b/build-musl/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..cf8f697 --- /dev/null +++ b/build-musl/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,11 @@ +/home/king/stuff/fastfetch/build-musl/CMakeFiles/libfastfetch.dir +/home/king/stuff/fastfetch/build-musl/CMakeFiles/fastfetch.dir +/home/king/stuff/fastfetch/build-musl/CMakeFiles/flashfetch.dir +/home/king/stuff/fastfetch/build-musl/CMakeFiles/package.dir +/home/king/stuff/fastfetch/build-musl/CMakeFiles/package_source.dir +/home/king/stuff/fastfetch/build-musl/CMakeFiles/edit_cache.dir +/home/king/stuff/fastfetch/build-musl/CMakeFiles/rebuild_cache.dir +/home/king/stuff/fastfetch/build-musl/CMakeFiles/list_install_components.dir +/home/king/stuff/fastfetch/build-musl/CMakeFiles/install.dir +/home/king/stuff/fastfetch/build-musl/CMakeFiles/install/local.dir +/home/king/stuff/fastfetch/build-musl/CMakeFiles/install/strip.dir diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/.ninja_deps b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/.ninja_deps Binary files differnew file mode 100644 index 0000000..967cf5a --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/.ninja_deps diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/.ninja_log b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/.ninja_log new file mode 100644 index 0000000..d87bbd0 --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/.ninja_log @@ -0,0 +1,5 @@ +# ninja log v7 +0 12 1786647411816913245 CMakeFiles/foo.dir/foo.c.o 89379cc3347aa4df +0 13 1786647411819184196 CMakeFiles/boo.dir/main.c.o 90b5ba6f1367ef9 +12 24 1786647411831217832 libfoo.a de9a45994cac8e22 +24 73 1786647411842157507 boo 55d38586dbd23a20 diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeCache.txt b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeCache.txt new file mode 100644 index 0000000..3c62112 --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeCache.txt @@ -0,0 +1,269 @@ +# This is the CMakeCache file. +# For build in directory: /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin +# It was generated by CMake: /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 +######################## + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING= + +//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 + +//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 build database during the build. +CMAKE_EXPORT_BUILD_DATABASE:BOOL= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//No help, variable specified on the command line. +CMAKE_INTERPROCEDURAL_OPTIMIZATION:UNINITIALIZED=ON + +//make program +CMAKE_MAKE_PROGRAM:FILEPATH=/bin/ninja + +//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= + +//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=lto-test + +//Value Computed by CMake +CMAKE_PROJECT_SPDX_LICENSE:STATIC= + +//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= + +//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=ON + +//Value Computed by CMake +lto-test_BINARY_DIR:STATIC=/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin + +//Value Computed by CMake +lto-test_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +lto-test_SOURCE_DIR:STATIC=/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src + + +######################## +# INTERNAL cache entries +######################## + +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin +//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=3 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=4 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/bin/ctest +//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 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/bin/ccmake +//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_BUILD_DATABASE +CMAKE_EXPORT_BUILD_DATABASE-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=Ninja +//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/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//Name of CMakeLists files to read +CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt +//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 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//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 +CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 + diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/InstallScripts.json b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/InstallScripts.json new file mode 100644 index 0000000..18bd5c3 --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/InstallScripts.json @@ -0,0 +1,7 @@ +{ + "InstallScripts" : + [ + "/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/cmake_install.cmake" + ], + "Parallel" : false +} diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/TargetDirectories.txt b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..05c1ae1 --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,4 @@ +/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/foo.dir +/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/boo.dir +/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/edit_cache.dir +/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/rebuild_cache.dir diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/boo.dir/main.c.o b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/boo.dir/main.c.o Binary files differnew file mode 100644 index 0000000..5a18abf --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/boo.dir/main.c.o diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/cmake.check_cache b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/foo.dir/foo.c.o b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/foo.dir/foo.c.o Binary files differnew file mode 100644 index 0000000..89eb15c --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/foo.dir/foo.c.o diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/rules.ninja b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/rules.ninja new file mode 100644 index 0000000..711523b --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/rules.ninja @@ -0,0 +1,83 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 4.3 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: lto-test +# Configurations: +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__foo_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/bin/cc $DEFINES $INCLUDES $FLAGS -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__foo_ + command = $PRE_LINK && /bin/cmake -E rm -f $TARGET_FILE && "/bin/gcc-ar" qc $TARGET_FILE $LINK_FLAGS $in && "/bin/gcc-ranlib" $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__boo_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/bin/cc $DEFINES $INCLUDES $FLAGS -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__boo_ + command = $PRE_LINK && /bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /bin/cmake --regenerate-during-build -S/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src -B/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /bin/ninja -t targets + description = All primary targets available: + diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/boo b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/boo Binary files differnew file mode 100755 index 0000000..d2ac807 --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/boo diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/build.ninja b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/build.ninja new file mode 100644 index 0000000..7afeeaa --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/build.ninja @@ -0,0 +1,183 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 4.3 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: lto-test +# Configurations: +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/ +# ============================================================================= +# Object build statements for STATIC_LIBRARY target foo + + +############################################# +# Order-only phony target for foo + +build cmake_object_order_depends_target_foo: phony || . + +build CMakeFiles/foo.dir/foo.c.o: C_COMPILER__foo_unscanned_ /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src/foo.c || cmake_object_order_depends_target_foo + DEP_FILE = CMakeFiles/foo.dir/foo.c.o.d + FLAGS = -flto=auto -fno-fat-lto-objects + OBJECT_DIR = CMakeFiles/foo.dir + OBJECT_FILE_DIR = CMakeFiles/foo.dir + TARGET_SUPPORT_DIR = CMakeFiles/foo.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target foo + + +############################################# +# Link the static library libfoo.a + +build libfoo.a: C_STATIC_LIBRARY_LINKER__foo_ CMakeFiles/foo.dir/foo.c.o + LANGUAGE_COMPILE_FLAGS = -flto=auto -fno-fat-lto-objects + OBJECT_DIR = CMakeFiles/foo.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libfoo.a + TARGET_PDB = foo.a.dbg + TARGET_SUPPORT_DIR = CMakeFiles/foo.dir + +# ============================================================================= +# Object build statements for EXECUTABLE target boo + + +############################################# +# Order-only phony target for boo + +build cmake_object_order_depends_target_boo: phony || cmake_object_order_depends_target_foo + +build CMakeFiles/boo.dir/main.c.o: C_COMPILER__boo_unscanned_ /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src/main.c || cmake_object_order_depends_target_boo + DEP_FILE = CMakeFiles/boo.dir/main.c.o.d + FLAGS = -flto=auto -fno-fat-lto-objects + OBJECT_DIR = CMakeFiles/boo.dir + OBJECT_FILE_DIR = CMakeFiles/boo.dir + TARGET_SUPPORT_DIR = CMakeFiles/boo.dir + + +# ============================================================================= +# Link build statements for EXECUTABLE target boo + + +############################################# +# Link the executable boo + +build boo: C_EXECUTABLE_LINKER__boo_ CMakeFiles/boo.dir/main.c.o | libfoo.a || libfoo.a + FLAGS = -flto=auto -fno-fat-lto-objects + LINK_LIBRARIES = libfoo.a + OBJECT_DIR = CMakeFiles/boo.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = boo + TARGET_PDB = boo.dbg + TARGET_SUPPORT_DIR = CMakeFiles/boo.dir + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin && /bin/ccmake -S/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src -B/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin && /bin/cmake --regenerate-during-build -S/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src -B/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Target aliases. + +build foo: phony libfoo.a + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin + +build codegen: phony + +# ============================================================================= + +############################################# +# Folder: /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin + +build all: phony libfoo.a boo + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/cmake_install.cmake: RERUN_CMAKE | /home/king/stuff/fastfetch/build-musl/CMakeFiles/4.3.4/CMakeCCompiler.cmake /home/king/stuff/fastfetch/build-musl/CMakeFiles/4.3.4/CMakeSystem.cmake /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src/CMakeLists.txt /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Linker/GNU-C.cmake /usr/share/cmake/Modules/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /home/king/stuff/fastfetch/build-musl/CMakeFiles/4.3.4/CMakeCCompiler.cmake /home/king/stuff/fastfetch/build-musl/CMakeFiles/4.3.4/CMakeSystem.cmake /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src/CMakeLists.txt /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Linker/GNU-C.cmake /usr/share/cmake/Modules/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/cmake_install.cmake b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/cmake_install.cmake new file mode 100644 index 0000000..96c6b3e --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/cmake_install.cmake @@ -0,0 +1,61 @@ +# Install script for directory: /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src + +# 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() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/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/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/libfoo.a b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/libfoo.a Binary files differnew file mode 100644 index 0000000..db971e4 --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/libfoo.a diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/src/CMakeLists.txt b/build-musl/CMakeFiles/_CMakeLTOTest-C/src/CMakeLists.txt new file mode 100644 index 0000000..1f4f11b --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/src/CMakeLists.txt @@ -0,0 +1,8 @@ +cmake_minimum_required(VERSION "4.3.4") +project("lto-test" LANGUAGES C) + +cmake_policy(SET CMP0069 NEW) + +add_library(foo foo.c) +add_executable(boo main.c) +target_link_libraries(boo PUBLIC foo) diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/src/foo.c b/build-musl/CMakeFiles/_CMakeLTOTest-C/src/foo.c new file mode 100644 index 0000000..6a64a99 --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/src/foo.c @@ -0,0 +1,4 @@ +int foo(void) +{ + return 0x42; +} diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/src/main.c b/build-musl/CMakeFiles/_CMakeLTOTest-C/src/main.c new file mode 100644 index 0000000..db0956c --- /dev/null +++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/src/main.c @@ -0,0 +1,6 @@ +int foo(void); + +int main(void) +{ + return foo(); +} diff --git a/build-musl/CMakeFiles/cmake.check_cache b/build-musl/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build-musl/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build-musl/CMakeFiles/cmake.verify_globs b/build-musl/CMakeFiles/cmake.verify_globs new file mode 100644 index 0000000..2b38fac --- /dev/null +++ b/build-musl/CMakeFiles/cmake.verify_globs @@ -0,0 +1 @@ +# This file is generated by CMake for checking of the VerifyGlobs.cmake file diff --git a/build-musl/CMakeFiles/fastfetch.dir/src/fastfetch.c.o b/build-musl/CMakeFiles/fastfetch.dir/src/fastfetch.c.o Binary files differnew file mode 100644 index 0000000..eec40c5 --- /dev/null +++ b/build-musl/CMakeFiles/fastfetch.dir/src/fastfetch.c.o diff --git a/build-musl/CMakeFiles/flashfetch.dir/src/flashfetch.c.o b/build-musl/CMakeFiles/flashfetch.dir/src/flashfetch.c.o Binary files differnew file mode 100644 index 0000000..8a46c5b --- /dev/null +++ b/build-musl/CMakeFiles/flashfetch.dir/src/flashfetch.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/3rdparty/yyjson/yyjson.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/3rdparty/yyjson/yyjson.c.o Binary files differnew file mode 100644 index 0000000..22b146a --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/3rdparty/yyjson/yyjson.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/FFPlatform.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/FFPlatform.c.o Binary files differnew file mode 100644 index 0000000..bda160f --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/FFPlatform.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/FFPlatform_unix.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/FFPlatform_unix.c.o Binary files differnew file mode 100644 index 0000000..80b8a90 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/FFPlatform_unix.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/FFlist.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/FFlist.c.o Binary files differnew file mode 100644 index 0000000..81c9874 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/FFlist.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/FFstrbuf.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/FFstrbuf.c.o Binary files differnew file mode 100644 index 0000000..b09767f --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/FFstrbuf.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/base64.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/base64.c.o Binary files differnew file mode 100644 index 0000000..66e6193 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/base64.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/binary_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/binary_linux.c.o Binary files differnew file mode 100644 index 0000000..8a0c513 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/binary_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/commandoption.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/commandoption.c.o Binary files differnew file mode 100644 index 0000000..174f34f --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/commandoption.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/dbus.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/dbus.c.o Binary files differnew file mode 100644 index 0000000..8c8ef76 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/dbus.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/duration.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/duration.c.o Binary files differnew file mode 100644 index 0000000..54f24d0 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/duration.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/edidHelper.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/edidHelper.c.o Binary files differnew file mode 100644 index 0000000..a546747 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/edidHelper.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/font.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/font.c.o Binary files differnew file mode 100644 index 0000000..2084fc6 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/font.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/format.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/format.c.o Binary files differnew file mode 100644 index 0000000..64be220 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/format.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/frequency.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/frequency.c.o Binary files differnew file mode 100644 index 0000000..b6157c2 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/frequency.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/init.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/init.c.o Binary files differnew file mode 100644 index 0000000..1dea462 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/init.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/io_unix.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/io_unix.c.o Binary files differnew file mode 100644 index 0000000..591a6a8 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/io_unix.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/jsonconfig.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/jsonconfig.c.o Binary files differnew file mode 100644 index 0000000..ccc62a1 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/jsonconfig.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/kmod_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/kmod_linux.c.o Binary files differnew file mode 100644 index 0000000..0ff3c63 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/kmod_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/library.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/library.c.o Binary files differnew file mode 100644 index 0000000..040ac9a --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/library.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/lua.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/lua.c.o Binary files differnew file mode 100644 index 0000000..4049497 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/lua.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/netif.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/netif.c.o Binary files differnew file mode 100644 index 0000000..ab5f1aa --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/netif.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/netif_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/netif_linux.c.o Binary files differnew file mode 100644 index 0000000..5628eb6 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/netif_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/networking_common.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/networking_common.c.o Binary files differnew file mode 100644 index 0000000..36dadbe --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/networking_common.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/networking_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/networking_linux.c.o Binary files differnew file mode 100644 index 0000000..a25e7a4 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/networking_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/option.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/option.c.o Binary files differnew file mode 100644 index 0000000..fad24c7 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/option.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/parsing.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/parsing.c.o Binary files differnew file mode 100644 index 0000000..3afdc30 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/parsing.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/path.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/path.c.o Binary files differnew file mode 100644 index 0000000..6f5babc --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/path.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/percent.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/percent.c.o Binary files differnew file mode 100644 index 0000000..84b74ea --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/percent.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/printing.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/printing.c.o Binary files differnew file mode 100644 index 0000000..cf118d6 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/printing.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/processing_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/processing_linux.c.o Binary files differnew file mode 100644 index 0000000..708ba6f --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/processing_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/properties.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/properties.c.o Binary files differnew file mode 100644 index 0000000..524d186 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/properties.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/settings.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/settings.c.o Binary files differnew file mode 100644 index 0000000..45231d3 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/settings.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/size.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/size.c.o Binary files differnew file mode 100644 index 0000000..a563074 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/size.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/smbios.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/smbios.c.o Binary files differnew file mode 100644 index 0000000..68582c8 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/smbios.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/strutil.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/strutil.c.o Binary files differnew file mode 100644 index 0000000..6c78cbd --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/strutil.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/temps.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/temps.c.o Binary files differnew file mode 100644 index 0000000..a14d074 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/temps.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/time.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/time.c.o Binary files differnew file mode 100644 index 0000000..9267b88 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/time.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/wcwidth.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/wcwidth.c.o Binary files differnew file mode 100644 index 0000000..bdabc2f --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/common/impl/wcwidth.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/battery/battery_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/battery/battery_linux.c.o Binary files differnew file mode 100644 index 0000000..97132f1 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/battery/battery_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bios/bios_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bios/bios_linux.c.o Binary files differnew file mode 100644 index 0000000..7d97b5b --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bios/bios_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bluetooth/bluetooth_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bluetooth/bluetooth_linux.c.o Binary files differnew file mode 100644 index 0000000..524832c --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bluetooth/bluetooth_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bluetoothradio/bluetoothradio.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bluetoothradio/bluetoothradio.c.o Binary files differnew file mode 100644 index 0000000..3db9732 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bluetoothradio/bluetoothradio.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bluetoothradio/bluetoothradio_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bluetoothradio/bluetoothradio_linux.c.o Binary files differnew file mode 100644 index 0000000..aaf0359 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bluetoothradio/bluetoothradio_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/board/board_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/board/board_linux.c.o Binary files differnew file mode 100644 index 0000000..6ea83fb --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/board/board_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bootmgr/bootmgr.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bootmgr/bootmgr.c.o Binary files differnew file mode 100644 index 0000000..62907bc --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bootmgr/bootmgr.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bootmgr/bootmgr_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bootmgr/bootmgr_linux.c.o Binary files differnew file mode 100644 index 0000000..feb3de9 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/bootmgr/bootmgr_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/brightness/brightness_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/brightness/brightness_linux.c.o Binary files differnew file mode 100644 index 0000000..ce41817 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/brightness/brightness_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/btrfs/btrfs_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/btrfs/btrfs_linux.c.o Binary files differnew file mode 100644 index 0000000..4b8b005 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/btrfs/btrfs_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/camera/camera_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/camera/camera_linux.c.o Binary files differnew file mode 100644 index 0000000..7a207da --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/camera/camera_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/chassis/chassis.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/chassis/chassis.c.o Binary files differnew file mode 100644 index 0000000..2ca90db --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/chassis/chassis.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/chassis/chassis_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/chassis/chassis_linux.c.o Binary files differnew file mode 100644 index 0000000..22c747f --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/chassis/chassis_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/codec/codec.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/codec/codec.c.o Binary files differnew file mode 100644 index 0000000..fd1afa0 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/codec/codec.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/codec/codec_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/codec/codec_linux.c.o Binary files differnew file mode 100644 index 0000000..1b2a307 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/codec/codec_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/codec/codec_vulkan.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/codec/codec_vulkan.c.o Binary files differnew file mode 100644 index 0000000..ff02781 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/codec/codec_vulkan.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/command/command.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/command/command.c.o Binary files differnew file mode 100644 index 0000000..f32d45c --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/command/command.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpu/cpu.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpu/cpu.c.o Binary files differnew file mode 100644 index 0000000..b46a17e --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpu/cpu.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpu/cpu_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpu/cpu_linux.c.o Binary files differnew file mode 100644 index 0000000..a4c5d2a --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpu/cpu_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpucache/cpucache_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpucache/cpucache_linux.c.o Binary files differnew file mode 100644 index 0000000..6e8d436 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpucache/cpucache_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpuusage/cpuusage.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpuusage/cpuusage.c.o Binary files differnew file mode 100644 index 0000000..65e8f56 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpuusage/cpuusage.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpuusage/cpuusage_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpuusage/cpuusage_linux.c.o Binary files differnew file mode 100644 index 0000000..b8152dd --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cpuusage/cpuusage_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cursor/cursor_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cursor/cursor_linux.c.o Binary files differnew file mode 100644 index 0000000..9d41fdc --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/cursor/cursor_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/de/de_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/de/de_linux.c.o Binary files differnew file mode 100644 index 0000000..910497b --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/de/de_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/disk/disk.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/disk/disk.c.o Binary files differnew file mode 100644 index 0000000..00a98e7 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/disk/disk.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/disk/disk_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/disk/disk_linux.c.o Binary files differnew file mode 100644 index 0000000..770aada --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/disk/disk_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/diskio/diskio.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/diskio/diskio.c.o Binary files differnew file mode 100644 index 0000000..f6db621 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/diskio/diskio.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/diskio/diskio_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/diskio/diskio_linux.c.o Binary files differnew file mode 100644 index 0000000..7ac36bd --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/diskio/diskio_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/displayserver.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/displayserver.c.o Binary files differnew file mode 100644 index 0000000..89f44b7 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/displayserver.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/common.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/common.c.o Binary files differnew file mode 100644 index 0000000..ad7f228 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/common.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/displayserver_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/displayserver_linux.c.o Binary files differnew file mode 100644 index 0000000..29487aa --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/displayserver_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/drm.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/drm.c.o Binary files differnew file mode 100644 index 0000000..92c1b17 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/drm.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/global-output.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/global-output.c.o Binary files differnew file mode 100644 index 0000000..e5213c0 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/global-output.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output-device-v2-protocol.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output-device-v2-protocol.c.o Binary files differnew file mode 100644 index 0000000..13da4a2 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output-device-v2-protocol.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output-order-v1-protocol.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output-order-v1-protocol.c.o Binary files differnew file mode 100644 index 0000000..197c5ef --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output-order-v1-protocol.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output.c.o Binary files differnew file mode 100644 index 0000000..f26fb49 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wayland.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wayland.c.o Binary files differnew file mode 100644 index 0000000..4c13c65 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wayland.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wlr-output-management-unstable-v1-protocol.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wlr-output-management-unstable-v1-protocol.c.o Binary files differnew file mode 100644 index 0000000..686232f --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wlr-output-management-unstable-v1-protocol.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/xdg-output-unstable-v1-protocol.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/xdg-output-unstable-v1-protocol.c.o Binary files differnew file mode 100644 index 0000000..6e22b22 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/xdg-output-unstable-v1-protocol.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/zwlr-output.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/zwlr-output.c.o Binary files differnew file mode 100644 index 0000000..4998e5a --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/zwlr-output.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wmde.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wmde.c.o Binary files differnew file mode 100644 index 0000000..b6f8177 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wmde.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/xcb.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/xcb.c.o Binary files differnew file mode 100644 index 0000000..a44a215 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/xcb.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/xlib.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/xlib.c.o Binary files differnew file mode 100644 index 0000000..7398751 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/xlib.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/dns/dns_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/dns/dns_linux.c.o Binary files differnew file mode 100644 index 0000000..24fd9e8 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/dns/dns_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/editor/editor.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/editor/editor.c.o Binary files differnew file mode 100644 index 0000000..fbaa28d --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/editor/editor.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/font/font.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/font/font.c.o Binary files differnew file mode 100644 index 0000000..9eb0705 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/font/font.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/font/font_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/font/font_linux.c.o Binary files differnew file mode 100644 index 0000000..caf8e15 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/font/font_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gamepad/gamepad_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gamepad/gamepad_linux.c.o Binary files differnew file mode 100644 index 0000000..a17ca85 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gamepad/gamepad_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu.c.o Binary files differnew file mode 100644 index 0000000..c4a9b92 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_drm.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_drm.c.o Binary files differnew file mode 100644 index 0000000..ca34f5b --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_drm.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_linux.c.o Binary files differnew file mode 100644 index 0000000..031c20a --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_mthreads.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_mthreads.c.o Binary files differnew file mode 100644 index 0000000..78eca13 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_mthreads.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_nvidia.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_nvidia.c.o Binary files differnew file mode 100644 index 0000000..2214a9f --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_nvidia.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_pci.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_pci.c.o Binary files differnew file mode 100644 index 0000000..4143ad2 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_pci.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_windows.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_windows.c.o Binary files differnew file mode 100644 index 0000000..a455adb --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_windows.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gtk_qt/gtk.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gtk_qt/gtk.c.o Binary files differnew file mode 100644 index 0000000..0433295 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gtk_qt/gtk.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gtk_qt/qt.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gtk_qt/qt.c.o Binary files differnew file mode 100644 index 0000000..e8b39df --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/gtk_qt/qt.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/host/host_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/host/host_linux.c.o Binary files differnew file mode 100644 index 0000000..d8575a2 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/host/host_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/host/host_mac.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/host/host_mac.c.o Binary files differnew file mode 100644 index 0000000..a34c6bd --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/host/host_mac.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/icons/icons_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/icons/icons_linux.c.o Binary files differnew file mode 100644 index 0000000..b67e9f8 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/icons/icons_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/initsystem/initsystem_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/initsystem/initsystem_linux.c.o Binary files differnew file mode 100644 index 0000000..499f802 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/initsystem/initsystem_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/keyboard/keyboard_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/keyboard/keyboard_linux.c.o Binary files differnew file mode 100644 index 0000000..75be0cd --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/keyboard/keyboard_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/libc/libc_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/libc/libc_linux.c.o Binary files differnew file mode 100644 index 0000000..2d98abd --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/libc/libc_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/lm/lm_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/lm/lm_linux.c.o Binary files differnew file mode 100644 index 0000000..747b6f8 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/lm/lm_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/loadavg/loadavg_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/loadavg/loadavg_linux.c.o Binary files differnew file mode 100644 index 0000000..8c97d9d --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/loadavg/loadavg_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/locale/locale_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/locale/locale_linux.c.o Binary files differnew file mode 100644 index 0000000..2e4ec2a --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/locale/locale_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/localip/localip_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/localip/localip_linux.c.o Binary files differnew file mode 100644 index 0000000..75f8e92 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/localip/localip_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/media/media.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/media/media.c.o Binary files differnew file mode 100644 index 0000000..4fa5f51 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/media/media.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/media/media_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/media/media_linux.c.o Binary files differnew file mode 100644 index 0000000..162aa56 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/media/media_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/memory/memory_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/memory/memory_linux.c.o Binary files differnew file mode 100644 index 0000000..92a04f3 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/memory/memory_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/mouse/mouse_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/mouse/mouse_linux.c.o Binary files differnew file mode 100644 index 0000000..1ef97ee --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/mouse/mouse_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/netio/netio.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/netio/netio.c.o Binary files differnew file mode 100644 index 0000000..833ee33 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/netio/netio.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/netio/netio_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/netio/netio_linux.c.o Binary files differnew file mode 100644 index 0000000..b09f2d3 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/netio/netio_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/opencl/opencl.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/opencl/opencl.c.o Binary files differnew file mode 100644 index 0000000..3a8ef18 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/opencl/opencl.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/opengl/opengl_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/opengl/opengl_linux.c.o Binary files differnew file mode 100644 index 0000000..e05aa21 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/opengl/opengl_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/opengl/opengl_shared.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/opengl/opengl_shared.c.o Binary files differnew file mode 100644 index 0000000..c819f22 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/opengl/opengl_shared.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/os/os.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/os/os.c.o Binary files differnew file mode 100644 index 0000000..11aa9b6 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/os/os.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/os/os_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/os/os_linux.c.o Binary files differnew file mode 100644 index 0000000..34465ee --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/os/os_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/packages/packages.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/packages/packages.c.o Binary files differnew file mode 100644 index 0000000..3912300 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/packages/packages.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/packages/packages_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/packages/packages_linux.c.o Binary files differnew file mode 100644 index 0000000..85a439b --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/packages/packages_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/packages/packages_nix.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/packages/packages_nix.c.o Binary files differnew file mode 100644 index 0000000..51f58f6 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/packages/packages_nix.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/physicaldisk/physicaldisk_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/physicaldisk/physicaldisk_linux.c.o Binary files differnew file mode 100644 index 0000000..e20ed1d --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/physicaldisk/physicaldisk_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/physicalmemory/physicalmemory.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/physicalmemory/physicalmemory.c.o Binary files differnew file mode 100644 index 0000000..219f0bf --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/physicalmemory/physicalmemory.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/physicalmemory/physicalmemory_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/physicalmemory/physicalmemory_linux.c.o Binary files differnew file mode 100644 index 0000000..7a5bb84 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/physicalmemory/physicalmemory_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/poweradapter/poweradapter_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/poweradapter/poweradapter_linux.c.o Binary files differnew file mode 100644 index 0000000..68d713c --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/poweradapter/poweradapter_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/processes/processes_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/processes/processes_linux.c.o Binary files differnew file mode 100644 index 0000000..9b7ff60 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/processes/processes_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/publicip/publicip.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/publicip/publicip.c.o Binary files differnew file mode 100644 index 0000000..9211d58 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/publicip/publicip.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/sound/sound_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/sound/sound_linux.c.o Binary files differnew file mode 100644 index 0000000..da88e4f --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/sound/sound_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/swap/swap_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/swap/swap_linux.c.o Binary files differnew file mode 100644 index 0000000..213aae7 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/swap/swap_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalfont/terminalfont.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalfont/terminalfont.c.o Binary files differnew file mode 100644 index 0000000..95f0d16 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalfont/terminalfont.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalfont/terminalfont_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalfont/terminalfont_linux.c.o Binary files differnew file mode 100644 index 0000000..c928659 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalfont/terminalfont_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalshell/terminalshell.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalshell/terminalshell.c.o Binary files differnew file mode 100644 index 0000000..2cf1449 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalshell/terminalshell.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalshell/terminalshell_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalshell/terminalshell_linux.c.o Binary files differnew file mode 100644 index 0000000..9fb6e55 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalshell/terminalshell_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalsize/terminalsize_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalsize/terminalsize_linux.c.o Binary files differnew file mode 100644 index 0000000..9bae123 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminalsize/terminalsize_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminaltheme/terminaltheme.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminaltheme/terminaltheme.c.o Binary files differnew file mode 100644 index 0000000..9e6526d --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/terminaltheme/terminaltheme.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/theme/theme_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/theme/theme_linux.c.o Binary files differnew file mode 100644 index 0000000..28a32bd --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/theme/theme_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/tpm/tpm_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/tpm/tpm_linux.c.o Binary files differnew file mode 100644 index 0000000..efd35be --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/tpm/tpm_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/uptime/uptime_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/uptime/uptime_linux.c.o Binary files differnew file mode 100644 index 0000000..fb21d64 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/uptime/uptime_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/users/users_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/users/users_linux.c.o Binary files differnew file mode 100644 index 0000000..8fbab10 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/users/users_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/version/version.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/version/version.c.o Binary files differnew file mode 100644 index 0000000..9eaa2d9 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/version/version.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/vulkan/vulkan.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/vulkan/vulkan.c.o Binary files differnew file mode 100644 index 0000000..6910927 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/vulkan/vulkan.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/wallpaper/wallpaper_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/wallpaper/wallpaper_linux.c.o Binary files differnew file mode 100644 index 0000000..f76f084 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/wallpaper/wallpaper_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/weather/weather.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/weather/weather.c.o Binary files differnew file mode 100644 index 0000000..edc670a --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/weather/weather.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/wifi/wifi_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/wifi/wifi_linux.c.o Binary files differnew file mode 100644 index 0000000..7a7dbc9 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/wifi/wifi_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/wm/wm_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/wm/wm_linux.c.o Binary files differnew file mode 100644 index 0000000..3266e52 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/wm/wm_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/wmtheme/wmtheme_linux.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/wmtheme/wmtheme_linux.c.o Binary files differnew file mode 100644 index 0000000..f9ba286 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/wmtheme/wmtheme_linux.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/detection/zpool/zpool.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/zpool/zpool.c.o Binary files differnew file mode 100644 index 0000000..5fa33b6 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/detection/zpool/zpool.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/logo/builtin.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/logo/builtin.c.o Binary files differnew file mode 100644 index 0000000..3b00195 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/logo/builtin.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/logo/image/im6.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/logo/image/im6.c.o Binary files differnew file mode 100644 index 0000000..1aa1eb2 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/logo/image/im6.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/logo/image/im7.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/logo/image/im7.c.o Binary files differnew file mode 100644 index 0000000..97c7815 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/logo/image/im7.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/logo/image/image.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/logo/image/image.c.o Binary files differnew file mode 100644 index 0000000..a615320 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/logo/image/image.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/logo/logo.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/logo/logo.c.o Binary files differnew file mode 100644 index 0000000..8e4a973 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/logo/logo.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/battery/battery.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/battery/battery.c.o Binary files differnew file mode 100644 index 0000000..a61b568 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/battery/battery.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/bios/bios.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/bios/bios.c.o Binary files differnew file mode 100644 index 0000000..3f5360e --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/bios/bios.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/bluetooth/bluetooth.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/bluetooth/bluetooth.c.o Binary files differnew file mode 100644 index 0000000..076369c --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/bluetooth/bluetooth.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/bluetoothradio/bluetoothradio.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/bluetoothradio/bluetoothradio.c.o Binary files differnew file mode 100644 index 0000000..2b56220 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/bluetoothradio/bluetoothradio.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/board/board.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/board/board.c.o Binary files differnew file mode 100644 index 0000000..a74a5e9 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/board/board.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/bootmgr/bootmgr.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/bootmgr/bootmgr.c.o Binary files differnew file mode 100644 index 0000000..49910ce --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/bootmgr/bootmgr.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/break/break.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/break/break.c.o Binary files differnew file mode 100644 index 0000000..52c2924 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/break/break.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/brightness/brightness.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/brightness/brightness.c.o Binary files differnew file mode 100644 index 0000000..7f54525 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/brightness/brightness.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/btrfs/btrfs.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/btrfs/btrfs.c.o Binary files differnew file mode 100644 index 0000000..5c6ce63 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/btrfs/btrfs.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/camera/camera.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/camera/camera.c.o Binary files differnew file mode 100644 index 0000000..754e74e --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/camera/camera.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/chassis/chassis.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/chassis/chassis.c.o Binary files differnew file mode 100644 index 0000000..addf1b7 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/chassis/chassis.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/codec/codec.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/codec/codec.c.o Binary files differnew file mode 100644 index 0000000..c5afe58 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/codec/codec.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/colors/colors.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/colors/colors.c.o Binary files differnew file mode 100644 index 0000000..e433a68 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/colors/colors.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/command/command.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/command/command.c.o Binary files differnew file mode 100644 index 0000000..fa51be8 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/command/command.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/cpu/cpu.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/cpu/cpu.c.o Binary files differnew file mode 100644 index 0000000..47b40d0 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/cpu/cpu.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/cpucache/cpucache.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/cpucache/cpucache.c.o Binary files differnew file mode 100644 index 0000000..a727557 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/cpucache/cpucache.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/cpuusage/cpuusage.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/cpuusage/cpuusage.c.o Binary files differnew file mode 100644 index 0000000..5e8077c --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/cpuusage/cpuusage.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/cursor/cursor.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/cursor/cursor.c.o Binary files differnew file mode 100644 index 0000000..a4f783d --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/cursor/cursor.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/custom/custom.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/custom/custom.c.o Binary files differnew file mode 100644 index 0000000..8350822 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/custom/custom.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/datetime/datetime.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/datetime/datetime.c.o Binary files differnew file mode 100644 index 0000000..f29c9fb --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/datetime/datetime.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/de/de.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/de/de.c.o Binary files differnew file mode 100644 index 0000000..dbed153 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/de/de.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/disk/disk.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/disk/disk.c.o Binary files differnew file mode 100644 index 0000000..249482e --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/disk/disk.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/diskio/diskio.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/diskio/diskio.c.o Binary files differnew file mode 100644 index 0000000..22ab5c7 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/diskio/diskio.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/display/display.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/display/display.c.o Binary files differnew file mode 100644 index 0000000..3ba371a --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/display/display.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/dns/dns.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/dns/dns.c.o Binary files differnew file mode 100644 index 0000000..5f58958 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/dns/dns.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/editor/editor.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/editor/editor.c.o Binary files differnew file mode 100644 index 0000000..5fc6aa4 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/editor/editor.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/font/font.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/font/font.c.o Binary files differnew file mode 100644 index 0000000..deb1047 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/font/font.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/gamepad/gamepad.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/gamepad/gamepad.c.o Binary files differnew file mode 100644 index 0000000..d21171b --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/gamepad/gamepad.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/gpu/gpu.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/gpu/gpu.c.o Binary files differnew file mode 100644 index 0000000..c362f73 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/gpu/gpu.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/host/host.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/host/host.c.o Binary files differnew file mode 100644 index 0000000..fb256e7 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/host/host.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/icons/icons.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/icons/icons.c.o Binary files differnew file mode 100644 index 0000000..8942f29 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/icons/icons.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/initsystem/initsystem.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/initsystem/initsystem.c.o Binary files differnew file mode 100644 index 0000000..03032d3 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/initsystem/initsystem.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/kernel/kernel.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/kernel/kernel.c.o Binary files differnew file mode 100644 index 0000000..98e8383 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/kernel/kernel.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/keyboard/keyboard.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/keyboard/keyboard.c.o Binary files differnew file mode 100644 index 0000000..71e4c0f --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/keyboard/keyboard.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/lm/lm.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/lm/lm.c.o Binary files differnew file mode 100644 index 0000000..88e0819 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/lm/lm.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/loadavg/loadavg.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/loadavg/loadavg.c.o Binary files differnew file mode 100644 index 0000000..605cc65 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/loadavg/loadavg.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/locale/locale.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/locale/locale.c.o Binary files differnew file mode 100644 index 0000000..3ffda91 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/locale/locale.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/localip/localip.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/localip/localip.c.o Binary files differnew file mode 100644 index 0000000..70c45d2 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/localip/localip.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/logo/logo.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/logo/logo.c.o Binary files differnew file mode 100644 index 0000000..3c41125 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/logo/logo.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/media/media.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/media/media.c.o Binary files differnew file mode 100644 index 0000000..c002fd5 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/media/media.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/memory/memory.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/memory/memory.c.o Binary files differnew file mode 100644 index 0000000..e0b29c0 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/memory/memory.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/modules.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/modules.c.o Binary files differnew file mode 100644 index 0000000..1c4154d --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/modules.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/monitor/monitor.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/monitor/monitor.c.o Binary files differnew file mode 100644 index 0000000..8002275 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/monitor/monitor.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/mouse/mouse.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/mouse/mouse.c.o Binary files differnew file mode 100644 index 0000000..fce393e --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/mouse/mouse.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/netio/netio.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/netio/netio.c.o Binary files differnew file mode 100644 index 0000000..e219704 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/netio/netio.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/opencl/opencl.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/opencl/opencl.c.o Binary files differnew file mode 100644 index 0000000..8d3821f --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/opencl/opencl.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/opengl/opengl.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/opengl/opengl.c.o Binary files differnew file mode 100644 index 0000000..060eb19 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/opengl/opengl.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/os/os.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/os/os.c.o Binary files differnew file mode 100644 index 0000000..9ec469a --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/os/os.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/packages/packages.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/packages/packages.c.o Binary files differnew file mode 100644 index 0000000..6c79736 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/packages/packages.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/physicaldisk/physicaldisk.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/physicaldisk/physicaldisk.c.o Binary files differnew file mode 100644 index 0000000..740bc74 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/physicaldisk/physicaldisk.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/physicalmemory/physicalmemory.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/physicalmemory/physicalmemory.c.o Binary files differnew file mode 100644 index 0000000..a64fd2b --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/physicalmemory/physicalmemory.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/player/player.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/player/player.c.o Binary files differnew file mode 100644 index 0000000..3b1fa1d --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/player/player.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/poweradapter/poweradapter.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/poweradapter/poweradapter.c.o Binary files differnew file mode 100644 index 0000000..d41d570 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/poweradapter/poweradapter.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/processes/processes.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/processes/processes.c.o Binary files differnew file mode 100644 index 0000000..3e688db --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/processes/processes.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/publicip/publicip.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/publicip/publicip.c.o Binary files differnew file mode 100644 index 0000000..a7ce1fd --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/publicip/publicip.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/separator/separator.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/separator/separator.c.o Binary files differnew file mode 100644 index 0000000..b17b079 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/separator/separator.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/shell/shell.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/shell/shell.c.o Binary files differnew file mode 100644 index 0000000..0e0a2ba --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/shell/shell.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/sound/sound.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/sound/sound.c.o Binary files differnew file mode 100644 index 0000000..7d268c6 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/sound/sound.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/swap/swap.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/swap/swap.c.o Binary files differnew file mode 100644 index 0000000..f10744d --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/swap/swap.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/terminal/terminal.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/terminal/terminal.c.o Binary files differnew file mode 100644 index 0000000..9c46c4d --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/terminal/terminal.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/terminalfont/terminalfont.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/terminalfont/terminalfont.c.o Binary files differnew file mode 100644 index 0000000..32ee9c4 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/terminalfont/terminalfont.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/terminalsize/terminalsize.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/terminalsize/terminalsize.c.o Binary files differnew file mode 100644 index 0000000..8aac8d5 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/terminalsize/terminalsize.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/terminaltheme/terminaltheme.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/terminaltheme/terminaltheme.c.o Binary files differnew file mode 100644 index 0000000..d586df3 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/terminaltheme/terminaltheme.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/theme/theme.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/theme/theme.c.o Binary files differnew file mode 100644 index 0000000..ba38fcb --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/theme/theme.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/title/title.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/title/title.c.o Binary files differnew file mode 100644 index 0000000..72c24cd --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/title/title.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/tpm/tpm.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/tpm/tpm.c.o Binary files differnew file mode 100644 index 0000000..2bf65e9 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/tpm/tpm.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/uptime/uptime.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/uptime/uptime.c.o Binary files differnew file mode 100644 index 0000000..553eab4 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/uptime/uptime.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/users/users.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/users/users.c.o Binary files differnew file mode 100644 index 0000000..bbd5470 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/users/users.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/version/version.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/version/version.c.o Binary files differnew file mode 100644 index 0000000..7581833 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/version/version.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/vulkan/vulkan.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/vulkan/vulkan.c.o Binary files differnew file mode 100644 index 0000000..3fa6634 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/vulkan/vulkan.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/wallpaper/wallpaper.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/wallpaper/wallpaper.c.o Binary files differnew file mode 100644 index 0000000..5835691 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/wallpaper/wallpaper.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/weather/weather.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/weather/weather.c.o Binary files differnew file mode 100644 index 0000000..50a2c9e --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/weather/weather.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/wifi/wifi.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/wifi/wifi.c.o Binary files differnew file mode 100644 index 0000000..f35a143 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/wifi/wifi.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/wm/wm.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/wm/wm.c.o Binary files differnew file mode 100644 index 0000000..5c39777 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/wm/wm.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/wmtheme/wmtheme.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/wmtheme/wmtheme.c.o Binary files differnew file mode 100644 index 0000000..6ea6fee --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/wmtheme/wmtheme.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/modules/zpool/zpool.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/zpool/zpool.c.o Binary files differnew file mode 100644 index 0000000..035e819 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/modules/zpool/zpool.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/options/display.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/options/display.c.o Binary files differnew file mode 100644 index 0000000..d96121f --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/options/display.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/options/general.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/options/general.c.o Binary files differnew file mode 100644 index 0000000..62594b4 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/options/general.c.o diff --git a/build-musl/CMakeFiles/libfastfetch.dir/src/options/logo.c.o b/build-musl/CMakeFiles/libfastfetch.dir/src/options/logo.c.o Binary files differnew file mode 100644 index 0000000..5f0c7c9 --- /dev/null +++ b/build-musl/CMakeFiles/libfastfetch.dir/src/options/logo.c.o diff --git a/build-musl/CMakeFiles/rules.ninja b/build-musl/CMakeFiles/rules.ninja new file mode 100644 index 0000000..51fb705 --- /dev/null +++ b/build-musl/CMakeFiles/rules.ninja @@ -0,0 +1,106 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 4.3 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: fastfetch +# Configurations: Release +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__libfastfetch_unscanned_Release + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__fastfetch_unscanned_Release + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__fastfetch_Release + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__flashfetch_unscanned_Release + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__flashfetch_Release + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /bin/cmake --regenerate-during-build -S/home/king/stuff/fastfetch -B/home/king/stuff/fastfetch/build-musl + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for re-checking globbed directories. + +rule VERIFY_GLOBS + command = /bin/cmake -P /home/king/stuff/fastfetch/build-musl/CMakeFiles/VerifyGlobs.cmake + description = Re-checking globbed directories... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /bin/ninja -t targets + description = All primary targets available: + |