2022-11-14T10:13:13 eccodes 2.24.2 -> 2.27.0 https://repology.org/metapackage/eccodes/versions 2022-11-14T10:13:15 attrpath: eccodes 2022-11-14T10:13:15 Checking auto update branch... 2022-11-14T10:13:16 No auto update branch exists 2022-11-14T10:13:19 [version] 2022-11-14T10:13:25 [version] updated version and sha256 2022-11-14T10:13:25 [rustCrateVersion] 2022-11-14T10:13:25 [rustCrateVersion] No cargoSha256 found 2022-11-14T10:13:25 [golangModuleVersion] 2022-11-14T10:13:25 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-14T10:13:25 [updateScript] 2022-11-14T10:13:25 [updateScript] skipping because derivation has no updateScript 2022-11-14T10:13:25 2022-11-14T10:13:25 [quotedUrls] 2022-11-14T10:13:25 [quotedUrls] nothing found to replace 2022-11-14T10:13:26 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-14T10:15:02 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/026hln0aq1hyshaxsdvhg0kmcm6yf45r-zlib-1.2.13/lib/libz.so (found version "1.2.13") -- Found PNG: /nix/store/d9i9f63d1121378id4kf2swn06a5grwa-libpng-apng-1.6.37/lib/libpng.so (found version "1.6.37") -- eccodes FOUND PNG -- PNG_INCLUDE_DIRS : [/nix/store/ifswzxzvkxjyv7rq6i1a90vsw3n6ia1n-libpng-apng-1.6.37-dev/include /nix/store/0y971q54v6jm9ss243xhl4y0gnlsm9c8-zlib-1.2.13-dev/include] -- PNG_LIBRARIES : [/nix/store/d9i9f63d1121378id4kf2swn06a5grwa-libpng-apng-1.6.37/lib/libpng.so /nix/store/026hln0aq1hyshaxsdvhg0kmcm6yf45r-zlib-1.2.13/lib/libz.so] -- Found package PNG required for feature PNG -- Feature PNG enabled -- Found NetCDF: /nix/store/nmz4qb76xjn335l5hj3dn0sfi0ykg6d6-netcdf-4.9.0/include (found version "4.9.0") -- FindNetCDF defines targets: -- - NetCDF::NetCDF_C [/nix/store/nmz4qb76xjn335l5hj3dn0sfi0ykg6d6-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".