Build breaks at modpost with the following error:
LINK vmlinux
LD vmlinux.o
MODPOST vmlinux.o
WARNING: modpost: Found 1 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
LD init/built-in.o
arch/x86/built-in.o: In function `set_cpu_sibling_map':
(.text+0x46942): undefined reference to `sched_max_numa_distance'
Makefile:938: recipe for target 'vmlinux' failed
make: *** [vmlinux] Error 1
If I make with CONFIG_DEBUG_SECTION_MISMATCH=y, then I get the following output:
LINK vmlinux
LD vmlinux.o
MODPOST vmlinux.o
WARNING: vmlinux.o(.data+0x6f0a0): Section mismatch in reference from the variable logo_clut224 to the variable .init.rodata:logo_arch_clut224
The variable logo_clut224 references
the variable __initconst logo_arch_clut224
If the reference is valid then annotate the
variable with __init* or __refdata (see linux/init.h) or name the variable:
*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
LD init/built-in.o
arch/x86/built-in.o: In function `set_cpu_sibling_map':
(.text+0x46942): undefined reference to `sched_max_numa_distance'
Makefile:938: recipe for target 'vmlinux' failed
make: *** [vmlinux] Error 1
I have my kernel .config file if needed. I tried building with pkgconfig set to both 'old' and 'x' and then reselecting my boot logo (that's all I change).
Search Criteria
Package Details: linux-lqx-docs 6.14.8.lqx1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-lqx.git (read-only, click to copy) |
---|---|
Package Base: | linux-lqx |
Description: | Documentation for the Linux Liquorix kernel |
Upstream URL: | https://liquorix.net/ |
Keywords: | bbr2 bfq futex pds proton zen |
Licenses: | GPL-2.0-only |
Submitter: | akurei |
Maintainer: | sir_lucjan (damentz) |
Last Packager: | damentz |
Votes: | 165 |
Popularity: | 1.09 |
First Submitted: | 2011-08-08 16:08 (UTC) |
Last Updated: | 2025-05-22 13:48 (UTC) |
Dependencies (15)
- linux-lqxAUR
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python310AUR, python311AUR) (make)
- rust (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rustup-gitAUR, rust-src-gitAUR, rustup) (make)
- tar (tar-gitAUR) (make)
- xz (xz-gitAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 52 53 54 55 56 57 58 59 60 61 62 .. 122 Next › Last »
BrianAllred commented on 2016-04-25 23:48 (UTC)
ronoverdrive commented on 2016-04-25 23:48 (UTC)
Fails to build:
arch/x86/build-in.o: In function 'set_cpu_sibling_map':
(.text+0x4a841): undefined reference to 'sched_max_numa_distance'
Makefile:938: recipe for target 'vmlinux' failed
make: *** [vmlinux] Error 1
sir_lucjan commented on 2016-04-25 11:33 (UTC)
Bump to 4.5.2-2
sir_lucjan commented on 2016-04-23 09:54 (UTC)
Fixed. Thx for an info.
FadeMind commented on 2016-04-23 07:18 (UTC)
Typo is :
find "${pkgdir}" -type f -exec chmod 4.5 {} \;
VALID is
find "${pkgdir}" -type f -exec chmod 444 {} \;
not 644 or other.
Anthony25 commented on 2016-04-23 00:15 (UTC)
Hello,
In your PKGBUILD, line 393, I think there is a typo with the chmod parameter, and you might mean 644 instead of 4.5.
sir_lucjan commented on 2016-04-20 22:04 (UTC)
Bump to 4.5.2
sir_lucjan commented on 2016-04-15 10:36 (UTC)
Bump to 4.5.1
sir_lucjan commented on 2016-04-13 11:11 (UTC)
Bump to 4.4.7
Pinned Comments
damentz commented on 2020-08-31 15:22 (UTC) (edited on 2021-12-21 18:25 (UTC) by damentz)
Official binaries of linux-lqx, linux-lqx-headers, and linux-lqx-docs are now available: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#liquorix
Signing key import instructions:
sudo pacman-key --keyserver hkps://keyserver.ubuntu.com --recv-keys 9AE4078033F8024D && sudo pacman-key --lsign-key 9AE4078033F8024D