2022-11-08T10:56:17 eccodes 2.24.2 -> 2.27.0 https://repology.org/metapackage/eccodes/versions 2022-11-08T10:56:19 attrpath: eccodes 2022-11-08T10:56:19 Checking auto update branch... 2022-11-08T10:56:19 No auto update branch exists 2022-11-08T10:56:23 [version] 2022-11-08T10:56:30 [version] updated version and sha256 2022-11-08T10:56:30 [rustCrateVersion] 2022-11-08T10:56:30 [rustCrateVersion] No cargoSha256 found 2022-11-08T10:56:30 [golangModuleVersion] 2022-11-08T10:56:30 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-08T10:56:30 [updateScript] 2022-11-08T10:56:30 [updateScript] skipping because derivation has no updateScript 2022-11-08T10:56:30 2022-11-08T10:56:30 [quotedUrls] 2022-11-08T10:56:30 [quotedUrls] nothing found to replace 2022-11-08T10:56:30 Diff after rewrites: diff --git a/pkgs/development/libraries/eccodes/default.nix b/pkgs/development/libraries/eccodes/default.nix index 54df7be6f1b..62169c8bc2e 100644 --- a/pkgs/development/libraries/eccodes/default.nix +++ b/pkgs/development/libraries/eccodes/default.nix @@ -15,11 +15,11 @@ stdenv.mkDerivation rec { pname = "eccodes"; - version = "2.24.2"; + version = "2.27.0"; src = fetchurl { url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz"; - sha256 = "sha256-xgrQ/YnhGRis4NhMAUifISIrEdbK0/90lYVqCt1hBAM="; + sha256 = "sha256-7eWz/9UDlnperIkQDo6tXhaogbdYXQLwM1hO0MQmnJk="; }; postPatch = '' 2022-11-08T10:58:21 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 eccodes nix build failed. -- Feature JPG_LIBJASPER enabled -- Feature JPG_LIBOPENJPEG enabled -- Found ZLIB: /nix/store/6549jyzmdk7mqv3wvrqbqjr02zjp9csw-zlib-1.2.13/lib/libz.so (found version "1.2.13") -- Found PNG: /nix/store/1340idk6aawzqhk3r43mmncq3z9qixlw-libpng-apng-1.6.37/lib/libpng.so (found version "1.6.37") -- eccodes FOUND PNG -- PNG_INCLUDE_DIRS : [/nix/store/zdbhgd8bxanvhx3xli4xfbil8xqic1mj-libpng-apng-1.6.37-dev/include /nix/store/94rk4ssb4nji9qz9bvs3m2r7vvi0zy36-zlib-1.2.13-dev/include] -- PNG_LIBRARIES : [/nix/store/1340idk6aawzqhk3r43mmncq3z9qixlw-libpng-apng-1.6.37/lib/libpng.so /nix/store/6549jyzmdk7mqv3wvrqbqjr02zjp9csw-zlib-1.2.13/lib/libz.so] -- Found package PNG required for feature PNG -- Feature PNG enabled -- Found NetCDF: /nix/store/qgpqb929i494zimpxxq9hv59nx8s4sn5-netcdf-4.9.0/include (found version "4.9.0") -- FindNetCDF defines targets: -- - NetCDF::NetCDF_C [/nix/store/qgpqb929i494zimpxxq9hv59nx8s4sn5-netcdf-4.9.0/lib/libnetcdf.so] -- eccodes FOUND NetCDF (found version "4.9.0") -- Found package NetCDF required for feature NETCDF -- Feature NETCDF enabled -- Could NOT find AEC (missing: AEC_LIBRARY AEC_INCLUDE_DIR) CMake Error at cmake/ecbuild_log.cmake:190 (message): CRITICAL - AEC library was not found. AEC (Adaptive Entropy Coding) provides the WMO GRIB CCSDS compression and decompression of data. This is highly recommended from ecCodes >= 2.25.0 To force the build without it, use -DENABLE_AEC=OFF Call Stack (most recent call first): CMakeLists.txt:129 (ecbuild_critical)  -- Configuring incomplete, errors occurred! See also "/build/eccodes-2.27.0-Source/build/CMakeFiles/CMakeOutput.log". See also "/build/eccodes-2.27.0-Source/build/CMakeFiles/CMakeError.log".