2022-11-01T22:34:07 gvm-libs 21.4.4 -> 22.4.0 https://github.com/greenbone/gvm-libs/releases 2022-11-01T22:34:10 attrpath: gvm-libs 2022-11-01T22:34:10 Checking auto update branch... 2022-11-01T22:34:10 No auto update branch exists 2022-11-01T22:34:15 [version] 2022-11-01T22:34:18 [version] updated version and sha256 2022-11-01T22:34:18 [rustCrateVersion] 2022-11-01T22:34:18 [rustCrateVersion] No cargoSha256 found 2022-11-01T22:34:18 [golangModuleVersion] 2022-11-01T22:34:18 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-01T22:34:18 [updateScript] 2022-11-01T22:34:18 [updateScript] skipping because derivation has no updateScript 2022-11-01T22:34:18 2022-11-01T22:34:18 [quotedUrls] 2022-11-01T22:34:18 [quotedUrls] nothing found to replace 2022-11-01T22:34:18 Diff after rewrites: diff --git a/pkgs/development/libraries/gvm-libs/default.nix b/pkgs/development/libraries/gvm-libs/default.nix index ba08fc61f56..0bd4613a695 100644 --- a/pkgs/development/libraries/gvm-libs/default.nix +++ b/pkgs/development/libraries/gvm-libs/default.nix @@ -21,13 +21,13 @@ stdenv.mkDerivation rec { pname = "gvm-libs"; - version = "21.4.4"; + version = "22.4.0"; src = fetchFromGitHub { owner = "greenbone"; repo = pname; rev = "v${version}"; - sha256 = "sha256-Ps8J9JuLKcrowl9wgZ3Wm7JTXyiejQPDr4OV/IvDy+I="; + sha256 = "sha256-6gGsE0szc1sSS4lFJaopoShcAhHgAw0uHTzR+g+Utxw="; }; nativeBuildInputs = [ 2022-11-01T22:36:14 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 gvm-libs nix build failed. /build/source/base/networking.c:370:11: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 370 | list = g_slist_prepend (list, g_memdup (&dst, sizeof (dst))); | ^~~~ In file included from /nix/store/92zqm3jzjnsdm9vgvmqiq3wgrplmd1c3-glib-2.74.0-dev/include/glib-2.0/glib.h:84, from /build/source/base/array.h:28, from /build/source/base/networking.h:28, from /build/source/base/networking.c:25: /nix/store/92zqm3jzjnsdm9vgvmqiq3wgrplmd1c3-glib-2.74.0-dev/include/glib-2.0/glib/gstrfuncs.h:259:23: note: declared here 259 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ /build/source/base/networking.c:379:11: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 379 | list = g_slist_prepend (list, g_memdup (&dst, sizeof (dst))); | ^~~~ In file included from /nix/store/92zqm3jzjnsdm9vgvmqiq3wgrplmd1c3-glib-2.74.0-dev/include/glib-2.0/glib.h:84, from /build/source/base/array.h:28, from /build/source/base/networking.h:28, from /build/source/base/networking.c:25: /nix/store/92zqm3jzjnsdm9vgvmqiq3wgrplmd1c3-glib-2.74.0-dev/include/glib-2.0/glib/gstrfuncs.h:259:23: note: declared here 259 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ [ 59%] Building C object base/CMakeFiles/gvm_base_shared.dir/version.c.o [ 61%] Linking C shared library libgvm_osp.so [ 63%] Linking C shared library libgvm_gmp.so make[1]: *** [CMakeFiles/Makefile2:433: util/CMakeFiles/gvm_util_shared.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 63%] Built target gvm_osp_shared [ 63%] Built target gvm_gmp_shared [ 65%] Linking C shared library libgvm_base.so [ 65%] Built target gvm_base_shared make: *** [Makefile:156: all] Error 2