2022-11-08T09:31:09 aws-c-io 0.13.6 -> 0.13.7 https://repology.org/metapackage/aws-c-io/versions 2022-11-08T09:31:12 attrpath: aws-c-io 2022-11-08T09:31:12 Checking auto update branch... 2022-11-08T09:31:12 No auto update branch exists 2022-11-08T09:31:16 [version] 2022-11-08T09:31:19 [version] updated version and sha256 2022-11-08T09:31:19 [rustCrateVersion] 2022-11-08T09:31:19 [rustCrateVersion] No cargoSha256 found 2022-11-08T09:31:19 [golangModuleVersion] 2022-11-08T09:31:19 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-08T09:31:19 [updateScript] 2022-11-08T09:31:19 [updateScript] skipping because derivation has no updateScript 2022-11-08T09:31:19 2022-11-08T09:31:19 [quotedUrls] 2022-11-08T09:31:19 [quotedUrls] nothing found to replace 2022-11-08T09:31:19 Diff after rewrites: diff --git a/pkgs/development/libraries/aws-c-io/default.nix b/pkgs/development/libraries/aws-c-io/default.nix index 232efd2eec5..c330059dd4c 100644 --- a/pkgs/development/libraries/aws-c-io/default.nix +++ b/pkgs/development/libraries/aws-c-io/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "aws-c-io"; - version = "0.13.6"; + version = "0.13.7"; src = fetchFromGitHub { owner = "awslabs"; repo = pname; rev = "v${version}"; - sha256 = "sha256-axFhFGeJhfqb4zu5u9an0pgpVDe+OyT+7A5SlAs502I="; + sha256 = "sha256-YvGTntfEWcUJwJqZp7j5mRbptOzzQsZcXWeecCj8zco="; }; nativeBuildInputs = [ cmake ]; 2022-11-08T09:33: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 aws-c-io nix build failed. [ 30%] Building C object CMakeFiles/aws-c-io.dir/source/host_resolver.c.o [ 34%] Building C object CMakeFiles/aws-c-io.dir/source/message_pool.c.o [ 38%] Building C object CMakeFiles/aws-c-io.dir/source/pkcs11_tls_op_handler.c.o [ 42%] Building C object CMakeFiles/aws-c-io.dir/source/pkcs11_lib.c.o [ 46%] Building C object CMakeFiles/aws-c-io.dir/source/pem_utils.c.o [ 50%] Building C object CMakeFiles/aws-c-io.dir/source/pki_utils.c.o [ 53%] Building C object CMakeFiles/aws-c-io.dir/source/posix/host_resolver.c.o [ 57%] Building C object CMakeFiles/aws-c-io.dir/source/posix/shared_library.c.o [ 61%] Building C object CMakeFiles/aws-c-io.dir/source/posix/pipe.c.o /build/source/source/event_loop.c: In function 's_aws_event_loop_group_shutdown_async': /build/source/source/event_loop.c:70:19: error: 'struct aws_thread_options' has no member named 'name' 70 | thread_options.name = aws_byte_cursor_from_c_str("EvntLoopCleanup"); /* 15 characters is max for Linux */ | ^ /build/source/source/event_loop.c: In function 's_event_loop_group_new': /build/source/source/event_loop.c:136:35: error: 'AWS_THREAD_NAME_RECOMMENDED_STRLEN' undeclared (first use in this function) 136 | if (thread_name_len > AWS_THREAD_NAME_RECOMMENDED_STRLEN) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/source/event_loop.c:136:35: note: each undeclared identifier is reported only once for each function it appears in /build/source/source/event_loop.c:139:27: error: 'struct aws_thread_options' has no member named 'name' 139 | thread_options.name = aws_byte_cursor_from_c_str(thread_name); | ^ make[2]: *** [CMakeFiles/aws-c-io.dir/build.make:118: CMakeFiles/aws-c-io.dir/source/event_loop.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /build/source/source/host_resolver.c: In function 'create_and_init_host_entry': /build/source/source/host_resolver.c:1362:19: error: 'struct aws_thread_options' has no member named 'name' 1362 | thread_options.name = aws_byte_cursor_from_c_str("AwsHostResolver"); /* 15 characters is max for Linux */ | ^ make[2]: *** [CMakeFiles/aws-c-io.dir/build.make:146: CMakeFiles/aws-c-io.dir/source/host_resolver.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-io.dir/all] Error 2 make: *** [Makefile:136: all] Error 2