IP_NF_NAT=m is necessary to maintain iptables syntax. Without it packages like docker fail (confirmed by pablo@netfilter.org)
The testing kernel appears to already have this (their 3.17.1-1 kernel works well.)
Also, I tested this mainline build using 3.17.1 (src and pkgver using 2c9c002cf9618962883d82ba3e1caaea29af4ea37147a82bad422afdc8d21dc2) and it worked for me.
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 .. 35 36 37 38 39 40 41 42 43 44 45 .. 77 Next › Last »
jaxxed commented on 2014-10-20 10:05 (UTC)
archlinux38 commented on 2014-10-06 14:46 (UTC)
Tack Miffe.
miffe commented on 2014-10-06 14:38 (UTC)
punkrockdude: If you don't want to build it, there are binary packages available at http://arch.miffe.org/
archlinux38 commented on 2014-10-06 14:31 (UTC)
Thank you WorMzy. Using Bleachbit to remove a lot of tmp files and other stuff seem to have help. Now it finally have gotten to where it downloads the linux-3.17.tar.xz file.
WorMzy commented on 2014-10-06 14:25 (UTC)
Looks like your /tmp is full, which probably isn't helping. Clean up some temporary files and see if that helps. The PKGBUILD itself is fine, I've tested it here.
archlinux38 commented on 2014-10-06 14:11 (UTC)
I downloaded the file again but still get errors:
==> ERROR: pkgrel must be a decimal.
/usr/bin/makepkg: line 2214: cannot create temp file for here-document: No space left on device
WorMzy commented on 2014-10-06 13:46 (UTC)
It sounds like there are trailing characters on your pkgrel line. Check the PKGBUILD you downloaded, make sure it's not corrupted.
archlinux38 commented on 2014-10-06 13:40 (UTC)
When I download this package and makepkg I get: ==> ERROR: pkgrel must be a decimal.
miffe commented on 2014-09-10 16:28 (UTC)
@hzy199411: For me the download is faster than the patching. But not by a lot. I'll try the patch method for the next release.
hzy199411 commented on 2014-09-10 00:30 (UTC)
@miffe,because download a whole source tarball is slow and wasteful,I mean you can use like this "linux-3.16.tar.xz+patch-3.16.1.xz"
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here