2022-11-29T10:17:11 ogre 1.12.1 -> 13.5.3 https://github.com/OGRECave/ogre/releases 2022-11-29T10:17:13 attrpath: ogre 2022-11-29T10:17:14 Checking auto update branch... 2022-11-29T10:17:14 No auto update branch exists 2022-11-29T10:17:17 [version] 2022-11-29T10:17:28 [version] updated version and sha256 2022-11-29T10:17:28 [rustCrateVersion] 2022-11-29T10:17:28 [rustCrateVersion] No cargoSha256 found 2022-11-29T10:17:28 [golangModuleVersion] 2022-11-29T10:17:28 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-29T10:17:28 [updateScript] 2022-11-29T10:17:28 [updateScript] skipping because derivation has no updateScript 2022-11-29T10:17:28 2022-11-29T10:17:28 [quotedUrls] 2022-11-29T10:17:29 [quotedUrls] nothing found to replace 2022-11-29T10:17:29 Diff after rewrites: diff --git a/pkgs/development/libraries/ogre/default.nix b/pkgs/development/libraries/ogre/default.nix index 2017d5435ea..b892269119e 100644 --- a/pkgs/development/libraries/ogre/default.nix +++ b/pkgs/development/libraries/ogre/default.nix @@ -31,13 +31,13 @@ stdenv.mkDerivation rec { pname = "ogre"; - version = "1.12.1"; + version = "13.5.3"; src = fetchFromGitHub { owner = "OGRECave"; repo = "ogre"; rev = "v${version}"; - sha256 = "sha256-FHW0+DZhw6MLlhjh4DRYhA+6vBBXMN9K6GEVoR6P5kM="; + sha256 = "sha256-fjgMAuIA7rm3Gt2z//kPkc7LOcfddoFgY38B7bs6zZo="; }; # fix for ARM. sys/sysctl.h has moved in later glibcs, and 2022-11-29T10:19:04 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 ogre nix build failed. + Tools Building core features: + Mesh Lod + DDS image codec (.dds) + ETC image codec (.pkm, .ktx) + ASTC image codec (.astc) + ZIP archives + Multi-threaded WorkQueue Build type: shared Use double precision: disabled Assert mode: exceptions ---------------------------------------------------------------------------- -- Configuring done CMake Error at Components/Overlay/CMakeLists.txt:46 (add_library): Cannot find source file: /build/source/build/imgui-1.87/imgui.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 Components/Overlay/CMakeLists.txt:46 (add_library): No SOURCES given to target: OgreOverlay  CMake Generate step failed. Build files cannot be regenerated correctly.