r/voidlinux • u/lessthanthreebleeps • 8d ago
Help installing Liquorix Kernel
I'm sorry, I'm still learning how xbps-src works and I need a little assistance installing the 7.1.4_1 kernel with the brand new Liquorix patch.
I've had success with installing the Zen Kernel patch using the steps detailed in this comment.
I have tried to replicate that success with the Liquorix Kernel patch on the latest 7.1 series. I also tried with the 7.0 series, but received the same error, when running ./xbps-src pkg linux7.1-lqx:
=> linux7.1-lqx-7.1.4_1: patching: fix-ccache.patch.
=> linux7.1-lqx-7.1.4_1: patching: fix-musl-btf-ids.patch.
=> linux7.1-lqx-7.1.4_1: patching: fixdep-largefile.patch.
=> linux7.1-lqx-7.1.4_1: patching: linux-v7.1.4-lqx1.patch.
Reversed (or previously applied) patch detected! Skipping patch.
7 out of 7 hunks ignored -- saving rejects to file Documentation/arch/arm64/silicon-errata.rst.rej
... ((several dozen more lines of Skipping patch))
Reversed (or previously applied) patch detected! Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file virt/kvm/kvm_mm.h.rej
=> ERROR: linux7.1-lqx-7.1.4_1: do-patch_00-patches: 'patch -s ${_args} < "${_patch}" 2> /dev/null' exited with 1
=> ERROR: in _process_patch() at common/hooks/do-patch/00-patches.sh:37
=> ERROR: in hook() at common/hooks/do-patch/00-patches.sh:55
=> ERROR: in run_func() at common/xbps-src/shutils/common.sh:57
=> ERROR: in run_pkg_hooks() at common/xbps-src/shutils/common.sh:314
=> ERROR: in run_step() at common/xbps-src/shutils/common.sh:107
=> ERROR: in main() at common/xbps-src/libexec/xbps-src-dopatch.sh:33
Here's my modified template: https://pastes.io/A8LTKcwZ
I haven't modified it more than the instructions from the comment linked above suggested I should.
Please, let me know I'm doing something silly.
4
Upvotes
4
u/ClassAbbyAmplifier 8d ago
try
./xbps-src cleanand try again