Skip to content

Instantly share code, notes, and snippets.

@StarrFox
Created November 2, 2022 20:56
Show Gist options
  • Save StarrFox/80c7b412fd832da7efac734ecab3cea7 to your computer and use it in GitHub Desktop.
Save StarrFox/80c7b412fd832da7efac734ecab3cea7 to your computer and use it in GitHub Desktop.
❯ nix log /nix/store/yk7abvnisgnr9dyqsczqa0bz8980pw0b-imhex.drv
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/i0zq5hh6x85mjvd4i36cd2m3vyn3p8h6-mf301xichilkphgj6nrxwyrnaj5l4vnm-source
source root is mf301xichilkphgj6nrxwyrnaj5l4vnm-source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_>
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/ay0hhryksyr2w7xnqbylix05632fs1x9-gcc-wrapper-12.2.0/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/ay0hhryksyr2w7xnqbylix05632fs1x9-gcc-wrapper-12.2.0/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /nix/store/p1aafvkjcq31b0207c0zk3wf74szrvla-pkg-config-wrapper-0.29.2/bin/pkg-config (found version "0.29.2")
-- Found Freetype: /nix/store/2q26hdv2yxm37ylgvla650v5ra6m3q55-freetype-2.12.1/lib/libfreetype.so (found version "2.12.1")
-- Found OpenGL: /nix/store/mkyqnk8rsmf6dqclv7law2c09ib6gc4j-libGL-1.5.0/lib/libOpenGL.so
-- Checking for one of the modules 'glfw3'
Package xdmcp was not found in the pkg-config search path.
Perhaps you should add the directory containing `xdmcp.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xdmcp', required by 'xcb', not found
Package xdmcp was not found in the pkg-config search path.
Perhaps you should add the directory containing `xdmcp.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xdmcp', required by 'xcb', not found
Package xdmcp was not found in the pkg-config search path.
Perhaps you should add the directory containing `xdmcp.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xdmcp', required by 'xcb', not found
Package xdmcp was not found in the pkg-config search path.
Perhaps you should add the directory containing `xdmcp.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xdmcp', required by 'xcb', not found
nfd Platform: PLATFORM_LINUX
nfd Compiler: COMPILER_GNU
-- Checking for module 'dbus-1'
-- Found dbus-1, version 1.14.4
Using DBUS version: 1.14.4
-- Found nlohmann_json: /nix/store/yw4m71zyxi1iq5l8fmd4v4s3q3nvgrcw-nlohmann_json-3.10.5/lib/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found su>
-- Checking for module 'libcurl>=7.76.1'
-- Found libcurl, version 7.85.0
-- Checking for module 'yara'
-- Found yara, version 4.2.3
Enabling CAPSTONE_ARM_SUPPORT
Enabling CAPSTONE_ARM64_SUPPORT
Enabling CAPSTONE_M68K_SUPPORT
Enabling CAPSTONE_MIPS_SUPPORT
Enabling CAPSTONE_PPC_SUPPORT
Enabling CAPSTONE_SPARC_SUPPORT
Enabling CAPSTONE_SYSZ_SUPPORT
Enabling CAPSTONE_XCORE_SUPPORT
Enabling CAPSTONE_X86_SUPPORT
Enabling CAPSTONE_TMS320C64X_SUPPORT
Enabling CAPSTONE_M680X_SUPPORT
Enabling CAPSTONE_EVM_SUPPORT
Enabling CAPSTONE_MOS65XX_SUPPORT
Enabling CAPSTONE_WASM_SUPPORT
Enabling CAPSTONE_BPF_SUPPORT
Enabling CAPSTONE_RISCV_SUPPORT
-- libpl static library is being created
CMake Error at lib/external/pattern_language/cli/CMakeLists.txt:14 (add_subdirectory):
add_subdirectory given source "../external/cli11" which is not an existing
directory.
-- Found Python: /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/include/python3.10 (found version "3.10.7") found components: Developmen>
-- Checking for one of the modules 'libmagic>=5.39'
-- Configuring incomplete, errors occurred!
See also "/build/mf301xichilkphgj6nrxwyrnaj5l4vnm-source/build/CMakeFiles/CMakeOutput.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment