Package Details: linux-cachyos-bore-headers 7.0.9-1

Git Clone URL: https://aur.archlinux.org/linux-cachyos-bore.git (read-only, click to copy)
Package Base: linux-cachyos-bore
Description: Headers and scripts for building modules for the Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements kernel
Upstream URL: https://github.com/CachyOS/linux-cachyos
Keywords: bore cachyos linux
Licenses: GPL-2.0-only
Provides: LINUX-HEADERS
Submitter: ptr1337
Maintainer: ptr1337 (sir_lucjan)
Last Packager: sir_lucjan
Votes: 14
Popularity: 0.37
First Submitted: 2021-12-08 18:26 (UTC)
Last Updated: 2026-05-18 09:33 (UTC)

Required by (319)

Sources (3)

Latest Comments

1 2 3 Next › Last »

dcarmal commented on 2026-05-28 18:21 (UTC)

To everyone having this issue, modifying the PKGBUILD file makes the integrity checks fail. Only solution so far is to navigate to the package folder, execute updpkgsums and build the package manually with makepkg -si

Aftershock9009 commented on 2026-04-17 02:28 (UTC)

Trying to compile with only _localmodcfg:=yes, _use_llvm_lto:=thin and _processor_opt:=native

makepkg        
==> Making package: linux-cachyos-bore-lto 7.0.0-1 (Thu 16 Apr 2026 09:17:26 PM -05)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading cachyos-7.0.0-2.tar.gz...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
  0      0   0      0   0      0      0      0                              0
100 248.2M 100 248.2M   0      0 25.72M      0   00:09   00:09         46.42M
  -> Found config
  -> Downloading dkms-clang.patch...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
100   1857 100   1857   0      0  14281      0                              0
  -> Downloading 0001-bore-cachy.patch...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
100  38516 100  38516   0      0 271.8k      0                              0
==> ERROR: Integrity checks (b2) differ in size from the source array.

Tried a vanilla run and dkms-clang.patch doesnt get downloaded.

facucosta commented on 2026-04-15 05:32 (UTC)

Thanks a lot :-)

ptr1337 commented on 2026-04-15 05:25 (UTC)

@facucosta

A patch for nvidia-open-dkms is needed, if you dont use the build_nvidia function. I can add it to the official repository after work.

facucosta commented on 2026-04-14 23:42 (UTC) (edited on 2026-04-14 23:42 (UTC) by facucosta)

I am getting an error when trying to install the nvidia-open-dkms module for linux-cachyos-bore 7.0.0-1. It installs correctly for other versions of the kernel (such as linux-lts) and it installed correctly for linux-cachyos-bore 6.9.12. The error in the log file /var/lib/dkms/nvidia/595.58.03/build/make.log is:

  CC [M]  nvidia.mod.o
  CC [M]  .module-common.o
  CC [M]  nvidia-uvm.mod.o
  CC [M]  nvidia-modeset.mod.o
  CC [M]  nvidia-drm.mod.o
  CC [M]  nvidia-peermem.mod.o
  LD [M]  nvidia-peermem.ko
  BTF [M] nvidia-peermem.ko
  LD [M]  nvidia-uvm.ko
awk: cmd. line:1: 'BEGIN
awk: cmd. line:1: ^ invalid char ''' in expression
make[5]: *** [/usr/lib/modules/7.0.0-1-cachyos-bore/build/scripts/Makefile.modfinal:59: nvidia-peermem.ko] Error 1
make[5]: *** Deleting file 'nvidia-peermem.ko'
make[5]: *** Waiting for unfinished jobs....
  LD [M]  nvidia.ko
  BTF [M] nvidia.ko
awk: cmd. line:1: 'BEGIN
awk: cmd. line:1: ^ invalid char ''' in expression
make[5]: *** [/usr/lib/modules/7.0.0-1-cachyos-bore/build/scripts/Makefile.modfinal:60: nvidia.ko] Error 1
make[5]: *** Deleting file 'nvidia.ko'
  BTF [M] nvidia-uvm.ko
awk: cmd. line:1: 'BEGIN
awk: cmd. line:1: ^ invalid char ''' in expression
make[5]: *** [/usr/lib/modules/7.0.0-1-cachyos-bore/build/scripts/Makefile.modfinal:60: nvidia-uvm.ko] Error 1
make[5]: *** Deleting file 'nvidia-uvm.ko'
make[4]: *** [/usr/lib/modules/7.0.0-1-cachyos-bore/build/Makefile:2042: modules] Error 2
make[3]: *** [/usr/lib/modules/7.0.0-1-cachyos-bore/build/Makefile:248: __sub-make] Error 2
make[3]: Leaving directory '/var/lib/dkms/nvidia/595.58.03/build/kernel-open'
make[2]: *** [Makefile:248: __sub-make] Error 2
make[2]: Leaving directory '/usr/lib/modules/7.0.0-1-cachyos-bore/build'
make[1]: *** [Makefile:138: modules] Error 2
make[1]: Leaving directory '/var/lib/dkms/nvidia/595.58.03/build/kernel-open'
make: *** [Makefile:59: modules] Error 2

# exit code: 2
# elapsed time: 00:00:56

Is there anything I can do on my side to fix this? Or do I have to wait for updates of linux-cachyos-bore or nvidia-open-dkms?

ptr1337 commented on 2026-04-14 18:50 (UTC)

@MineArchCoreX

That is normal since the source changes. Pull the PKGBUILD manually and update them if you do changes to the config.

MineArchCoreX commented on 2026-04-14 18:45 (UTC) (edited on 2026-04-14 18:51 (UTC) by MineArchCoreX)

if i try to build the package with _build_nvidia_open:=yes then i got the following error:

==> Making package: linux-cachyos-bore 7.0.0-1 (Tue Apr 14 20:41:49 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cachyos-7.0.0-2.tar.gz
  -> Found config
  -> Found NVIDIA-kernel-module-source-595.58.03.tar.xz
  -> Downloading 0002-Add-IBT-support.patch...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
100    868 100    868   0      0   6573      0                              0
  -> Downloading 0004-HACK-kernel-open-Makefile-Remove-PAHOLE_VARIABLE.patch...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
100   2843 100   2843   0      0  25012      0                              0
  -> Downloading 0003-fix-dsc-correct-RC-parameter-tables-to-match-VESA-DS.patch...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
100   5951 100   5951   0      0  51268      0                              0
  -> Downloading 0004-fix-dsc-use-bits_per_component-for-flatnessDetThresh.patch...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
100   3543 100   3543   0      0  34573      0                              0
  -> Downloading 0005-fix-dp-add-Bigscreen-Beyond-VR-headset-to-WAR-databa.patch...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
100   1821 100   1821   0      0  14629      0                              0
  -> Downloading 0001-bore-cachy.patch...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
100  38516 100  38516   0      0 137.5k      0                              0
==> ERROR: Integrity checks (b2) differ in size from the source array.

Glorfindel007 commented on 2026-03-14 09:25 (UTC)

Yeah, I get the same message every time there is an update. At this stage the AUR helper has already installed all the other updates so I rerun it and when asked answer All when it asks me if I want to cleanbuild.

tpkee commented on 2026-02-09 13:02 (UTC) (edited on 2026-02-09 13:02 (UTC) by tpkee)

Apparently there is a "linux-cachyos-bore-6.18.9-1" update but when I try to pull it through paru I get the following error:

==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'linux-cachyos-bore-6.18.9-1 (linux-cachyos-bore linux-cachyos-bore-headers)':
error: packages failed to build: linux-cachyos-bore-6.18.9-1 (linux-cachyos-bore linux-cachyos-bore-headers)