2022-12-27T21:21:26 dictu 0.25.0 -> 0.26.0 https://github.com/dictu-lang/dictu/releases 2022-12-27T21:21:28 attrpath: dictu 2022-12-27T21:21:29 Checking auto update branch... 2022-12-27T21:21:29 No auto update branch exists 2022-12-27T21:21:33 [version] 2022-12-27T21:21:35 [version] updated version and sha256 2022-12-27T21:21:35 [rustCrateVersion] 2022-12-27T21:21:35 [rustCrateVersion] No cargoSha256 found 2022-12-27T21:21:35 [golangModuleVersion] 2022-12-27T21:21:35 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-27T21:21:35 [updateScript] 2022-12-27T21:21:35 [updateScript] skipping because derivation has no updateScript 2022-12-27T21:21:35 2022-12-27T21:21:35 [quotedUrls] 2022-12-27T21:21:35 [quotedUrls] nothing found to replace 2022-12-27T21:21:35 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-12-27T21:23:08 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. [100%] Linking C executable /build/source/dictu 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: 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 lto-wrapper: fatal error: /nix/store/sxdx80lmk4zkhb51f4x5dgqvxgmx55wl-gcc-11.3.0/bin/gcc returned 1 exit status compilation terminated. /nix/store/frh9l9nrdysasdi2gs7i241s241ngjw2-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.... 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)); | ^ [100%] Built target dictu make: *** [Makefile:91: all] Error 2