ortp 5.2.16 -> 5.2.51 https://repology.org/project/ortp/versions attrpath: ortp 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/ortp/default.nix b/pkgs/development/libraries/ortp/default.nix index cf75de2bf6f..b9cbb7cbee8 100644 --- a/pkgs/development/libraries/ortp/default.nix +++ b/pkgs/development/libraries/ortp/default.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation rec { pname = "ortp"; - version = "5.2.16"; + version = "5.2.51"; src = fetchFromGitLab { domain = "gitlab.linphone.org"; @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { group = "BC"; repo = pname; rev = version; - hash = "sha256-zGguzrWXSjjrJdFnlAeC6U6w10BucXjeUg7/2D4OxM4="; + hash = "sha256-xS7b8ucXIXhty/au7YUsG2tE2Hs9U0CxTpkOb4PM68M="; }; # Do not build static libraries Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ortp nix build failed. 106 | static int ortp_nack_rtp_process_on_receive(BCTBX_UNUSED(RtpTransportModifier *t), mblk_t *msg) { | ^~~~~~~~~~~~ /build/source/src/rtcp.c:202:56: error: unknown type name 'BCTBX_UNUSED' 202 | void rtcp_common_header_init(rtcp_common_header_t *ch, BCTBX_UNUSED(RtpSession *s), int type, int rc, size_t bytes_len){ | ^~~~~~~~~~~~ /build/source/src/nack.c:161:46: error: unknown type name 'BCTBX_UNUSED' 161 | static int ortp_nack_rtcp_process_on_receive(BCTBX_UNUSED(RtpTransportModifier *t), mblk_t *msg) { | ^~~~~~~~~~~~ /build/source/src/rtcp.c:346:54: error: unknown type name 'BCTBX_UNUSED' 346 | static void extended_statistics(RtpSession *session, BCTBX_UNUSED(report_block_t * rb) ) { | ^~~~~~~~~~~~ /build/source/src/nack.c: In function 'ortp_nack_transport_modifier_new': /build/source/src/nack.c:174:49: error: 'ortp_nack_rtp_process_on_receive' undeclared (first use in this function); did you mean 'ortp_nack_rtp_process_on_send'? 174 | (*rtpt)->t_process_on_receive = ortp_nack_rtp_process_on_receive; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ortp_nack_rtp_process_on_send /build/source/src/nack.c:174:49: note: each undeclared identifier is reported only once for each function it appears in /build/source/src/rtcp.c: In function 'rtcp_sr_init': /build/source/src/rtcp.c:376:17: error: implicit declaration of function 'extended_statistics' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Werror=implicit-function-declaration]8;;] 376 | extended_statistics( session, &sr->rb[0] ); | ^~~~~~~~~~~~~~~~~~~ /build/source/src/nack.c:182:50: error: 'ortp_nack_rtcp_process_on_receive' undeclared (first use in this function); did you mean 'ortp_nack_rtcp_process_on_send'? 182 | (*rtcpt)->t_process_on_receive = ortp_nack_rtcp_process_on_receive; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ortp_nack_rtcp_process_on_send make[2]: *** [src/CMakeFiles/ortp.dir/build.make:202: src/CMakeFiles/ortp.dir/nack.c.o] Error 1 cc1: all warnings being treated as errors make[2]: *** [src/CMakeFiles/ortp.dir/build.make:286: src/CMakeFiles/ortp.dir/rtcp.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:134: src/CMakeFiles/ortp.dir/all] Error 2 make: *** [Makefile:136: all] Error 2