Oh my days... 4.0-rc1 has arrived. https://www.kernel.org/pub/linux/kernel/v4.x/testing/linux-4.0-rc1.tar.xz
Update: I think the 4MB patch-4.0-rc1.tar.xz is botched, because there's a Kconfig file missing which is there if you use the larger 70MB source.
Search Criteria
Package Details: linux-mainline-headers 6.13rc4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-mainline.git (read-only, click to copy) |
---|---|
Package Base: | linux-mainline |
Description: | Headers and scripts for building modules 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: | 3.95 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2024-12-23 04:14 (UTC) |
Dependencies (16)
- pahole (pahole-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)
- 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 .. 32 33 34 35 36 37 38 39 40 41 42 .. 77 Next › Last »
clfarron4 commented on 2015-02-23 10:28 (UTC)
alex.henrie commented on 2015-02-19 20:44 (UTC)
@miffe: You're right. `pacaur -Sy linux-mainline linux-mainline-headers` works.
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}
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here