To get wireguard-dkms to install, I had to add a line to _package-headers()
Search Criteria
Package Details: linux-mainline-docs 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: | 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.79 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-01-20 06:29 (UTC) |
Dependencies (15)
- 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)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 77 Next › Last »
SibrenVasse commented on 2018-11-12 16:38 (UTC)
amezin commented on 2018-10-18 04:18 (UTC)
Your config is out of sync from core/linux now
miffe commented on 2018-09-03 20:34 (UTC)
@jambon: I don't modify the config from whats available in core/linux. But once it's changed there it will be updated here too.
jambon commented on 2018-09-03 19:57 (UTC)
CONFIG_SILEAD_DMI has been renamed to CONFIG_TOUCHSCREEN_DMI as shown in https://lore.kernel.org/patchwork/patch/897964/. Please update the config file to reflect this.
miffe commented on 2018-08-16 22:54 (UTC)
Unflagging since 4.18.1 isn't part of mainline.
egrupled commented on 2018-06-23 23:37 (UTC) (edited on 2018-06-23 23:38 (UTC) by egrupled)
You include pgp keys but not verify them. You can change:
"git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=$_tag"
to
"git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=$_tag?signed"
miffe commented on 2018-06-22 03:29 (UTC)
@bezirg: Thats ok. core/linux-headers have the same "problem".
bezirg commented on 2018-06-21 20:52 (UTC)
I get a makepkg Warning:
==> WARNING: Package contains reference to $srcdir usr/lib/modules/4.18.0-rc1-mainline/build/tools/objtool/objtool
SibrenVasse commented on 2018-06-17 12:35 (UTC) (edited on 2018-06-17 12:40 (UTC) by SibrenVasse)
For anyone using this with a nvidia-dkms package: I had to patch the kernel and the nvidia package to get it to install.
Kernel mailing list discussion: https://lkml.org/lkml/2018/6/13/682
Nvidia patch source: http://mom.hlmjr.com/2018/06/11/nvidia-drivers-390-67-vs-kernel-4-17/
Kernel patch: https://ghostbin.com/paste/kykc3/raw
Nvidia patch: https://aur.archlinux.org/cgit/aur.git/plain/drm-control-allow.patch?h=nvidia-beta-dkms
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here