2022-12-11T20:55:22 yarp 2.3.70.2 -> 3.7.2 https://github.com/robotology/yarp/releases 2022-12-11T20:55:24 attrpath: yarp 2022-12-11T20:55:24 Checking auto update branch... 2022-12-11T20:55:24 No auto update branch exists 2022-12-11T20:55:28 [version] 2022-12-11T20:55:34 [version] updated version and sha256 2022-12-11T20:55:34 [rustCrateVersion] 2022-12-11T20:55:34 [rustCrateVersion] No cargoSha256 found 2022-12-11T20:55:34 [golangModuleVersion] 2022-12-11T20:55:34 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-11T20:55:34 [updateScript] 2022-12-11T20:55:34 [updateScript] skipping because derivation has no updateScript 2022-12-11T20:55:34 2022-12-11T20:55:34 [quotedUrls] 2022-12-11T20:55:34 [quotedUrls] nothing found to replace 2022-12-11T20:55:35 Diff after rewrites: diff --git a/pkgs/applications/science/robotics/yarp/default.nix b/pkgs/applications/science/robotics/yarp/default.nix index 3b33096dc68..0ccea433c6f 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.7.2"; src = fetchFromGitHub { owner = "robotology"; repo = "yarp"; rev = "v${version}"; - sha256 = "0mphh899niy30xbjjwi9xpsliq8mladfldbbbjfngdrqfhiray1a"; + sha256 = "sha256-ldESC4lXt11xUAb5pbHq3dEon+D6RL5jwSk2MNhZnGc="; }; nativeBuildInputs = [ cmake ]; 2022-12-11T20:57:03 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 yarp nix build failed. -- The C compiler identification is GNU 11.3.0 -- The CXX compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:33 (find_package): By not providing "FindYCM.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "YCM", but CMake did not find one. Could not find a package configuration file provided by "YCM" (requested version 0.13.0) with any of the following names: YCMConfig.cmake ycm-config.cmake Add the installation prefix of "YCM" to CMAKE_PREFIX_PATH or set "YCM_DIR" to a directory containing one of the above files. If "YCM" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".