opengrm-ngram 1.3.14 -> 1.3.15 https://repology.org/project/opengrm-ngram/versions attrpath: opengrm-ngram 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/development/libraries/opengrm-ngram/default.nix b/pkgs/development/libraries/opengrm-ngram/default.nix index b84e4159f3e7..556976ca6ec9 100644 --- a/pkgs/development/libraries/opengrm-ngram/default.nix +++ b/pkgs/development/libraries/opengrm-ngram/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "opengrm-ngram"; - version = "1.3.14"; + version = "1.3.15"; src = fetchurl { url = "http://www.openfst.org/twiki/pub/GRM/NGramDownload/ngram-${version}.tar.gz"; - sha256 = "sha256-ivMPDy6CPM17hWCToLOVzUgcWZiEt2pjYeizeBLYnYc="; + sha256 = "sha256-C5hMYNN+t4ao9U690sXPh8wgfF2GpD23ifqXWPgWyhw="; }; nativeBuildInputs = [ autoreconfHook ]; Received ExitFailure 1 when running Raw command: /nix/store/cs41wvvf98zsgw7vbpfabj5f8d2y0ihz-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A opengrm-ngram nix build failed. libtool: compile: g++ -std=c++17 -fno-exceptions -DHAVE_CONFIG_H -I./../include -g -O2 -c ngram-absolute.cc -fPIC -DPIC -o .libs/ngram-absolute.o libtool: compile: g++ -std=c++17 -fno-exceptions -DHAVE_CONFIG_H -I./../include -g -O2 -c ngram-marginalize.cc -fPIC -DPIC -o .libs/ngram-marginalize.o libtool: compile: g++ -std=c++17 -fno-exceptions -DHAVE_CONFIG_H -I./../include -g -O2 -c hist-arc.cc -fPIC -DPIC -o .libs/hist-arc.o libtool: compile: g++ -std=c++17 -fno-exceptions -DHAVE_CONFIG_H -I./../include -g -O2 -c ngram-kneser-ney.cc -fPIC -DPIC -o .libs/ngram-kneser-ney.o libtool: compile: g++ -std=c++17 -fno-exceptions -DHAVE_CONFIG_H -I./../include -g -O2 -c ngram-make.cc -fPIC -DPIC -o .libs/ngram-make.o ngram-context.cc: In static member function 'static void ngram::NGramContext::ParseContextInterval(std::string_view, std::vector*, std::vector*)': ngram-context.cc:144:34: error: too few arguments to function 'int64_t fst::StrToInt64(std::string_view, std::string_view, size_t, bool, bool*)' 144 | Label label = fst::StrToInt64(labels1[i], "context begin", 1); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /nix/store/p0gn99dbij8jdbp678kvx4blxa9j5565-openfst-1.8.2/include/fst/error-weight.h:22, from /nix/store/p0gn99dbij8jdbp678kvx4blxa9j5565-openfst-1.8.2/include/fst/arc.h:30, from ./../include/ngram/ngram-context.h:28, from ngram-context.cc:18: /nix/store/p0gn99dbij8jdbp678kvx4blxa9j5565-openfst-1.8.2/include/fst/util.h:319:9: note: declared here 319 | int64_t StrToInt64(std::string_view s, std::string_view source, size_t nline, | ^~~~~~~~~~ ngram-context.cc:148:34: error: too few arguments to function 'int64_t fst::StrToInt64(std::string_view, std::string_view, size_t, bool, bool*)' 148 | Label label = fst::StrToInt64(labels2[i], "context end", 1); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/p0gn99dbij8jdbp678kvx4blxa9j5565-openfst-1.8.2/include/fst/util.h:319:9: note: declared here 319 | int64_t StrToInt64(std::string_view s, std::string_view source, size_t nline, | ^~~~~~~~~~ make[3]: *** [Makefile:499: ngram-context.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/build/ngram-1.3.15/src/lib' make[2]: *** [Makefile:355: all-recursive] Error 1 make[2]: Leaving directory '/build/ngram-1.3.15/src' make[1]: *** [Makefile:404: all-recursive] Error 1 make[1]: Leaving directory '/build/ngram-1.3.15' make: *** [Makefile:336: all] Error 2