liblinphone 5.2.17 -> 5.2.54 https://repology.org/project/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..4f70bce3e9f 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.54"; 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-XXcAc/D6AiGBTts7pVKaEDi1CXSy0LsN10rT5XtNVr8="; }; 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. 1008 | belle_request_listener.process_timeout = [](void *ctx, BCTBX_UNUSED(const belle_sip_timeout_event_t *event)) { | ^~~~~~~~~~~~ /build/source/coreapi/friendlist.c:1008: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;;] 1008 | belle_request_listener.process_timeout = [](void *ctx, BCTBX_UNUSED(const belle_sip_timeout_event_t *event)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1009 |  LinphoneFriendList *list = (LinphoneFriendList *)ctx; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1010 |  NOTIFY_IF_EXIST(SyncStateChanged, sync_status_changed, list, LinphoneFriendListSyncFailure, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1011 |  "Timeout reached") | ~~~~~~~~~~~~~~~~~~ 1012 |  }; | ~ /build/source/coreapi/friendlist.c:1008: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) 1008 | belle_request_listener.process_timeout = [](void *ctx, BCTBX_UNUSED(const belle_sip_timeout_event_t *event)) { | ^ /build/source/coreapi/friendlist.c:1008: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:1353:78: error: 'BCTBX_UNUSED' has not been declared 1353 | void linphone_friend_list_notify_presence_received(LinphoneFriendList *list, BCTBX_UNUSED(LinphoneEvent *lev), | ^~~~~~~~~~~~ make[2]: *** [coreapi/CMakeFiles/linphone-coreapi.dir/build.make:160: coreapi/CMakeFiles/linphone-coreapi.dir/callbacks.c.o] Error 1 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