@Devorlon: Looks like your awk is messed up. Are you fully up to date?
Are you using a custom kernel config?
Have you tried to build in a clean chroot? https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot
Git Clone URL: | https://aur.archlinux.org/linux-mainline.git (read-only, click to copy) |
---|---|
Package Base: | linux-mainline |
Description: | Documentation for the Linux Mainline kernel |
Upstream URL: | https://kernel.org/ |
Licenses: | GPL-2.0-only |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 281 |
Popularity: | 1.56 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-02-03 12:28 (UTC) |
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 77 Next › Last »
@Devorlon: Looks like your awk is messed up. Are you fully up to date?
Are you using a custom kernel config?
Have you tried to build in a clean chroot? https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot
@miffe Whenever I try to compile this (or other) kernels I get an error I think it's to do with my 5700xt as it usually happens when compiling '/drivers/gpu/drm/amd/amdgpu'. I was wondering if you could help?
Only Errors Build Log: https://pastebin.com/mJRN5SNf
Entire Build Log: https://pastebin.com/FzBNKvZt
Spec & Install Packages: https://pastebin.com/LzKeLE4f
@C0rn3j: The problem is that that 5.4.rc1 > 5.4. Same problem with 5.4_rc1. Only thing that would work is 5.4-rc1, but that's not an allowed pkgver.
I assume you looked at how the 'linux' package is built - https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/linux
Oh well, that's a shame, thanks for trying!
@C0rn3j: Sorry, but i couldn't figure out a way to do it.
So, 5.3.1 has been out some days now ... (from 2019-09-21)
I just tried to compile this kernel and I'm getting the following error:
*** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.
Event | Plugins
PLUGIN_FINISH_TYPE | structleak_plugin
PLUGIN_ATTRIBUTES | structleak_plugin
In file included from ./include/linux/tcp.h:20,
from ./include/linux/ipv6.h:87,
from ./include/net/ipv6.h:12,
from ./include/net/inetpeer.h:16,
from ./include/net/route.h:24,
from ./include/net/ip.h:28,
from ./include/net/busy_poll.h:18,
from drivers/net/ethernet/sfc/falcon/net_driver.h:29,
from drivers/net/ethernet/sfc/falcon/ethtool.c:12:
./include/net/inet_connection_sock.h: In function ‘inet_csk_listen_poll’:
./include/net/inet_connection_sock.h:299:4: internal compiler error:
Segmentation fault
299 | (EPOLLIN | EPOLLRDNORM) : 0;
| ^
I didn't change anything in the package, so I'm not sure what this plugin warning means and how I would disable it. A compiler segfault sounds like a compiler bug, is this the case or is there something wrong with the package? I tried to compile it twice so far and could reproduce it. I'm using the current GCC 9.1.0 for the compilation.
@C0rn3j: Can't change it now without introducing an epoch. But i'll do it for 5.4
Would you please consider changing the pkgver naming from "5.3rc4" to either "5.3-rc4" or "5.3.rc4" to be more consistent with the default kernel naming?
uname -r vs pacman -Q:
5.2.8-arch1-1-ARCH | linux 5.2.8.arch1-1
5.3.0-rc4-mainline | linux-mainline 5.3rc4-1
Also if the pkgrel could be present in the uname string, that'd be perfect then.
I'm making a script that detects running vs installed kernel version and would appreciate to have less/no workarounds for mainline, thanks!
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here