2022-11-07T11:33:00 glusterfs 10.1 -> 10.3 https://repology.org/metapackage/glusterfs/versions 2022-11-07T11:33:02 attrpath: glusterfs 2022-11-07T11:33:03 Checking auto update branch... 2022-11-07T11:33:03 An auto update branch exists with message `glusterfs: 10.1 -> 10.2`. New version is 10.3. 2022-11-07T11:33:03 The auto update branch does not match or exceed the new version. 2022-11-07T11:33:06 [version] 2022-11-07T11:33:11 [version] updated version and sha256 2022-11-07T11:33:11 [rustCrateVersion] 2022-11-07T11:33:11 [rustCrateVersion] No cargoSha256 found 2022-11-07T11:33:11 [golangModuleVersion] 2022-11-07T11:33:11 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-07T11:33:11 [updateScript] 2022-11-07T11:33:11 [updateScript] skipping because derivation has no updateScript 2022-11-07T11:33:11 2022-11-07T11:33:11 [quotedUrls] 2022-11-07T11:33:11 [quotedUrls] nothing found to replace 2022-11-07T11:33:12 Diff after rewrites: diff --git a/pkgs/tools/filesystems/glusterfs/default.nix b/pkgs/tools/filesystems/glusterfs/default.nix index a1d09df7e60..2dea0cd757d 100644 --- a/pkgs/tools/filesystems/glusterfs/default.nix +++ b/pkgs/tools/filesystems/glusterfs/default.nix @@ -55,13 +55,13 @@ let ]; in stdenv.mkDerivation rec { pname = "glusterfs"; - version = "10.1"; + version = "10.3"; src = fetchFromGitHub { owner = "gluster"; repo = pname; rev = "v${version}"; - sha256 = "sha256-vVFC2kQNneaOwrezPehOX32dpJb88ZhGHBApEXc9MOg="; + sha256 = "sha256-2+zdEbvXwfjAyeWpy0TAWRE0kvqSUqebmRyuhdfzYd0="; }; inherit buildInputs propagatedBuildInputs; @@ -87,9 +87,9 @@ in stdenv.mkDerivation rec { ''; # Note that the VERSION file is something that is present in release tarballs - # but not in git tags (at least not as of writing in v3.10.1). + # but not in git tags (at least not as of writing in v3.10.3). # That's why we have to create it. - # Without this, gluster (at least 3.10.1) will fail very late and cryptically, + # Without this, gluster (at least 3.10.3) will fail very late and cryptically, # for example when setting up geo-replication, with a message like # Staging of operation 'Volume Geo-replication Create' failed on localhost : Unable to fetch master volume details. Please check the master cluster and master volume. # What happens here is that the gverify.sh script tries to compare the versions, @@ -146,7 +146,7 @@ in stdenv.mkDerivation rec { # Note that we only wrap the symlinks in $out/bin, not the actual executable scripts in $out/libexec/glusterfs. # This is because those scripts use `__file__` in their program logic - # (see https://github.com/gluster/glusterfs/blob/v3.10.1/extras/cliutils/cliutils.py#L116) + # (see https://github.com/gluster/glusterfs/blob/v3.10.3/extras/cliutils/cliutils.py#L116) # which would break if we changed the file name (which is what `wrapProgram` does). # Luckily, `libexec` scripts are never supposed to be invoked straight from PATH, # instead they are invoked directly from `gluster` or `glusterd`, which is why it is 2022-11-07T11:34:52 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 glusterfs nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/zj96q1gc1rx5lz56kmd07bbyv3vzm4hc-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources applying patch /nix/store/qnd2y2x2l43mny8bnsl61ffgsynrrrbk-ssl_cert_path.patch patching file configure.ac Hunk #1 FAILED at 766. 1 out of 1 hunk FAILED -- saving rejects to file configure.ac.rej