Search Criteria
Package Details: linux-xanmod-git-headers 6.11.5.xanmod1.r0.g01af8d9d2426-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/linux-xanmod-git.git (read-only, click to copy) |
|---|---|
| Package Base: | linux-xanmod-git |
| Description: | Headers and scripts for building modules for the Linux Xanmod - git version kernel |
| Upstream URL: | http://www.xanmod.org/ |
| Keywords: | kernel xanmod |
| Licenses: | GPL2 |
| Submitter: | figuepluto |
| Maintainer: | figue |
| Last Packager: | figue |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-03-23 12:11 (UTC) |
| Last Updated: | 2024-11-25 23:49 (UTC) |
Dependencies (11)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libelf (elfutils-gitAUR, elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (make)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
- xz (xz-gitAUR) (make)
Latest Comments
1 2 3 Next › Last »
saburouta commented on 2025-12-31 20:41 (UTC)
The kernel config process is too unweildly for me to debug in detail. I rebuilt my config my hand in
make xconfig. I no longer see the L1_CACHE_SHIFT error, but I also do not know what originally caused it to happen.It may be related to the native-architecture options. I'm not sure the string the Xanmod script is using is the correct string expected by the kernel scripts.
figue commented on 2025-12-29 08:38 (UTC)
Hi @saburouta
I'll check later. Didn't build the -git package in a while, but should work.
saburouta commented on 2025-12-29 01:12 (UTC)
Part of the linux-kernel config scripts seem to break every couple of years or so. Is anyone else seeing this old issue return? I tried manually adding the symbol back to the config file, but apparently all make targets overwrite the file with a bad default file. (For what it's worth, I have a 7960X, which may have a weirdly-detected architecture.)
Does anyone know of a workaround? I tried several different make targets to see if I could get the build to just accept my file, but it seems they all perform a broken kind of over-writing.
Current build command:
make ${_compiler_flags} KCONFIG_CONFIG=.configCrimsonKnight13 commented on 2024-11-26 01:14 (UTC)
Thanks for fixing it!
figue commented on 2024-11-25 23:14 (UTC)
According to xanmod.org official page, sources now are pushed to https://gitlab.com/xanmod/linux.git
I'll change the source pointing there.
CrimsonKnight13 commented on 2024-11-24 16:11 (UTC)
It works perfectly (thanks!) though I did update the source from git+https://github.com/xanmod/linux.git to git+https://gitlab.com/xanmod/linux.git in order to compile 6.12.1.
figue commented on 2024-11-24 11:15 (UTC)
I have updated the PKGBUILD and the microarchitecture script.
I haven't time to test it, please do it if you can, or I'll try to test it next week. Thanks!
CrimsonKnight13 commented on 2024-11-22 22:00 (UTC)
Other than the git origin & the weird x64-v2 localversion naming issue, it works great. Thanks for looking into it!
figue commented on 2024-11-22 21:27 (UTC)
@CrimsonKnight13 I have not used this package since xanmod always make releases, but if I time this weekend I'll update it and check it.
CrimsonKnight13 commented on 2024-11-22 20:17 (UTC) (edited on 2024-11-22 20:47 (UTC) by CrimsonKnight13)
After changing the remote origin to the gitlab version due to the github one being archived, I've hit a weird wall. It compiles fine & the gcc optimization script sees that I have it set to AMD native (99) but once the kernel installs, it shows up as x64-v2.
Did something change in the source to no longer recognize 99 as AMD native (currently set as an export in makepkg.conf)? It appears to be auto-selecting 96 or the code from PKGBUILD isn't working properly as follows:
``# Choose between the 4 main configs for stable branch. Default x86-64-v1 which use CONFIG_GENERIC_CPU2:
Possible values: config_x86-64-v1 / config_x86-64-v2 (default) / config_x86-64-v3 / config_x86-64-v4
This will be overwritten by selecting any option in microarchitecture script
Source files: https://github.com/xanmod/linux/tree/5.17/CONFIGS/xanmod/gcc
if [ -z ${_config+x} ]; then _config=config_x86-64-v2 fi``
Any help is greatly appreciated. Also, thanks for all of your hard work with the xanmod packages, figue!
Edit: I'm not super familiar with python-markdown & fenced code. Any pointers to get the code block right?
Edit 2: It appears that its just the naming scheme that is not reflecting it as native
zcat /proc/config.gz | grep CONFIG_MNATIVE_AMD
CONFIG_MNATIVE_AMD=y
1 2 3 Next › Last »