Package Details: linux-cachyos 6.8.9-1

Git Clone URL: https://aur.archlinux.org/linux-cachyos.git (read-only, click to copy)
Package Base: linux-cachyos
Description: The Linux SCHED-EXT + Cachy Sauce Kernel by CachyOS with other patches and improvements kernel and modules
Upstream URL: https://github.com/CachyOS/linux-cachyos
Keywords: cachyos kernel linux
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, UKSMD-BUILTIN, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Submitter: ptr1337
Maintainer: ptr1337 (sir_lucjan)
Last Packager: sir_lucjan
Votes: 20
Popularity: 1.67
First Submitted: 2021-10-12 18:31 (UTC)
Last Updated: 2024-05-02 18:26 (UTC)

Required by (12)

Sources (6)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

ptr1337 commented on 2023-04-30 09:48 (UTC)

@tydynrain

lrng got added back. But if you not have a exact reason to use lrng, then better don't use it. :)

tydynrain commented on 2023-04-26 10:28 (UTC)

I commented out mention of the 0001-lrng.patch in the PKGBUILD and the kernel built fine.

tydynrain commented on 2023-04-26 00:08 (UTC)

I'm trying to build 6.3.0-2, and one of the patches seems not to exist on the server. I've tried multiple times, even with wget, and nada.

curl: (22) The requested URL returned error: 404

==> ERROR: Failure while downloading https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.3/misc/0001-lrng.patch

Aborting...

xenu commented on 2023-04-25 08:50 (UTC) (edited on 2023-04-25 09:41 (UTC) by xenu)

Edit: Solution was to install pahole package from cachyos repo. Thanks for the support on discord.

Trying to upgrade to 6.3 I get the following error:

BTF .btf.vmlinux.bin.o

btf_encoder__encode: btf__dedup failed!

Failed to encode BTF

BTFIDS vmlinux

libbpf: failed to find '.BTF' ELF section in vmlinux

FAILED: load BTF from vmlinux: No data available

make[1]: *** [scripts/Makefile.vmlinux:35: vmlinux] Error 255

make[1]: *** Deleting file 'vmlinux'

make: *** [Makefile:1247: vmlinux] Error 2

==> ERROR: A failure occurred in build().

Aborting...

Is this an error with the package or with my setup?

ptr1337 commented on 2023-04-02 08:58 (UTC)

@tydynrain

I cant reproduce that. Please clear the patches from your directory and fetch them again.

tydynrain commented on 2023-03-31 06:27 (UTC) (edited on 2023-03-31 06:28 (UTC) by tydynrain)

I just tried to build again and the integrity check failed.

==> ERROR: Integrity checks (sha256) differ in size from the source array.

When I updated checksums using:

makepkg -g >> PKGBUILD

It still fails with:

patching file include/linux/blkdev.h

==> ERROR: A failure occurred in prepare().

Aborting...

tydynrain commented on 2023-02-21 05:58 (UTC) (edited on 2023-02-21 06:25 (UTC) by tydynrain)

I just got this error when I tried to build it:

=> ERROR: Integrity checks (sha256) differ in size from the source array.

When I run makepkg -g >> PKGBUILD to update the checksums, I get the following error:

==> ERROR: pkgrel is not allowed to be empty.

==> ERROR: pkgver is not allowed to be empty.

==> ERROR: pkgname is not allowed to be empty.

ptr1337 commented on 2023-01-22 13:13 (UTC)

@Mushoz

Works for me. Tested with:

git clone https://aur.archlinux.org/linux-cachyos.git
cd linux-cachyos
makepkg -si

I think you are using AUR Helpers, which are caching source files. Since the patchset gets with every major version completly updated, it will fail at the current checksums. Be sure that you are deleting the source files, before using it with a AUR Helper.

Mushoz commented on 2023-01-21 21:23 (UTC)

The checksums need updating for the package to build successfully.