smlfut 1.3.0 -> 1.4.0 https://github.com/diku-dk/smlfut/releases attrpath: smlfut 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/sm/smlfut/package.nix b/pkgs/by-name/sm/smlfut/package.nix index 7caafc4db345..f65747d9d676 100644 --- a/pkgs/by-name/sm/smlfut/package.nix +++ b/pkgs/by-name/sm/smlfut/package.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "smlfut"; - version = "1.3.0"; + version = "1.4.0"; src = fetchFromGitHub { owner = "diku-dk"; repo = "smlfut"; rev = "v${version}"; - hash = "sha256-Oj5+UNtV2GKB2GNsSFKePVpa1msSZwwJI/YElwBSH98="; + hash = "sha256-gjDcW6eXhhKw+L80P93zNMuztJMwWBh30BeobMC9pUM="; }; enableParallelBuilding = true; Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A smlfut nix build failed. Running phase: unpackPhase unpacking source archive /nix/store/raahl1b0w2l9c54l00hvg7nbi484dnyv-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: -j24 SHELL=/nix/store/dy2z01kpnxn7dn2kgfdxs4fm8xy9mb89-bash-5.2p26/bin/bash mlton -output smlfut src/smlfut.mlb @nix { "action": "setPhase", "phase": "checkPhase" } Running phase: checkPhase check flags: -j24 SHELL=/nix/store/dy2z01kpnxn7dn2kgfdxs4fm8xy9mb89-bash-5.2p26/bin/bash VERBOSE=y run_test futhark c --library test/test.fut ./smlfut --poly-arrays test/test.json -o test_poly ./smlfut --mono-arrays test/test.json -o test_mono ./smlfut --target=mlkit test/test.json -o test_mlkit mlton -default-ann 'allowFFI true' -codegen c -default-type int64 test_poly/test.mlb test/test.c test_poly/test.smlfut.c mlton -default-ann 'allowFFI true' -codegen c -default-type int64 test_mono/test.mlb test/test.c test_mono/test.smlfut.c cd test_mlkit && gcc -c ../test/test.c test.smlfut.c cd test_mlkit && ar r libtest.a test.o test.smlfut.o ar: creating libtest.a mlkit -o test_mlkit/test -libdirs test_mlkit -libs "m,c,dl,test" -no_gc test_mlkit/test.mlb /nix/store/dy2z01kpnxn7dn2kgfdxs4fm8xy9mb89-bash-5.2p26/bin/bash: line 1: mlkit: command not found make: *** [Makefile:29: test_mlkit/test] Error 127 make: *** Waiting for unfinished jobs....