@dmshimself as good practice, when a new release is up, use -C flag in makepkg to erase src folder.
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.03 |
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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 52 Next › Last »
figue commented on 2021-03-08 08:31 (UTC)
dmshimself commented on 2021-03-07 22:19 (UTC)
thanks @figue that is what I have in myconfig already, so great minds think alike :-)
and thanks @Aethanjf - I'll try that on my next build if I get the same issue with error in prepare
Aethanjf commented on 2021-03-07 22:12 (UTC)
@dmshimself This error is because there is src in you folder, if you remove this before compiling it won't error.
figue commented on 2021-03-07 22:05 (UTC)
@dmshimself as you post, your myconfig is executing this:
scripts/config --enable CONFIG_SATA_AHCI
so the final .config should have it. I'm not an expert, but in my case I have CONFIG_SATA_AHCI as module, maybe this is the issue here, and you need to put in your myconfig scripts/config --module CONFIG_SATA_AHCI
dmshimself commented on 2021-03-07 20:45 (UTC)
It must be me then :-) In order to simpify, I've deleted the old directory as suggested (many thanks), done a fresh git clone and then moved a myconfig file into the folder. I need to have SATA_AHCI enabled.
I've then run:
env _microarchitecture=30 use_numa=n use_tracers=n use_ns=y _localmodcfg=y makepkg -sri
It's building now. I note that the first part shows the following if it's of any interest .....
patching file tools/testing/selftests/seccomp/seccomp_bpf.c patching file tools/testing/selftests/wireguard/netns.sh patching file virt/kvm/kvm_main.c -> Setting version... -> Applying patch sphinx-workaround.patch... patching file Documentation/conf.py -> Disabling FUNCTION_TRACER/GRAPH_TRACER... -> Disabling NUMA... ==> Detected CPU architecture: silvermont
I then see ....
==> Building this package for microarchitecture: CONFIG_MSILVERMONT
-> Applying myconfig... + scripts/config --enable CONFIG_SATA_AHCI
HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/confdata.o
and it's off and running. As this is a clean build, I expect it to work. Perhaps when the next version of this kernel is issued, I'll revisit and report back.
figue commented on 2021-03-07 19:54 (UTC)
@dmshimself seems you are patching tools/testing/selftests/wireguard/netns.sh but I don't merge any patch right now. Are you sure you are compiling linux-xanmod package? Why don't you erase the entire local repo and download it again? This package is working fine.
dmshimself commented on 2021-03-07 19:41 (UTC)
Advice on building
For a while now I've failed to get a makepkg to work with the following:
env XDG_CONFIG_HOME=/mnt/data/AUR/linux-xanmod _microarchitecture=30 use_numa=n use_tracers=n use_ns=y _localmodcfg=y makepkg -sri
I get an error after the patches are applied:
patching file tools/testing/selftests/wireguard/netns.sh patching file virt/kvm/kvm_main.c ==> ERROR: A failure occurred in prepare(). Aborting...
I've tried many combinations of flags to makepkg, but the only one I've found tht works is to do a clean build with a makepkg -C
Now there sn't anything wrong with that, but it takes a long time on my machine to do the build from scratch and I wondered if there might be a way to avoid this failure in prepare?
figue commented on 2021-03-03 07:35 (UTC)
@simona linux-xanmod-anbox is not maintained by me. Please, leave a comment in its web.
simona commented on 2021-03-03 00:14 (UTC)
linux-xanmod-anbox is more slow? someone can explain me why '-anbox' is not the standard default config for kernel?
figue commented on 2021-03-02 23:24 (UTC)
@xuanruiqi solved in 3de884c332a5
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: