charliecloud 0.24 -> 0.37 https://github.com/hpc/charliecloud/releases attrpath: charliecloud Checking auto update branch... No auto update branch exists [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/applications/virtualization/charliecloud/default.nix b/pkgs/applications/virtualization/charliecloud/default.nix index 2889d09183d7..6c7ec2d71993 100644 --- a/pkgs/applications/virtualization/charliecloud/default.nix +++ b/pkgs/applications/virtualization/charliecloud/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { - version = "0.24"; + version = "0.37"; pname = "charliecloud"; src = fetchFromGitHub { owner = "hpc"; repo = "charliecloud"; rev = "v${version}"; - sha256 = "sha256-kdaVlwE3vdCxsmJTOUwx8J+9UcBuXbKDwS2MHX2ZPPM="; + sha256 = "sha256-39+8zdwlhPFLVjAq5SoISY9fNW8mbFfOpxwsE9k6u8s="; }; nativeBuildInputs = [ autoreconfHook makeWrapper ]; Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A charliecloud nix build failed. checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking whether C compiler accepts -std=c99 -Wall -Werror... yes checking for asprintf in libc... yes checking for argp_parse in libc... yes checking for a sed that does not truncate output... /nix/store/q7kq0naays5251ihghw0ccsz39id7kk5-gnused-4.9/bin/sed checking how to run the C preprocessor... gcc -E checking for egrep -e... /nix/store/320v66ili0mwnyrxj3dwbxm0z8ndkbw7-gnugrep-3.11/bin/grep -E checking whether gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for shm_open in -lrt... yes checking if in chroot... no checking if user+mount namespaces work... yes checking for unprivileged overlayfs... no checking for tmpfs user xattrs... no checking for gcc options needed to detect all undeclared functions... none needed checking whether FNM_EXTMATCH is declared... yes checking for seccomp filter support... yes checking for mksquashfs... no checking for squashfuse... no checking for pkg-config... no configure: error: need pkg-config to find libfuse3; try --with-libsquashfuse=no or see issue #1844