Package Details: linux-xanmod-rt-headers 6.18.16-1

Git Clone URL: https://aur.archlinux.org/linux-xanmod-rt.git (read-only, click to copy)
Package Base: linux-xanmod-rt
Description: Headers and scripts for building modules for the Linux Xanmod real-time version kernel
Upstream URL: http://www.xanmod.org/
Licenses: GPL-2.0-only
Submitter: figue
Maintainer: figue (figuepluto, jfigueras)
Last Packager: figue
Votes: 8
Popularity: 0.000001
First Submitted: 2019-10-27 16:48 (UTC)
Last Updated: 2026-03-05 00:12 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

blackhole commented on 2026-02-21 02:54 (UTC)

Compilation fails with Generic-x86-64-v2:


  CC      arch/x86/kernel/asm-offsets.s
In file included from ./arch/x86/include/asm/segment.h:167,
                 from ./arch/x86/include/asm/nospec-branch.h:587,
                 from ./arch/x86/include/asm/irqflags.h:9,
                 from ./include/linux/irqflags.h:18,
                 from ./include/linux/spinlock.h:59,
                 from ./include/linux/swait.h:7,
                 from ./include/linux/completion.h:12,
                 from ./include/linux/crypto.h:15,
                 from arch/x86/kernel/asm-offsets.c:9:
./arch/x86/include/asm/cache.h:8:26: error: ‘CONFIG_X86_L1_CACHE_SHIFT’ undeclared here (not in a function); did you mean ‘CONFIG_X86_LOCAL_APIC’?
    8 | #define L1_CACHE_SHIFT  (CONFIG_X86_L1_CACHE_SHIFT)
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~
./arch/x86/include/asm/cache.h:9:31: note: in expansion of macro ‘L1_CACHE_SHIFT’
    9 | #define L1_CACHE_BYTES  (1 << L1_CACHE_SHIFT)
      |                               ^~~~~~~~~~~~~~
./include/vdso/cache.h:8:25: note: in expansion of macro ‘L1_CACHE_BYTES’
    8 | #define SMP_CACHE_BYTES L1_CACHE_BYTES
      |                         ^~~~~~~~~~~~~~
./include/vdso/cache.h:12:58: note: in expansion of macro ‘SMP_CACHE_BYTES’
   12 | #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
      |                                                          ^~~~~~~~~~~~~~~
./include/linux/sched.h:515:3: note: in expansion of macro ‘____cacheline_aligned’
  515 | } ____cacheline_aligned;
      |   ^~~~~~~~~~~~~~~~~~~~~
make[2]: *** [scripts/Makefile.build:182: arch/x86/kernel/asm-offsets.s] Error 1
make[1]: *** [/home/audiolinux/Downloads/Temp/BUILD_XANMOD_92/src/linux-6.18/Makefile:1285: prepare0] Error 2

figue commented on 2026-02-03 20:03 (UTC)

@jprjr my apologies. It's really fixed now :)

jprjr commented on 2026-02-03 14:44 (UTC)

It seems like this is still broken:

cp: cannot stat 'CONFIGS/xanmod-rt/gcc/config-rt': No such file or directory

It looks like the correct file is at CONFIGS/x86_64/config-rt

figue commented on 2026-01-13 22:04 (UTC)

@jprjr thank you. You right. I think it's fixed now.

jprjr commented on 2026-01-13 21:38 (UTC) (edited on 2026-01-13 21:38 (UTC) by jprjr)

Receiving an error when building with:

env _microarchitecture=14 makepkg -sc
  -> Setting version...
cp: cannot stat 'CONFIGS/xanmod-rt/gcc/config_x86-64-v2': No such file or directory
==> ERROR: A failure occurred in prepare().

PiotrC commented on 2025-01-05 23:38 (UTC) (edited on 2025-01-05 23:49 (UTC) by PiotrC)

Correct solution to obtain missing Linus Torvald's key is gpg2 --locate-keys torvalds@kernel.org Then missing key will be installed

Similarly if you need key of Greg Kroah-Hartman use gpg2 --locate-keys gregkh@kernel.org

stagware commented on 2024-08-18 01:14 (UTC) (edited on 2024-08-18 01:16 (UTC) by stagware)

@NyxCatz It's a problem with Linus Torvald's GPG key not being pulled from the keyservers. This is also happening with kernel-xanmod

Pull it from kernel.org if you must. https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git

https://korg.docs.kernel.org/pgpkeys.html

NyxCatz commented on 2024-07-23 23:48 (UTC) (edited on 2024-07-23 23:51 (UTC) by NyxCatz)

You need to sort out your GPG key:

gpg: keyserver receive failed: No data error: failed to run: gpg --recv-keys ABAF11C65A2970B130ABE3C479BE3E4300411886:

archdevlab commented on 2024-07-13 03:21 (UTC)

Hi you should consider fixing tomoyo in the config file like linux-lqx package https://aur.archlinux.org/cgit/aur.git/commit/?h=linux-lqx&id=86bc172b309b60f09b27a6aacc6c0361d57f24de

blackhole commented on 2024-01-05 08:47 (UTC)

I have this error:

block nvme0n1: No UUID available providing old NGUID

and boot is a slower.

Previous version installed 6.1.59 was fine