rocksdb 8.3.2 -> 9.0.0 https://repology.org/project/rocksdb/versions attrpath: rocksdb Checking auto update branch... An auto update branch exists with message `rocksdb: 8.3.2 -> 8.11.3`. New version is 9.0.0. The auto update branch does not match or exceed the new version. [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/rocksdb/default.nix b/pkgs/development/libraries/rocksdb/default.nix index 6c2aaaa8815a..5031c78d59c1 100644 --- a/pkgs/development/libraries/rocksdb/default.nix +++ b/pkgs/development/libraries/rocksdb/default.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "rocksdb"; - version = "8.3.2"; + version = "9.0.0"; src = fetchFromGitHub { owner = "facebook"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; - hash = "sha256-mfIRQ8nkUbZ3Bugy3NAvOhcfzFY84J2kBUIUBcQ2/Qg="; + hash = "sha256-L94P8pBhTzjUO41bSoLYJBVVYMEkxhAmVnoUQnZ85mc="; }; nativeBuildInputs = [ cmake ninja ]; Received ExitFailure 1 when running Raw command: /nix/store/cydbsmqkxk30didm1rlz8ffk5wfa9gva-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A rocksdb nix build failed. fixing cmake files... cmake flags: -GNinja -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/p8wfy4p2limff4rrgxz5xiclknlv72rw-rocksdb-9.0.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/p8wfy4p2limff4rrgxz5xiclknlv72rw-rocksdb-9.0.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/p8wfy4p2limff4rrgxz5xiclknlv72rw-rocksdb-9.0.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/p8wfy4p2limff4rrgxz5xiclknlv72rw-rocksdb-9.0.0/share/doc/rocksdb -DCMAKE_INSTALL_INFODIR=/nix/store/p8wfy4p2limff4rrgxz5xiclknlv72rw-rocksdb-9.0.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/p8wfy4p2limff4rrgxz5xiclknlv72rw-rocksdb-9.0.0/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/p8wfy4p2limff4rrgxz5xiclknlv72rw-rocksdb-9.0.0/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/p8wfy4p2limff4rrgxz5xiclknlv72rw-rocksdb-9.0.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/p8wfy4p2limff4rrgxz5xiclknlv72rw-rocksdb-9.0.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/p8wfy4p2limff4rrgxz5xiclknlv72rw-rocksdb-9.0.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/p8wfy4p2limff4rrgxz5xiclknlv72rw-rocksdb-9.0.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/kvlhk0gpm2iz1asbw1xjac2ch0r8kyw9-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/kvlhk0gpm2iz1asbw1xjac2ch0r8kyw9-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/kvlhk0gpm2iz1asbw1xjac2ch0r8kyw9-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/p8wfy4p2limff4rrgxz5xiclknlv72rw-rocksdb-9.0.0 -DPORTABLE=1 -DWITH_JEMALLOC=0 -DWITH_JNI=0 -DWITH_BENCHMARK_TOOLS=0 -DWITH_TESTS=1 -DWITH_TOOLS=0 -DWITH_CORE_TOOLS=1 -DWITH_BZ2=1 -DWITH_LZ4=1 -DWITH_SNAPPY=1 -DWITH_ZLIB=1 -DWITH_ZSTD=1 -DWITH_GFLAGS=0 -DUSE_RTTI=1 -DROCKSDB_INSTALL_ON_WINDOWS=YES -DFAIL_ON_WARNINGS=NO -- The CXX compiler identification is GNU 13.2.0 -- The C compiler identification is GNU 13.2.0 -- The ASM compiler identification is GNU -- Found assembler: /nix/store/kvlhk0gpm2iz1asbw1xjac2ch0r8kyw9-gcc-wrapper-13.2.0/bin/gcc -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/kvlhk0gpm2iz1asbw1xjac2ch0r8kyw9-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/kvlhk0gpm2iz1asbw1xjac2ch0r8kyw9-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found ZLIB: /nix/store/zbaajn0dk65kwvrcglhli1j4xx4vhvvj-zlib-1.3.1/lib/libz.so (found version "1.3.1") -- Found BZip2: /nix/store/vwrm7xc2fha9imwzyz4xm5cvdm45l8m6-bzip2-1.0.8/lib/libbz2.so (found version "1.0.8") -- Looking for BZ2_bzCompressInit -- Looking for BZ2_bzCompressInit - found -- Found lz4: /nix/store/sj8gp2vhjfx2zcjzia7n7qk83w6nvsxb-lz4-1.9.4/lib/liblz4.so CMake Error at /nix/store/17r6ld906midfv8y7997fd56s7a87vrg-cmake-3.28.3/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find zstd (missing: ZSTD_INCLUDE_DIRS) Call Stack (most recent call first): /nix/store/17r6ld906midfv8y7997fd56s7a87vrg-cmake-3.28.3/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) cmake/modules/Findzstd.cmake:17 (find_package_handle_standard_args) CMakeLists.txt:167 (find_package)  -- Configuring incomplete, errors occurred!