Package Details: linux-xanmod-rt 6.6.58-1

Git Clone URL: https://aur.archlinux.org/linux-xanmod-rt.git (read-only, click to copy)
Package Base: linux-xanmod-rt
Description: The Linux kernel and modules with Xanmod patches
Upstream URL: http://www.xanmod.org/
Licenses: GPL2
Provides: KSMBD-MODULE, NTFS3-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: figue
Maintainer: figue (figuepluto, jfigueras)
Last Packager: figue
Votes: 8
Popularity: 0.015595
First Submitted: 2019-10-27 16:48 (UTC)
Last Updated: 2024-10-25 17:18 (UTC)

Dependencies (14)

Required by (5)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

figue commented on 2021-07-31 19:19 (UTC)

@tydynrain I don't know why it fails... Other kernels fail too? Did you used some custom configs?

I usually test to build my packages in OBS. So compilation should be fine with the stock config. You can see the final package pushed to my repo:

https://download.opensuse.org/repositories/home:/ffigue/Arch/x86_64/

tydynrain commented on 2021-07-31 05:55 (UTC)

The last few times I've tried to build this kernel, it's failed with this error message:

GEN .version

CHK include/generated/compile.h

LD vmlinux.o

MODPOST vmlinux.symvers

MODINFO modules.builtin.modinfo

GEN modules.builtin

LD .tmp_vmlinux.kallsyms1

ld: kernel/printk/printk.o: in function `print_sync_until.cold':

printk.c:(.text.unlikely+0x11): undefined reference to `kgdb_roundup_cpu'

ld: kernel/printk/printk.o: in function `console_atomic_unlock.cold':

printk.c:(.text.unlikely+0x3e0): undefined reference to `kgdb_roundup_cpu'

make: *** [Makefile:1200: vmlinux] Error 1

==> ERROR: A failure occurred in build().

Aborting...

figue commented on 2021-07-11 10:42 (UTC)

@ishitatsuyuki you are right. I forgot to add to git. Sorry. Fixed.

ishitatsuyuki commented on 2021-07-11 05:07 (UTC)

@figue choose-gcc-optimization.sh fails integrity check. Please double check if you have included that in your commit!

figue commented on 2021-06-12 22:25 (UTC)

@nulldev sorry, they are not included in branch 5.11-rt for now. You're welcome!

nulldev commented on 2021-06-12 03:38 (UTC)

Can you update the microarchitecture script on this package like you did here: https://aur.archlinux.org/cgit/aur.git/commit/choose-gcc-optimization.sh?h=linux-xanmod-rt510&id=6603b03d23461f2784c2dcb417a7949048040b9f

Thanks for maintaining the linux-xandmod* packages by the way!

figue commented on 2021-05-15 08:53 (UTC) (edited on 2021-05-15 08:53 (UTC) by figue)

@MithicSpirit you can create a myconfig file in ${XDG_CONFIG_HOME}/linux-xanmod/myconfig with your custom configs enabled: "scripts/config --enable CONFIG_ZSWAP_DEFAULT_ON". Then rebuild the package.

Reference:

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=linux-xanmod-rt#n150

MithicSpirit commented on 2021-05-15 00:36 (UTC)

Zswap should probably be enabled by default, as this is the case in the regular linux package (https://wiki.archlinux.org/title/Zswap#Toggling_zswap).

figue commented on 2021-02-21 11:42 (UTC)

@DanEng1982 The sources of this package are "rt" branches of linux-xanmod project. You can check the available branches here:

https://github.com/xanmod/linux/branches/all?query=rt

figue commented on 2021-02-16 23:40 (UTC)

Can you try manually cloning and install with makepkg?