otus-lisp 2.5 -> 2.5.1 https://github.com/yuriy-chumak/ol/releases attrpath: otus-lisp Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/ot/otus-lisp/package.nix b/pkgs/by-name/ot/otus-lisp/package.nix index ba51c417fdb8..6a161d4e75aa 100644 --- a/pkgs/by-name/ot/otus-lisp/package.nix +++ b/pkgs/by-name/ot/otus-lisp/package.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "otus-lisp"; - version = "2.5"; + version = "2.5.1"; src = fetchFromGitHub { owner = "yuriy-chumak"; repo = "ol"; rev = finalAttrs.version; - hash = "sha256-xwn2cvtw3co7MJ4J0FraEtZhKWVaaaoJYMrohyFF+us="; + hash = "sha256-KHOAdL5K+NxVPvA5y7u8v1tuXpJRFcnTxAgRjqGeEBA="; }; nativeBuildInputs = [ xxd ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A otus-lisp nix build failed. got build log for 'otus-lisp' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/k3jkvy2s93wqaydp2h91r3xgazfwwwgm-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/5l50g7kzj7v0rdhshld1vx46rf2k5lf9-bash-5.2p26/bin/bash PREFIX=\$\(out\) GNUmakefile:33: \033[1;31mSubmodules not loaded. Run 'git submodule update --init --recursive' once.\033[0m /nix/store/5l50g7kzj7v0rdhshld1vx46rf2k5lf9-bash-5.2p26/bin/bash: line 1: which: command not found /nix/store/5l50g7kzj7v0rdhshld1vx46rf2k5lf9-bash-5.2p26/bin/bash: line 1: which: command not found sed -e '/\/\/ /d' src/olvm.c >includes/ol/vm.h gcc src/olvm.c -o vm \ extensions/ffi.c -Iincludes \ -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=1 -DHAS_MEMFD_CREATE=1 -lm -I/usr/include/ -O2 -DNDEBUG -DPREFIX=\"/nix/store/v9j8kik1b7wbgb18alwd10gmjvc22sna-otus-lisp-2.5.1\" -ldl -Xlinker --export-dynamic Ok. GNUmakefile:62: *** "You must have 'od' (coreutils) or 'xxd' (vim) tool installed.". Stop.