2022-12-04T11:43:53 ogre1_9 1.9.1 -> 13.5.3 https://github.com/OGRECave/ogre/releases 2022-12-04T11:43:56 attrpath: ogre1_9 2022-12-04T11:43:56 Checking auto update branch... 2022-12-04T11:43:56 No auto update branch exists 2022-12-04T11:43:59 [version] 2022-12-04T11:44:09 [version] updated version and sha256 2022-12-04T11:44:09 [rustCrateVersion] 2022-12-04T11:44:09 [rustCrateVersion] No cargoSha256 found 2022-12-04T11:44:09 [golangModuleVersion] 2022-12-04T11:44:09 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-04T11:44:09 [updateScript] 2022-12-04T11:44:09 [updateScript] skipping because derivation has no updateScript 2022-12-04T11:44:09 2022-12-04T11:44:09 [quotedUrls] 2022-12-04T11:44:09 [quotedUrls] nothing found to replace 2022-12-04T11:44:09 Diff after rewrites: diff --git a/pkgs/development/libraries/ogre/1.9.x.nix b/pkgs/development/libraries/ogre/1.9.x.nix index 7548ed48e7a..389202ca50c 100644 --- a/pkgs/development/libraries/ogre/1.9.x.nix +++ b/pkgs/development/libraries/ogre/1.9.x.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "ogre"; - version = "1.9.1"; + version = "13.5.3"; src = fetchFromGitHub { owner = "OGRECave"; repo = "ogre"; rev = "v${version}"; - sha256 = "11lfgzqaps3728dswrq3cbwk7aicigyz08q4hfyy6ikc6m35r4wg"; + sha256 = "sha256-fjgMAuIA7rm3Gt2z//kPkc7LOcfddoFgY38B7bs6zZo="; }; # fix for ARM. sys/sysctl.h has moved in later glibcs, and 2022-12-04T11:45:42 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 ogre1_9 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.