yarp 2.3.70.2 -> 3.3.3 https://repology.org/project/yarp/versions attrpath: yarp 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/applications/science/robotics/yarp/default.nix b/pkgs/applications/science/robotics/yarp/default.nix index 3b33096dc68..4a701259d7f 100644 --- a/pkgs/applications/science/robotics/yarp/default.nix +++ b/pkgs/applications/science/robotics/yarp/default.nix @@ -3,12 +3,12 @@ stdenv.mkDerivation rec { pname = "yarp"; - version = "2.3.70.2"; + version = "3.3.3"; src = fetchFromGitHub { owner = "robotology"; repo = "yarp"; rev = "v${version}"; - sha256 = "0mphh899niy30xbjjwi9xpsliq8mladfldbbbjfngdrqfhiray1a"; + sha256 = "sha256-YXYVxWTHP585cZeDRIn4UzGUrokOONi9UeLf/a8l0/U="; }; nativeBuildInputs = [ cmake ]; 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 yarp nix build failed. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD.  -- [ ] Bindings (YARP_COMPILE_BINDINGS) -- [ ] Java bindings (CREATE_JAVA) -- [ ] Python bindings (CREATE_PYTHON) -- [ ] Perl bindings (CREATE_PERL) -- [ ] CSharp bindings (CREATE_CSHARP) -- [ ] TCL bindings (CREATE_TCL) -- [ ] Ruby bindings (CREATE_RUBY) -- [ ] Lua bindings (CREATE_LUA) -- [ ] Octave bindings (CREATE_OCTAVE) -- Configuring done CMake Error at src/libyarpc/CMakeLists.txt:54 (add_library): Cannot find source file: /build/source/src/libYARP_OS/yarp/os/AbstractCarrier.cpp Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc  CMake Error at src/libyarpc/CMakeLists.txt:54 (add_library): No SOURCES given to target: yarpc  CMake Generate step failed. Build files cannot be regenerated correctly.