ok, then has to be fixed in mkinitcpio. Nothing to worry about.
Search Criteria
Package Details: linux-xanmod-headers 6.11.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-xanmod.git (read-only, click to copy) |
---|---|
Package Base: | linux-xanmod |
Description: | Headers and scripts for building modules for the Linux Xanmod - Stable Mainline [MAIN] kernel |
Upstream URL: | http://www.xanmod.org/ |
Licenses: | GPL2 |
Submitter: | Yoshi2889 |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figue |
Votes: | 132 |
Popularity: | 2.20 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2024-11-22 21:25 (UTC) |
Dependencies (10)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 33 34 35 36 37 38 39 40 41 42 43 .. 52 Next › Last »
figue commented on 2020-05-17 19:48 (UTC)
PrfStrwberry commented on 2020-05-17 19:45 (UTC)
@figue looks like this is the bug I am having.
figue commented on 2020-05-17 19:38 (UTC) (edited on 2020-05-17 19:38 (UTC) by figue)
@PrfStrwberry @ax34 you mean this bug?
ax34 commented on 2020-05-17 19:29 (UTC)
@PrfStrwberry, the same issue for me
PrfStrwberry commented on 2020-05-17 18:35 (UTC)
cp: cannot stat '(builtin)': No such file or directory
Is there a way to fix this? Always pops up after mkinitcpio.
Boots fine though.
figue commented on 2020-05-17 14:20 (UTC) (edited on 2020-05-17 14:21 (UTC) by figue)
@TheGoliath check xanmod releases here before flagging out-of-date:
https://github.com/xanmod/linux/releases
Thanks
SpaceboyRoss commented on 2020-05-17 01:29 (UTC)
I think a patch is needed
CC [M] arch/x86/kvm/../../../virt/kvm/kvm_main.o
arch/x86/kvm/../../../virt/kvm/kvm_main.c: In function ‘__kvm_gfn_to_hva_cache_init’:
arch/x86/kvm/../../../virt/kvm/kvm_main.c:2236:42: error: ‘nr_pages_avail’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
2236 | for ( ; start_gfn <= end_gfn; start_gfn += nr_pages_avail) {
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [scripts/Makefile.build:268: arch/x86/kvm/../../../virt/kvm/kvm_main.o] Error 1
make[1]: *** [scripts/Makefile.build:505: arch/x86/kvm] Error 2
make: *** [Makefile:1685: arch/x86] Error 2
==> ERROR: A failure occurred in build().
Aborting...
shierji commented on 2020-05-04 01:17 (UTC)
@enihcam if you read the source of the PKGBUILD, you will find that the script work extactly as what you say... you can choose a different kernel souce URL by editing the PKGBUILD file
Anthony25 commented on 2020-04-30 18:56 (UTC)
Cool, thanks for the update!
figue commented on 2020-04-30 18:55 (UTC)
@Anthony25 evbug disabled upstream: https://github.com/xanmod/linux/blob/888315f9245fc72411e366d95aeace49aa796fd7/.config#L3885
Pinned Comments
anlorsp commented on 2024-07-13 17:07 (UTC) (edited on 2024-07-15 04:53 (UTC) by anlorsp)
Adding
to myconfig does solve the "Failed to insert module 'nvidia': Key was rejected by service" problem.
Anyone who configured secure boot using sbctl and want to load dkms modules can try this solution.
figue commented on 2018-12-14 00:50 (UTC) (edited on 2023-02-27 20:00 (UTC) by figue)
This package have several variables to enable/disable features.
Personally I'm running now xanmod kernel compiled with this:
Also, you can now create the file myconfig in your local repo to build this package with a custom config or use ${XDG_CONFIG_HOME}/linux-xanmod/myconfig. This file can be a full kernel config or be a script with several entries to add/remove options (you have several examples in PKGBUILD by using scripts/config):
Code involved: