2022-11-05T19:17:32 khronos-ocl-icd-loader 2022.01.04 -> 2022.09.30 https://github.com/KhronosGroup/OpenCL-ICD-Loader/releases 2022-11-05T19:17:35 attrpath: khronos-ocl-icd-loader 2022-11-05T19:17:35 Checking auto update branch... 2022-11-05T19:17:35 No auto update branch exists 2022-11-05T19:17:39 [version] 2022-11-05T19:17:42 [version] updated version and sha256 2022-11-05T19:17:42 [rustCrateVersion] 2022-11-05T19:17:42 [rustCrateVersion] No cargoSha256 found 2022-11-05T19:17:42 [golangModuleVersion] 2022-11-05T19:17:42 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-05T19:17:42 [updateScript] 2022-11-05T19:17:42 [updateScript] skipping because derivation has no updateScript 2022-11-05T19:17:42 2022-11-05T19:17:42 [quotedUrls] 2022-11-05T19:17:42 [quotedUrls] nothing found to replace 2022-11-05T19:17:42 Diff after rewrites: diff --git a/pkgs/development/libraries/khronos-ocl-icd-loader/default.nix b/pkgs/development/libraries/khronos-ocl-icd-loader/default.nix index 8ff7b933247..aed65fef830 100644 --- a/pkgs/development/libraries/khronos-ocl-icd-loader/default.nix +++ b/pkgs/development/libraries/khronos-ocl-icd-loader/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "khronos-ocl-icd-loader"; - version = "2022.01.04"; + version = "2022.09.30"; src = fetchFromGitHub { owner = "KhronosGroup"; repo = "OpenCL-ICD-Loader"; rev = "v${version}"; - sha256 = "sha256-T2tBoN0yv41W+UksFABVjsetdkXlnEFUINfxumGgC04="; + sha256 = "sha256-DZRqzbx2L7Wb/ACbm83sb4y685Q04CSjNGHgZIgfcT4="; }; patches = lib.optional withTracing ./tracing.patch; 2022-11-05T19:19:18 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 khronos-ocl-icd-loader nix build failed. -- Check for working C compiler: /nix/store/2bg235ac1s6cpxwr1pjagn6bj8q2425l-gcc-wrapper-11.3.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Looking for secure_getenv -- Looking for secure_getenv - found -- Looking for __secure_getenv -- Looking for __secure_getenv - not found CMake Error at CMakeLists.txt:132 (find_package): By not providing "FindOpenCLHeaders.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "OpenCLHeaders", but CMake did not find one. Could not find a package configuration file provided by "OpenCLHeaders" with any of the following names: OpenCLHeadersConfig.cmake openclheaders-config.cmake Add the installation prefix of "OpenCLHeaders" to CMAKE_PREFIX_PATH or set "OpenCLHeaders_DIR" to a directory containing one of the above files. If "OpenCLHeaders" 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". See also "/build/source/build/CMakeFiles/CMakeError.log".