2022-12-16T15:18:59 eccodes 2.24.2 -> 2.27.1 https://repology.org/metapackage/eccodes/versions 2022-12-16T15:19:01 attrpath: eccodes 2022-12-16T15:19:01 Checking auto update branch... 2022-12-16T15:19:01 No auto update branch exists 2022-12-16T15:19:05 [version] 2022-12-16T15:19:11 [version] updated version and sha256 2022-12-16T15:19:11 [rustCrateVersion] 2022-12-16T15:19:11 [rustCrateVersion] No cargoSha256 found 2022-12-16T15:19:11 [golangModuleVersion] 2022-12-16T15:19:11 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-16T15:19:11 [updateScript] 2022-12-16T15:19:11 [updateScript] skipping because derivation has no updateScript 2022-12-16T15:19:11 2022-12-16T15:19:11 [quotedUrls] 2022-12-16T15:19:11 [quotedUrls] nothing found to replace 2022-12-16T15:19:11 Diff after rewrites: diff --git a/pkgs/development/libraries/eccodes/default.nix b/pkgs/development/libraries/eccodes/default.nix index 54df7be6f1b..9e7e4488de1 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.1"; src = fetchurl { url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz"; - sha256 = "sha256-xgrQ/YnhGRis4NhMAUifISIrEdbK0/90lYVqCt1hBAM="; + sha256 = "sha256-cEBaRUCnOUye3IWlWrvm/iFGeNcazSVDSH7r68nha6w="; }; postPatch = '' 2022-12-16T15:20:45 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/lal84wf8mcz48srgfshj4ns1yadj1acs-zlib-1.2.13/lib/libz.so (found version "1.2.13") -- Found PNG: /nix/store/gaxj0c3csw0rgp3ygl9h9dv0b5y0i25f-libpng-apng-1.6.37/lib/libpng.so (found version "1.6.37") -- eccodes FOUND PNG -- PNG_INCLUDE_DIRS : [/nix/store/6vbfxf54dj07yjffn4cz8sh7idbb7f33-libpng-apng-1.6.37-dev/include /nix/store/v4gn0w3rg3ci8mi5bzlsj3ls6hnm804i-zlib-1.2.13-dev/include] -- PNG_LIBRARIES : [/nix/store/gaxj0c3csw0rgp3ygl9h9dv0b5y0i25f-libpng-apng-1.6.37/lib/libpng.so /nix/store/lal84wf8mcz48srgfshj4ns1yadj1acs-zlib-1.2.13/lib/libz.so] -- Found package PNG required for feature PNG -- Feature PNG enabled -- Found NetCDF: /nix/store/0p42z874crcp9d2nlwxdalrg1y2rri53-netcdf-4.9.0/include (found version "4.9.0") -- FindNetCDF defines targets: -- - NetCDF::NetCDF_C [/nix/store/0p42z874crcp9d2nlwxdalrg1y2rri53-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.1-Source/build/CMakeFiles/CMakeOutput.log". See also "/build/eccodes-2.27.1-Source/build/CMakeFiles/CMakeError.log".