2022-11-25T18:43:36 asterisk-module-sccp 4.3.4 -> 4.3.5 https://github.com/chan-sccp/chan-sccp/releases 2022-11-25T18:43:39 attrpath: asterisk-module-sccp 2022-11-25T18:43:39 Checking auto update branch... 2022-11-25T18:43:39 No auto update branch exists 2022-11-25T18:43:43 [version] 2022-11-25T18:43:45 [version] updated version and sha256 2022-11-25T18:43:45 [rustCrateVersion] 2022-11-25T18:43:45 [rustCrateVersion] No cargoSha256 found 2022-11-25T18:43:45 [golangModuleVersion] 2022-11-25T18:43:45 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-25T18:43:45 [updateScript] 2022-11-25T18:43:45 [updateScript] skipping because derivation has no updateScript 2022-11-25T18:43:45 2022-11-25T18:43:45 [quotedUrls] 2022-11-25T18:43:46 [quotedUrls] nothing found to replace 2022-11-25T18:43:46 Diff after rewrites: diff --git a/pkgs/servers/asterisk/sccp/default.nix b/pkgs/servers/asterisk/sccp/default.nix index 756699e5adb..5d60d427813 100644 --- a/pkgs/servers/asterisk/sccp/default.nix +++ b/pkgs/servers/asterisk/sccp/default.nix @@ -1,13 +1,13 @@ { lib, stdenv, fetchFromGitHub, binutils-unwrapped, patchelf, asterisk }: stdenv.mkDerivation rec { pname = "asterisk-module-sccp"; - version = "4.3.4"; + version = "4.3.5"; src = fetchFromGitHub { owner = "chan-sccp"; repo = "chan-sccp"; rev = "v${version}"; - sha256 = "sha256-YGHK4A03Ba/tnVTnu9VuhIy/xQ5C/7ZX8h9mxqKsnZI="; + sha256 = "sha256-Lonsh7rx3C17LU5pZpZuFxlki0iotDt+FivggFJbldU="; }; nativeBuildInputs = [ patchelf ]; 2022-11-25T18:45:44 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 asterisk-module-sccp nix build failed. CC libsccp_la-sccp_debug.lo CC libsccp_la-sccp_indicate.lo CC libsccp_la-sccp_pbx.lo CC libsccp_la-sccp_session.lo CC libsccp_la-sccp_threadpool.lo CC libsccp_la-sccp_softkeys.lo CC libsccp_la-sccp_featureButton.lo CC libsccp_la-sccp_line.lo CC libsccp_la-sccp_linedevice.lo CC libsccp_la-sccp_actions.lo CC libsccp_la-sccp_cli.lo CC libsccp_la-sccp_feature.lo CC libsccp_la-sccp_config.lo sccp_config.c:228:49: error: 'struct sccp_global_vars' has no member named 'iconvcodepage' 228 | #define offsize(TYPE, MEMBER) sizeof(((TYPE *)0)->MEMBER) | ^~ sccp_config.c:229:31: note: in expansion of macro 'offsize' 229 | #define G_OBJ_REF(x) offsize(struct sccp_global_vars, x), offsetof(struct sccp_global_vars, x) | ^~~~~~~ sccp_config_entries.hh:147:41: note: in expansion of macro 'G_OBJ_REF' 147 | {"phonecodepage", G_OBJ_REF(iconvcodepage), TYPE_STRINGPTR, SCCP_CONFIG_FLAG_NONE, SCCP_CONFIG_NOUPDATENEEDED, "ISO8859-1", "Translation codepage for old phones, used to convert labels/buttonnames/descriptions from UTF-8 to this codepage, on pre-java phones. DEFAULT:ISO8859-1\n"}, | ^~~~~~~~~ compilation terminated due to -Wfatal-errors. make[3]: *** [Makefile:947: libsccp_la-sccp_config.lo] Error 1 make[3]: Leaving directory '/build/source/src' make[2]: *** [Makefile:1109: all-recursive] Error 1 make[2]: Leaving directory '/build/source/src' make[1]: *** [Makefile:668: all] Error 2 make[1]: Leaving directory '/build/source/src' make: *** [Makefile:615: all-recursive] Error 1