@miffe: You're right. `pacaur -Sy linux-mainline linux-mainline-headers` works.
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 .. 48 49 50 51 52 53 54 55 56 57 58 .. 93 Next › Last »
alex.henrie commented on 2015-02-19 20:44 (UTC)
miffe commented on 2015-02-19 10:59 (UTC)
@alex.henrie: It tries to copy arch/${KARCH}/Makefile in _package-headers(), but the KARCH variable is set in _package(). So if you build everything at once and not just the headers package it should work. I'll open a bug for core/linux.
alex.henrie commented on 2015-02-19 00:18 (UTC)
I can't get this package to install. When I run `pacaur -Sy linux-mainline-headers` the entire kernel compiles, then the installation stops with the message
IHEX firmware/yam/9600.bin
==> Entering fakeroot environment...
==> Starting package_linux-mainline-headers()...
cp: cannot stat 'arch//Makefile': No such file or directory
==> ERROR: A failure occurred in package_linux-mainline-headers().
Aborting...
:: linux-mainline cleaning skipped
:: failed to build linux-mainline-headers package(s)
miffe commented on 2015-02-11 12:22 (UTC)
@hzy199411: I wont change the config from whats in the core/linux package. Also, wont x32 need a different userland thats not available in archlinux?
hzy199411 commented on 2015-02-11 01:03 (UTC)
would you like enable x32 ABI for this kernel?
miffe commented on 2015-02-02 12:29 (UTC)
@clfarron4: See https://lkml.org/lkml/2015/1/26/522
I'll switch the PKGBUILD to using the full tarballs.
clfarron4 commented on 2015-02-02 09:17 (UTC)
Just tried building rc7 (by updating the sources) and I get this:
patching file arch/arm64/boot/dts/cavium/thunder-88xx.dtsi
patching file arch/arm64/boot/dts/foundation-v8.dts
patching symbolic link arch/arm64/boot/dts/include/dt-bindings
symbolic link target '../../../../../include/dt-bindings' is invalid
==> ERROR: A failure occurred in prepare().
Aborting...
makepkg -s 27.05s user 2.89s system 38% cpu 1:18.73 total
Am I the only one?
lockheed commented on 2015-01-15 14:06 (UTC)
@miffe,
"setup" option has been appearantly removed:
$ sudo phc-intel setup
usage: /usr/bin/phc-intel {start|stop|status|set}
miffe commented on 2015-01-15 13:27 (UTC)
@edward_81: Thats the same CFLAGS as me. Please add V=1 to the make command on line 89 and rebuild with MAKEFLAGS="-j1" to get verbose output.
@lockheed: Did you run phc-intel setup? Any errors from that?
lockheed commented on 2015-01-14 22:51 (UTC)
Is it not possible to patch mainline kernel with phc-intel?
$ sudo phc-intel status
PHC status: /usr/bin/phc-intel: line 37: /sys/devices/system/cpu/cpu0/cpufreq/phc_vids: No such file or directory
/usr/bin/phc-intel: line 37: /sys/devices/system/cpu/cpu0/cpufreq/phc_default_vids: No such file or directory
/usr/bin/phc-intel: line 37: /sys/devices/system/cpu/cpu1/cpufreq/phc_vids: No such file or directory
/usr/bin/phc-intel: line 37: /sys/devices/system/cpu/cpu1/cpufreq/phc_default_vids: No such file or directory
inactive
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here