I'm getting the following error
kernel/sys.c: In function ‘override_release’:
kernel/sys.c:1133:28: error: expected expression before ‘>>’ token
v = ((LINUX_VERSION_CODE >> 8) & 0xff) + 60;
^
scripts/Makefile.build:258: recipe for target 'kernel/sys.o' failed
make[1]: *** [kernel/sys.o] Error 1
Makefile:943: recipe for target 'kernel' failed
make: *** [kernel] Error 2
Search Criteria
Package Details: linux-mainline 6.13-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-mainline.git (read-only, click to copy) |
---|---|
Package Base: | linux-mainline |
Description: | The Linux Mainline kernel and modules |
Upstream URL: | https://kernel.org/ |
Licenses: | GPL-2.0-only |
Provides: | KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 281 |
Popularity: | 2.15 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-01-20 06:29 (UTC) |
Dependencies (21)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-hybridAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-gitAUR, linux-firmware-uncompressedAUR) (optional) – firmware images needed for some devices
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (6)
- ksmbd-tools (requires KSMBD-MODULE)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 28 29 30 31 32 33 34 35 36 37 38 .. 77 Next › Last »
sonny commented on 2015-11-24 17:56 (UTC)
lesto commented on 2015-11-24 00:00 (UTC)
same problem here!
seems it should be only in linux-mainline-docs right?
thevoidnn commented on 2015-11-20 23:43 (UTC) (edited on 2015-11-22 21:51 (UTC) by thevoidnn)
error: failed to commit transaction (conflicting files)
/usr/lib/modules/4.4.0-rc1-mainline/build/Documentation/kbuild/Kconfig.recursion-issue-01 exists in both 'linux-mainline-docs' and 'linux-mainline-headers'
/usr/lib/modules/4.4.0-rc1-mainline/build/Documentation/kbuild/Kconfig.recursion-issue-02 exists in both 'linux-mainline-docs' and 'linux-mainline-headers'
/usr/lib/modules/4.4.0-rc1-mainline/build/Documentation/kbuild/Kconfig.select-break exists in both 'linux-mainline-docs' and 'linux-mainline-headers'
Errors occurred, no packages were upgraded.
(had to install kernel manually (no yaourt), omitted docs package)
miffe commented on 2015-11-20 17:47 (UTC)
@darkbasic: You're right. A | had gone missing from row 50, so the patch was never applied. Fixed in -2
darkbasic commented on 2015-11-20 17:28 (UTC)
@miffe
I mean that it doesn't really apply the patch: when you uncomment "make nconfig" in the ebuild you get a 4.3 kernel nconfig. I even opened the Makefile inside the src directory and I can see a 4.3 version. I even tried to apply the 4.4-rc1 patch inside the src directory while it was compiling and it applied flawlessly, meaning it didn't apply before.
miffe commented on 2015-11-20 15:17 (UTC)
@darkbasic: What do you mean? It's applied on row 50 in the PKGBUILD.
@BugMaze: That looks like an issue with the linux-docs/headers packages not linux-mainline.
darkbasic commented on 2015-11-20 14:42 (UTC)
It doesn't apply patch-4.4-rc1.xz.
BugMaze commented on 2015-11-17 06:35 (UTC)
Compiled it today , but it won't install :
(3/3) checking for file conflicts [##############################################################] 100%
error: failed to commit transaction (conflicting files)
/usr/lib/modules/4.4.0-rc1-ARCH/build/Documentation/kbuild/Kconfig.recursion-issue-01 exists in both 'linux-docs' and 'linux-headers'
/usr/lib/modules/4.4.0-rc1-ARCH/build/Documentation/kbuild/Kconfig.recursion-issue-02 exists in both 'linux-docs' and 'linux-headers'
/usr/lib/modules/4.4.0-rc1-ARCH/build/Documentation/kbuild/Kconfig.select-break exists in both 'linux-docs' and 'linux-headers'
Errors occurred, no packages were upgraded.
darkbasic commented on 2015-11-16 17:22 (UTC)
Please bump to 4.4-rc1.
FadeMind commented on 2015-11-16 11:29 (UTC)
Should be applied this patch: https://lkml.org/lkml/2015/11/6/987
Reference: https://lkml.org/lkml/2015/11/9/702
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here