[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 02/02: gnu: linux-libre: Update to 6.9.
From: |
Leo Famulari |
Subject: |
Re: 02/02: gnu: linux-libre: Update to 6.9. |
Date: |
Wed, 5 Jun 2024 14:27:37 -0400 |
On Tue, Jun 04, 2024 at 08:41:47AM +0200, Ludovic Courtès wrote:
> It seems that it broke ‘x86-energy-perf-policy’ and ‘zfs-auto-snapshot’:
>
> https://ci.guix.gnu.org/eval/1374635?status=newly-failed
Aha, a new feature in the CI web interface! Wonderful!
The failure of 'x86-energy-perf-policy' appears to be spurious, caused by
the builder running out of memory, which happens often on our i686-linux
build environment on ci.guix.gnu.org:
------
xz: (stdin): Cannot allocate memory
------
https://ci.guix.gnu.org/build/4794093/details
But the failure of 'zfs-auto-snapshot' is real:
------
checking whether bdev_open_by_path() exists... configure: error:
*** None of the expected "blkdev_get_by_path()" interfaces were
detected.
*** This may be because your kernel version is newer than what is
*** supported, or you are using a patched custom kernel with
*** incompatible modifications.
***
*** ZFS Version: zfs-2.2.3-1
*** Compatible Kernels: 3.10 - 6.7
error: in phase 'really-configure': uncaught exception:
------
As menitoned in the error message, this package does not support kernels
newer than 6.7. And, development appears to be suspended:
https://github.com/zfsonlinux/zfs-auto-snapshot/issues/117