Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dacioromero/f9097f03ab3de008d9f910673e3f0553 to your computer and use it in GitHub Desktop.
Save dacioromero/f9097f03ab3de008d9f910673e3f0553 to your computer and use it in GitHub Desktop.
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/c263y9cclpa3v0zxmj3y8lffgyz2b5gy-source
source root is source
Executing cargoSetupPostUnpackHook
Finished cargoSetupPostUnpackHook
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/pvwhnnvfbhkgv1ihzf27c0rvwa599fjc-no-post-install.patch
patching file meson.build
Hunk #1 succeeded at 62 (offset 1 line).
patching script interpreter paths in build-aux/cargo.sh
build-aux/cargo.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/zlf0f88vj30sc7567b80l52d19pbdmy2-bash-5.2-p15/bin/bash"
Executing cargoSetupPostPatchHook
Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock
Finished cargoSetupPostPatchHook
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
meson flags: --buildtype=plain --libdir=/nix/store/ypcs2irrld8dl7v8wy3ralhhhpfd3m0d-newsflash-2.2.4/lib --libexecdir=/nix/store/ypcs2irrld8dl7v8wy3ralhhhpfd3m0d-newsflash-2.2.4/libexec --bindir=/nix/store/ypcs2irrld8dl7v8wy3ralhhhpfd3m0d-newsflash-2.2.4/bin --sbindir=/nix/store/ypcs2irrld8dl7v8wy3ralhhhpfd3m0d-newsflash-2.2.4/sbin --includedir=/nix/store/ypcs2irrld8dl7v8wy3ralhhhpfd3m0d-newsflash-2.2.4/include --mandir=/nix/store/ypcs2irrld8dl7v8wy3ralhhhpfd3m0d-newsflash-2.2.4/share/man --infodir=/nix/store/ypcs2irrld8dl7v8wy3ralhhhpfd3m0d-newsflash-2.2.4/share/info --localedir=/nix/store/ypcs2irrld8dl7v8wy3ralhhhpfd3m0d-newsflash-2.2.4/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --prefix=/nix/store/ypcs2irrld8dl7v8wy3ralhhhpfd3m0d-newsflash-2.2.4
The Meson build system
Version: 1.0.0
Source dir: /build/source
Build dir: /build/source/build
Build type: native build
Project name: newsflash
Project version: 2.2.4
Rust compiler for the host machine: rustc -C linker=gcc (rustc 1.68.2)
Rust linker for the host machine: rustc -C linker=gcc ld.bfd 2.40
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: /nix/store/liawqp5fjqna6gnrpp8rs3x1gfb5fxjj-pkg-config-wrapper-0.29.2/bin/pkg-config (0.29.2)
Run-time dependency glib-2.0 found: YES 2.76.1
Run-time dependency gio-2.0 found: YES 2.76.1
Run-time dependency gdk-pixbuf-2.0 found: YES 2.42.10
Run-time dependency gtk4 found: YES 4.10.1
Run-time dependency libadwaita-1 found: YES 1.3.1
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency webkit2gtk-5.0 found: NO (tried pkgconfig)
meson.build:15:0: ERROR: Dependency "webkit2gtk-5.0" not found, tried pkgconfig
A full log can be found at /build/source/build/meson-logs/meson-log.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment