2022-11-10T04:34:53 osl 1.11.17.0 -> 1.12.7.0 https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/releases 2022-11-10T04:34:56 attrpath: osl 2022-11-10T04:34:56 Checking auto update branch... 2022-11-10T04:34:56 No auto update branch exists 2022-11-10T04:35:00 [version] 2022-11-10T04:35:06 [version] updated version and sha256 2022-11-10T04:35:06 [rustCrateVersion] 2022-11-10T04:35:06 [rustCrateVersion] No cargoSha256 found 2022-11-10T04:35:06 [golangModuleVersion] 2022-11-10T04:35:06 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-10T04:35:06 [updateScript] 2022-11-10T04:35:06 [updateScript] skipping because derivation has no updateScript 2022-11-10T04:35:06 2022-11-10T04:35:06 [quotedUrls] 2022-11-10T04:35:06 [quotedUrls] nothing found to replace 2022-11-10T04:35:06 Diff after rewrites: diff --git a/pkgs/development/compilers/osl/default.nix b/pkgs/development/compilers/osl/default.nix index 0fbb0eff238..818959bf07e 100644 --- a/pkgs/development/compilers/osl/default.nix +++ b/pkgs/development/compilers/osl/default.nix @@ -23,13 +23,13 @@ let in stdenv.mkDerivation rec { pname = "openshadinglanguage"; - version = "1.11.17.0"; + version = "1.12.7.0"; src = fetchFromGitHub { owner = "AcademySoftwareFoundation"; repo = "OpenShadingLanguage"; rev = "v${version}"; - sha256 = "sha256-2OOkLnHLz+vmSeEDQl12SrJBTuWwbnvoTatnvm8lpbA="; + sha256 = "sha256-UjREtP+cZZI6cfJjkPkLxe9cI+SspqFl/1LIV9wpOjs="; }; cmakeFlags = [ 2022-11-10T04:36:56 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 osl nix build failed. asked CMake to find a package configuration file provided by "Qt5", but CMake did not find one. Could not find a package configuration file provided by "Qt5" with any of the following names: Qt5Config.cmake qt5-config.cmake Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR" to a directory containing one of the above files. If "Qt5" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): src/cmake/externalpackages.cmake:161 (checked_find_package) CMakeLists.txt:163 (include)  -- Qt5 library not found  --  Try setting Qt5_ROOT ?  -- Found BISON 3.8.2  -- Found FLEX 2.6.4  -- Found pybind11 2.10.0  CMake Error at src/cmake/llvm_macros.cmake:43 (message): You must have a valid llvm bitcode generator (clang++) somewhere. Call Stack (most recent call first): src/liboslexec/CMakeLists.txt:223 (EMBED_LLVM_BITCODE_IN_CPP)  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".