Package Details: linux-lqx-docs 6.14.3.lqx1-1

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: 2.05
First Submitted: 2011-08-08 16:08 (UTC)
Last Updated: 2025-04-20 18:28 (UTC)

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

Latest Comments

« First ‹ Previous 1 .. 51 52 53 54 55 56 57 58 59 60 61 .. 122 Next › Last »

kbrownlees commented on 2016-04-26 20:25 (UTC)

The section mismatch issue seems to be related to BFS on my laptop, hit the issue when building with BFS but worked fine without.

frol commented on 2016-04-26 17:01 (UTC)

+1 everything is fine on my custom old-config. (no BFS, no KSM)

shivik commented on 2016-04-26 16:58 (UTC)

No problems here also. BFS enabled.

sir_lucjan commented on 2016-04-26 14:39 (UTC) (edited on 2016-04-26 14:40 (UTC) by sir_lucjan)

Sorry, I can't reproduce this error - I build linux-lqx succesfull. Did you change config file / PKGBUILD, for example with BFS?

ronoverdrive commented on 2016-04-26 14:36 (UTC)

Still getting the same error as last time.

sir_lucjan commented on 2016-04-26 10:53 (UTC)

Bump to 4.5.2-3

sir_lucjan commented on 2016-04-26 09:48 (UTC)

DEPMOD 4.5.2-3-lqx ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Compressing man and info pages... ==> Checking for packaging issue... ==> Creating package "linux-lqx"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Adding install file... -> Generating .MTREE file... -> Compressing package... ==> Starting package_linux-lqx-headers()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Compressing man and info pages... ==> Checking for packaging issue... ==> Creating package "linux-lqx-headers"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Adding install file... -> Generating .MTREE file... -> Compressing package... ==> Starting package_linux-lqx-docs()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Compressing man and info pages... ==> Checking for packaging issue... ==> Creating package "linux-lqx-docs"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Adding install file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: linux-lqx 4.5.2-3 (Tue Apr 26 11:47:38 CEST 2016) ==> Cleaning up... I'll bump later.

sir_lucjan commented on 2016-04-26 09:11 (UTC)

4.5.2-3 is out and I'll try. Be patient.

BrianAllred commented on 2016-04-25 23:48 (UTC)

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).