@darkbasic: You're right. A | had gone missing from row 50, so the patch was never applied. Fixed in -2
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.52 |
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 .. 44 45 46 47 48 49 50 51 52 53 54 .. 93 Next › Last »
miffe commented on 2015-11-20 17:47 (UTC)
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
BugMaze commented on 2015-11-16 10:52 (UTC)
Using this PKGBUILD but changing it to compile 4.4-rc1 results :
DEPMOD 4.4.0-1-ARCH
depmod: ERROR: Found 2 modules in dependency cycles!
depmod: ERROR: Cycle detected: lnet -> libcfs -> lnet
==> ERROR: A failure occurred in package_linux().
Aborting...
FadeMind commented on 2015-11-16 08:19 (UTC)
4.4rc1 released
SBeaver commented on 2015-09-20 17:27 (UTC)
I get a linking error complaining about a path. It seems somewhere in there there is something that doesn't handle paths containing spaces properly. The first part of the path displayed in the error is actually longer and the part shown is the one after the space only. Should be pretty clear even if it's not in english. Message:
ln: målet ”filer/linux-mainline/pkg/linux-mainline/lib/modules/4.3.0-rc1-mainline/source” är inte en katalog
Makefile:1117: receptet för målet ”_modinst_” misslyckades
make: *** [_modinst_] Fel 1
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here