Package Details: linux-cachyos-bore 6.14.2-1

Git Clone URL: https://aur.archlinux.org/linux-cachyos-bore.git (read-only, click to copy)
Package Base: linux-cachyos-bore
Description: The Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements kernel and modules
Upstream URL: https://github.com/CachyOS/linux-cachyos
Keywords: bore cachyos linux
Licenses: GPL-2.0-only
Provides: ADIOS-MODULE, KSMBD-MODULE, NTSYNC-MODULE, UKSMD-BUILTIN, VHBA-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Submitter: ptr1337
Maintainer: ptr1337 (sir_lucjan)
Last Packager: sir_lucjan
Votes: 13
Popularity: 0.66
First Submitted: 2021-12-08 18:26 (UTC)
Last Updated: 2025-04-10 16:41 (UTC)

Dependencies (17)

Required by (14)

Sources (5)

Latest Comments

1 2 Next › Last »

jaro3 commented on 2025-04-20 15:03 (UTC)

build fails:


patching file lib/zstd/common/portability_macros.h
Hunk #3 FAILED at 46.
1 out of 4 hunks FAILED -- saving rejects to file lib/zstd/common/portability_macros.h.rej

 #ifndef DYNAMIC_BMI2
-  #if ((defined(__clang__) && __has_attribute(__target__)) \
+#  if ((defined(__clang__) && __has_attribute(__target__)) \
       || (defined(__GNUC__) \
-          && (__GNUC__ >= 11))) \
-      && (defined(__x86_64__) || defined(_M_X64)) \
+          && (__GNUC__ >= 12 || (__GNUC__ == 11 && __GNUC_MINOR__ >= 4)))) \
+      && (defined(__i386__) || defined(__x86_64__) || defined(_M_IX86) || defined(_M_X64)) \
       && !defined(__BMI2__)
-  #  define DYNAMIC_BMI2 1
-  #else
-  #  define DYNAMIC_BMI2 0
-  #endif
+#    define DYNAMIC_BMI2 1
+#  else
+#    define DYNAMIC_BMI2 0
+#  endif
 #endif

patchouli commented on 2024-09-30 17:53 (UTC) (edited on 2024-09-30 17:55 (UTC) by patchouli)

Your checksums for 0001-cachyos-base-all.patch and 0001-bore-cachy.patch are failing validity checks

smug_twingo commented on 2024-07-22 14:51 (UTC) (edited on 2024-07-22 14:52 (UTC) by smug_twingo)

Integrity check is failing for 0001-bore-cachy.patch

Not sure why; patch file is being downloaded correctly

BrianAllred commented on 2024-04-15 02:16 (UTC) (edited on 2024-04-15 15:50 (UTC) by BrianAllred)

cachyos-base-all patch is failing the validity check.

Edit: Never mind, just had to clear cache.

jaro3 commented on 2024-03-21 02:36 (UTC)

doesn't build ;-;

LINK /usr/src/tmp/linux-cachyos-bore/src/linux-6.8.1/tools/bpf/bpftool/bootstrap/bpftool GEN vmlinux.h libbpf: failed to find '.BTF' ELF section in /usr/src/tmp/linux-cachyos-bore/src/linux-6.8.1/vmlinux Error: failed to load BTF from /usr/src/tmp/linux-cachyos-bore/src/linux-6.8.1/vmlinux: No data available make: *** [Makefile:208: vmlinux.h] Error 195 make: *** Deleting file 'vmlinux.h' make: Leaving directory '/usr/src/tmp/linux-cachyos-bore/src/linux-6.8.1/tools/bpf/bpftool' ==> ERROR: A failure occurred in build(). Aborting...

HJZ commented on 2024-02-17 23:10 (UTC) (edited on 2024-02-17 23:15 (UTC) by HJZ)

An error appears when trying to install. Deleting the build files does not help.

==> Получение исходных файлов...
-> Найден linux-6.7.5.tar.xz
-> Найден config
-> Найден auto-cpu-optimization.sh
-> Найден 0001-cachyos-base-all.patch
-> Найден 0001-bore-cachy.patch
==> Проверка файлов source с использованием b2sums...
linux-6.7.5.tar.xz ... Готово
config ... Готово
auto-cpu-optimization.sh ... Готово
0001-cachyos-base-all.patch ... СБОЙ
0001-bore-cachy.patch ... Готово
==> ОШИБКА: Исходные файлы не прошли проверку целостности!
-> ошибка сборки: linux-cachyos-bore-exit status 1
-> Failed to install the following packages. Manual intervention is required:
linux-cachyos-bore-headers - exit status 1
linux-cachyos-bore - exit status 1

sir_lucjan commented on 2023-03-07 10:55 (UTC)

@Dlani NOT out-of-date. The latest STABLE version is 6.2.2. If you want 6.3-rc1 you have to install linux-cachyos-rc.

ptr1337 commented on 2023-01-13 18:03 (UTC)

Oops. I missed to update them after todays rebase. Will do it!

pfjarschel commented on 2023-01-13 18:02 (UTC)

'0001-Add-latency-priority-for-CFS-class.patch' still failing here...

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

I updated them! Sorry for the delay. I missed to update them cause of new year. Also a fix was needed to test. Everything is fine now!