2022-11-03T19:39:56 ogre1_9 1.9.1 -> 13.5.0 https://github.com/OGRECave/ogre/releases 2022-11-03T19:39:58 attrpath: ogre1_9 2022-11-03T19:39:58 Checking auto update branch... 2022-11-03T19:39:58 No auto update branch exists 2022-11-03T19:40:02 [version] 2022-11-03T19:40:29 [version] updated version and sha256 2022-11-03T19:40:29 [rustCrateVersion] 2022-11-03T19:40:29 [rustCrateVersion] No cargoSha256 found 2022-11-03T19:40:29 [golangModuleVersion] 2022-11-03T19:40:29 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-03T19:40:29 [updateScript] 2022-11-03T19:40:29 [updateScript] skipping because derivation has no updateScript 2022-11-03T19:40:29 2022-11-03T19:40:29 [quotedUrls] 2022-11-03T19:40:29 [quotedUrls] nothing found to replace 2022-11-03T19:40:30 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..cfc84d280d7 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.0"; src = fetchFromGitHub { owner = "OGRECave"; repo = "ogre"; rev = "v${version}"; - sha256 = "11lfgzqaps3728dswrq3cbwk7aicigyz08q4hfyy6ikc6m35r4wg"; + sha256 = "sha256-fkDLbEfs1tdO2pbbQhGWRW7Xqj7J9xQKS/57vbTgPoQ="; }; # fix for ARM. sys/sysctl.h has moved in later glibcs, and 2022-11-03T19:42:10 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.