liblinphone 5.2.17 -> 5.2.23 https://repology.org/metapackage/liblinphone/versions attrpath: liblinphone 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/liblinphone/default.nix b/pkgs/development/libraries/liblinphone/default.nix index fe3ddba36b8..1779651e457 100644 --- a/pkgs/development/libraries/liblinphone/default.nix +++ b/pkgs/development/libraries/liblinphone/default.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { pname = "liblinphone"; - version = "5.2.17"; + version = "5.2.23"; src = fetchFromGitLab { domain = "gitlab.linphone.org"; @@ -28,7 +28,7 @@ stdenv.mkDerivation rec { group = "BC"; repo = pname; rev = version; - hash = "sha256-zxp+jcClfKm+VsylRtydF2rlDCkO+sa9vw8GpwAfKHM="; + hash = "sha256-KVuwgH6ZpLHK31ar5ClWFgeVRfV4A9SHB0lXE5isGJQ="; }; postPatch = '' 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 liblinphone nix build failed. | ^ /build/source/coreapi/friendlist.c:994:59: note:  no known conversion from 'void (*)(void*, int (*)(const belle_sip_io_error_event_t*))' {aka 'void (*)(void*, int (*)(const belle_sip_io_error_event*))'} to 'void (*)(void*, const belle_sip_io_error_event_t*)' {aka 'void (*)(void*, const belle_sip_io_error_event*)'} /build/source/coreapi/friendlist.c:999:72: error: 'UNUSED' has not been declared 999 | belle_request_listener.process_timeout = [](void *ctx, UNUSED(const belle_sip_timeout_event_t *event)) { | ^~~~~~ /build/source/coreapi/friendlist.c:999:58: error: invalid user-defined conversion from 'linphone_friend_list_synchronize_friends_from_server(LinphoneFriendList*)::' to 'void (*)(void*, const belle_sip_timeout_event_t*)' {aka 'void (*)(void*, const belle_sip_timeout_event*)'} []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive-fpermissive]8;;] 999 | belle_request_listener.process_timeout = [](void *ctx, UNUSED(const belle_sip_timeout_event_t *event)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1000 |  LinphoneFriendList *list = (LinphoneFriendList *)ctx; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1001 |  NOTIFY_IF_EXIST(SyncStateChanged, sync_status_changed, list, LinphoneFriendListSyncFailure, NULL) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1002 |  }; | ~ /build/source/coreapi/friendlist.c:999:58: note: candidate is: 'linphone_friend_list_synchronize_friends_from_server(LinphoneFriendList*)::::operator void (*)(void*, int (*)(const belle_sip_timeout_event_t*))() const' (near match) 999 | belle_request_listener.process_timeout = [](void *ctx, UNUSED(const belle_sip_timeout_event_t *event)) { | ^ /build/source/coreapi/friendlist.c:999:58: note:  no known conversion from 'void (*)(void*, int (*)(const belle_sip_timeout_event_t*))' {aka 'void (*)(void*, int (*)(const belle_sip_timeout_event*))'} to 'void (*)(void*, const belle_sip_timeout_event_t*)' {aka 'void (*)(void*, const belle_sip_timeout_event*)'} /build/source/coreapi/friendlist.c: At global scope: /build/source/coreapi/friendlist.c:1335:78: error: 'UNUSED' has not been declared 1335 | void linphone_friend_list_notify_presence_received(LinphoneFriendList *list, UNUSED(LinphoneEvent *lev), | ^~~~~~ cc1plus: all warnings being treated as errors make[2]: *** [coreapi/CMakeFiles/linphone-coreapi.dir/build.make:300: coreapi/CMakeFiles/linphone-coreapi.dir/friend.c.o] Error 1 cc1plus: all warnings being treated as errors make[2]: *** [coreapi/CMakeFiles/linphone-coreapi.dir/build.make:314: coreapi/CMakeFiles/linphone-coreapi.dir/friendlist.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:347: coreapi/CMakeFiles/linphone-coreapi.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 7%] Built target linphone-cxx-wrapper make: *** [Makefile:136: all] Error 2