2022-11-09T17:02:43 dictu 0.25.0 -> 0.26.0 https://github.com/dictu-lang/dictu/releases 2022-11-09T17:02:45 attrpath: dictu 2022-11-09T17:02:45 Checking auto update branch... 2022-11-09T17:02:45 No auto update branch exists 2022-11-09T17:02:50 [version] 2022-11-09T17:02:53 [version] updated version and sha256 2022-11-09T17:02:53 [rustCrateVersion] 2022-11-09T17:02:53 [rustCrateVersion] No cargoSha256 found 2022-11-09T17:02:53 [golangModuleVersion] 2022-11-09T17:02:53 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-09T17:02:53 [updateScript] 2022-11-09T17:02:53 [updateScript] skipping because derivation has no updateScript 2022-11-09T17:02:53 2022-11-09T17:02:53 [quotedUrls] 2022-11-09T17:02:54 [quotedUrls] nothing found to replace 2022-11-09T17:02:54 Diff after rewrites: diff --git a/pkgs/development/compilers/dictu/default.nix b/pkgs/development/compilers/dictu/default.nix index 113f9291df2..0c40fb5d7e5 100644 --- a/pkgs/development/compilers/dictu/default.nix +++ b/pkgs/development/compilers/dictu/default.nix @@ -13,13 +13,13 @@ assert enableLTO -> stdenv.cc.isGNU; stdenv.mkDerivation rec { pname = "dictu"; - version = "0.25.0"; + version = "0.26.0"; src = fetchFromGitHub { owner = "dictu-lang"; repo = pname; rev = "v${version}"; - sha256 = "sha256-Tahi2K8Q/KPc9MN7yWhkqp/MzXfzJzrGSsvnTCyI03U="; + sha256 = "sha256-D+aUtKM0pMlYywP+VFVPngSer84pvSj+EigbtnnvhvU="; }; nativeBuildInputs = [ cmake ]; 2022-11-09T17:04:33 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dictu nix build failed. inlined from 'httpClientSetTimeout' at /build/source/src/optionals/http/http.c:641:14: /build/source/src/optionals/http/http.c:654:5: error: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument for this option []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wattribute-warning-Werror=attribute-warning]8;;] 654 | curl_easy_setopt(httpClient->curl, CURLOPT_TIMEOUT, AS_NUMBER(args[1])); | ^ /build/source/src/optionals/http/http.c: In function 'newHttpClient': /build/source/src/optionals/http/http.c:918:17: error: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument for this option []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wattribute-warning-Werror=attribute-warning]8;;] 918 | curl_easy_setopt(httpClient->curl, CURLOPT_TIMEOUT, AS_NUMBER(entry->value)); | ^ lto1: all warnings being treated as errors make[3]: *** [/build/ccNWxz6a.mk:2: /build/ccPSfwXH.ltrans0.ltrans.o] Error 1 make[3]: *** Waiting for unfinished jobs.... In function 'httpClientSetTimeout', inlined from 'httpClientSetTimeout' at /build/source/src/optionals/http/http.c:641:14: /build/source/src/optionals/http/http.c:654:5: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument for this option []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wattribute-warning-Wattribute-warning]8;;] 654 | curl_easy_setopt(httpClient->curl, CURLOPT_TIMEOUT, AS_NUMBER(args[1])); | ^ In function 'newHttpClient', inlined from 'newClient' at /build/source/src/optionals/http/http.c:1034:23: /build/source/src/optionals/http/http.c:918:17: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument for this option []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wattribute-warning-Wattribute-warning]8;;] 918 | curl_easy_setopt(httpClient->curl, CURLOPT_TIMEOUT, AS_NUMBER(entry->value)); | ^ lto-wrapper: fatal error: make returned 2 exit status compilation terminated. /nix/store/pmgnlnbygb95s4zc8sqhknz9sdz934pk-binutils-2.39/bin/ld: error: lto-wrapper failed collect2: error: ld returned 1 exit status make[2]: *** [src/CMakeFiles/dictu_api.dir/build.make:192: src/libdictu_api.so] Error 1 make[1]: *** [CMakeFiles/Makefile2:172: src/CMakeFiles/dictu_api.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [100%] Built target dictu make: *** [Makefile:91: all] Error 2