It's now ignoring other CC and is using GCC by default. Also optimization flags like -O3, -mtune=native, -march=native is ignored? Why?
Search Criteria
Package Details: linux-xanmod-headers 7.0.9-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: | GPL-2.0-only |
| Submitter: | Yoshi2889 |
| Maintainer: | figue (figuepluto, jfigueras) |
| Last Packager: | figue |
| Votes: | 131 |
| Popularity: | 0.196625 |
| First Submitted: | 2017-02-14 09:40 (UTC) |
| Last Updated: | 2026-05-17 23:27 (UTC) |
Dependencies (13)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- libelf (elfutils-gitAUR, elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rustup-gitAUR, rust-src-gitAUR, rustup) (make)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
- xz (xz-gitAUR) (make)
Required by (1)
- linuwu-sense-dkms (optional)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 29 30 31 32 33 34 35 36 37 38 39 .. 53 Next › Last »
Sourav commented on 2020-09-30 14:03 (UTC) (edited on 2020-09-30 14:04 (UTC) by Sourav)
Netl0tUz commented on 2020-09-27 18:14 (UTC) (edited on 2020-09-27 18:28 (UTC) by Netl0tUz)
already tried with different build combination but i get this error every time,and system fails to boot. changing compression method didn't help either.
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-xanmod-fallback.img
==> WARNING: errors were encountered during the build. The image may not be complete.
error: command failed to execute correctly
jachymb commented on 2020-09-21 18:49 (UTC)
My build crashes.
The last couple lines are
patching file tools/testing/selftests/x86/test_vsyscall.c
patching file usr/Kconfig
patching file usr/Makefile
patching file virt/kvm/kvm_main.c
==> ERROR: A failure occurred in prepare().
Aborting...
figue commented on 2020-09-21 13:16 (UTC) (edited on 2020-09-21 20:35 (UTC) by figue)
@mabod PDS is not merged to XanMod as far as I know. I will replace this setting by Cachy (CONFIG_CACHY_SCHED):
https://github.com/xanmod/linux/blob/5.8/Documentation/scheduler/sched-Cachy.rst
Edit: Cachy done.
mabod commented on 2020-09-21 08:39 (UTC) (edited on 2020-09-21 09:03 (UTC) by mabod)
I can not get PDS scheduler to be included.
I create the package with :
use_pds=y makepkg -f
it shows the output:
-> Enabling PDS CPU scheduler by default...
But the .config does not contain the CONFIG_SCHED_PDS option
28# grep PDS config.last
CONFIG_APDS9802ALS=m
CONFIG_SENSORS_APDS990X=m
CONFIG_APDS9300=m
CONFIG_APDS9960=m
figue commented on 2020-09-11 10:37 (UTC)
@Sourav you can compile this package using "env use_ns=y makepkg" or "env use_ns=no makepkg". See PKGBUILD for more information
Sourav commented on 2020-09-11 04:20 (UTC)
By default "CONFIG_USER_NS_UNPRIVILEGED" is disabled in this kernel. So Nautilus's thumbnailer won't work with bubblewrap. Follow here:
figue commented on 2020-09-07 21:21 (UTC)
@IsNoGood you have to import GPG key to verify the sources. Open a shell with the build user, and import it, for example:
$ gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 38DBBDC86092693E
IsNoGood commented on 2020-09-07 16:41 (UTC)
Get pgp verification error on build Building linux-xanmod... ==> Making package: linux-xanmod 5.8.6-1 (Пн 07 сен 2020 21:31:42) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found linux-5.8.tar.xz -> Found linux-5.8.tar.sign -> Found patch-5.8.6-xanmod1.xz -> Found choose-gcc-optimization.sh -> Found 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch ==> Validating source files with sha256sums... linux-5.8.tar.xz ... Passed linux-5.8.tar.sign ... Skipped patch-5.8.6-xanmod1.xz ... Passed choose-gcc-optimization.sh ... Passed 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch ... Passed ==> Verifying source file signatures with gpg... linux-5.8.tar ... FAILED (unknown public key 38DBBDC86092693E) ==> ERROR: One or more PGP signatures could not be verified! Failed to build linux-xanmod
figue commented on 2020-09-04 19:00 (UTC)
@rdslw done 7d26f7d99bc6
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: