Search Criteria
Package Details: linux-cachyos-bore-headers 7.1.8-1
Package Actions
| 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: | 16 |
| Popularity: | 1.39 |
| First Submitted: | 2021-12-08 18:26 (UTC) |
| Last Updated: | 2026-08-11 21:32 (UTC) |
Dependencies (29)
- binutils
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libelf (elfutils-gitAUR, elfutils-gitAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- linux-cachyos-boreAUR
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- pahole (pahole-gitAUR)
- xxhash (xxhash-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- bc (bc-ghAUR) (make)
- binutils (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR) (make)
- libelf (elfutils-gitAUR, elfutils-gitAUR) (make)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR) (make)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- Show 9 more dependencies...
Required by (324)
- 8189fs-git (requires linux-headers) (make)
- 8852be-dkms-git (requires linux-headers)
- acronis-cyber-protect-bin (requires linux-headers)
- activdriver (requires linux-headers) (make)
- advantech-vcom (requires linux-headers)
- aic8800d80-pcie-dkms (requires LINUX-HEADERS) (optional)
- aivpn-kernel-dkms (requires linux-headers) (optional)
- akari (requires linux-headers) (make)
- alx-wol-dkms (requires linux-headers) (optional)
- amneziawg-linux (requires linux-headers) (make)
- ape1553-bsp (requires linux-headers) (make)
- asix-ax88279-dkms (requires linux-headers) (make)
- asix-ax99100 (requires linux-headers)
- asix-ax99100-dkms (requires linux-headers) (make)
- ast-dkms (requires linux-headers)
- asus-rog-nb-wmi-dkms-git (requires linux-headers)
- asus-rog-ryujin-hwmon-dkms-git (requires linux-headers) (optional)
- atheros-ar3012 (requires linux-headers) (make)
- atlantic-dkms (requires LINUX-HEADERS) (make)
- backlight-tooler (requires linux-headers)
- Show 304 more...
Latest Comments
1 2 3 4 Next › Last »
lamarpavel commented on 2026-07-31 06:17 (UTC) (edited on 2026-07-31 06:18 (UTC) by lamarpavel)
@PotionSeller
So let's do it right from the beginning and instead of adding
SKIPin theb2sumsarray we add the correct hash. The file in question is the0001-bore-cachy.patch, the link can be constructed from the_patchsourceand_majorvariables and this line in the PKGBUILD: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=linux-cachyos-bore#n239So download the current version of the file and compute the b2sum from it:
curl https://raw.githubusercontent.com/cachyos/kernel-patches/master/7.1/sched/0001-bore-cachy.patch | b2sumFor me that is
c7b49a1ea71f1d837027680bb79688a201940101fdec1efa2cf9f103ba301530fdb0b82da465fa1f0ff095836640491d8e18fe7a732a6a3a75095d784eb4689dbut it will change when the file changes, so by the time you read this comment it may be a different sum, which is why you should compute it yourself instead of copying it.Add that sum to the
b2sumsarray instead of5a2311d5b672ad36a67d7f83b2ae1d5cbd6878386d502c6093f8e7ba37c5392152095ae737bf0c1dfdf4efb513c2bd0d6ebed2f29e212225a2494e6f18cb103fAll that being said, for a cryptographic hash to serve its purpose it should be computed and distributed by the source and only verified by the recipient. The problem here is that the PKGBUILD is not updated with the correct information. Whenever any of the sources changes, the PKGBUILD should also be updated to have the correct b2sums.
PotionSeller commented on 2026-07-29 22:11 (UTC) (edited on 2026-07-29 22:27 (UTC) by PotionSeller)
As a temporary fix till the maintainer updates the PKGBUILD:
-start yay with the "--editmenu" flag
-when it asks "PKGBUILDs to edit?" select the number of "linux-cachyos-bore"
-scroll to the very bottom of the file opened, it should look like
-change the last line to 'SKIP':
-save and quit the editor, confirm "Proceed with install? [Y/n]"
Note that disabling the verification is not good practice, since the checksum ensures that the source files are still the same that the package author tested. in this case, it should be alright, looking at the cachyos git it seems like they just changed the bore scheduler version from the release canidate "6.8.0-rc1" to "6.8.1"
facucosta commented on 2026-07-28 02:32 (UTC) (edited on 2026-07-28 02:35 (UTC) by facucosta)
Since the upgrade to 7.1.5-2 I am getting this error when trying to upgrade with yay from 7.1.4-2 doing a cleanBuild:
Is there anything I can do on my end to solve the issue?
FishRabbit commented on 2026-06-28 06:16 (UTC) (edited on 2026-06-28 06:18 (UTC) by FishRabbit)
build the package need "bison" and "flex"
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
updpkgsumsand build the package manually withmakepkg -siAftershock9009 commented on 2026-04-17 02:28 (UTC)
Trying to compile with only
_localmodcfg:=yes,_use_llvm_lto:=thinand_processor_opt:=nativeTried 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:
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?
1 2 3 4 Next › Last »