@HoaS: I don't change the config from the default from core/linux. It's just too much of a maintenance burden for me. But you can easily configure it for yourself.
Search Criteria
Package Details: linux-mainline 6.15rc3-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, NTSYNC-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 290 |
Popularity: | 1.55 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-04-21 02:53 (UTC) |
Dependencies (24)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-uutils-symlinkAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, ugrd-gitAUR, booster, dracut, mkinitcpio)
- kmod (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)
- 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)
- texlive-latexextra (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR) (make)
- Show 4 more dependencies...
Required by (8)
- 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)
- wine-osu-spectator (requires NTSYNC-MODULE) (optional)
- wine-osu-spectator-wow64 (requires NTSYNC-MODULE) (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 93 Next › Last »
miffe commented on 2021-12-14 23:27 (UTC)
CyrIng commented on 2021-12-14 23:19 (UTC)
@arglebargle : Bravo! Your patch helps me to build the CoreFreq driver.
HoaS commented on 2021-11-30 15:41 (UTC)
Any chance the rtw89 driver could be added? I need it for my Realtek RTL8852AE wireless card.
CONFIG_RTW89=m
CONFIG_RTW89_CORE=m
CONFIG_RTW89_PCI=m
CONFIG_RTW89_8852AE=m
CONFIG_RTW89_DEBUG=y
CONFIG_RTW89_DEBUGFS=y
Thanks!
SimPilotAdamT commented on 2021-11-20 21:43 (UTC)
@arglebargle
Do you run that in bash
before doing a makepkg -cfsi
?
arglebargle commented on 2021-11-20 05:26 (UTC)
If anyone else is having trouble with DKMS modules starting with 5.16 this gets things moving for me again:
diff --git a/PKGBUILD b/PKGBUILD
index 12bec08..a0d30f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -243,6 +243,9 @@ _package-headers() {
# add objtool for external module building and enabled VALIDATION_STACK option
install -Dt "$builddir/tools/objtool" tools/objtool/objtool
+ # add resolve_btfids for external module building
+ install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids
+
# add xfs and shmem for aufs building
mkdir -p "$builddir"/{fs/xfs,mm}
miffe commented on 2021-10-26 11:02 (UTC)
@SimPilotAdamT: It's not on by default, see https://github.com/archlinux/svntogit-packages/blob/5fba24e0c1702cf63ca16bef091746c11169cfd6/trunk/makepkg.conf#L48
SimPilotAdamT commented on 2021-10-26 10:59 (UTC) (edited on 2021-10-26 10:59 (UTC) by SimPilotAdamT)
@miffe
-w
must be a default MAKEFLAG
because removing it worked and linux-mainline
installed fine.
PSA to anyone reading this: make sure -w
is NOT in your makeflags, otherwise you will not be able to compile.
miffe commented on 2021-10-26 10:34 (UTC)
@SimPilotAdamT: Remove -w from MAKEFLAGS, as it will print an Entering directory...
message even if -s is given.
SimPilotAdamT commented on 2021-10-26 10:25 (UTC) (edited on 2021-10-26 10:25 (UTC) by SimPilotAdamT)
@miffe
As a kind of update, I tried again after the new RC was released on my host machine, I tried to build linux-mainline
again, and was met with the same error, with this build output from paru-git
and this makepkg config file (pay attention to line 49). Any ideas?
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here