the makepkg.conf file was inted for me to build i686 kernel without a clean chroot.
I pushed the next update to a testing branch like before, until 4.16-ARCH in core. https://gitlab.com/Thaodan/linux-pf/tree/linux4.16
Git Clone URL: | https://aur.archlinux.org/linux-pf.git (read-only, click to copy) |
---|---|
Package Base: | linux-pf |
Description: | Headers and scripts for building modules for the pf-kernel |
Upstream URL: | https://pfkernel.natalenko.name |
Keywords: | bbr bbr3 kernel ksm linux linux-pf pf-kernel uksm uksmd v4l2loopback zstd |
Licenses: | GPL-2.0-only |
Provides: | linux-pf-headers |
Submitter: | nous |
Maintainer: | post-factum |
Last Packager: | post-factum |
Votes: | 210 |
Popularity: | 0.27 |
First Submitted: | 2011-07-24 12:01 (UTC) |
Last Updated: | 2024-11-06 15:49 (UTC) |
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 106 Next › Last »
the makepkg.conf file was inted for me to build i686 kernel without a clean chroot.
I pushed the next update to a testing branch like before, until 4.16-ARCH in core. https://gitlab.com/Thaodan/linux-pf/tree/linux4.16
With the latest update (4.15.4-1) the makepkg.conf file has a few errors that prevent a successful build unless I manually fix them.
CARCH="i686" CHOST="i686-pc-linux-gnu"
Those, of course, need to be changed to "x86_64" and "x86_64-pc-linux-gnu" respectively.
Also, there is an extra space between mtune=native and -02 in CFLAGS
CFLAGS="-march=native mtune=native -O2 -pipe -fstack-protector-strong -fno-plt"
Once I changed those, it built successfully.
kernel is working fine, thank you.
As long as 4.15 as is in testing. I pushed 4.14 to my testing branch on gitlab, see here: https://gitlab.com/Thaodan/linux-pf/tree/linux4.15
I commit every changes needed to all modules for 4.15 here so if you want to grab everything just clone the repo of my repo. https://gitlab.com/Thaodan/repo-home-thaodan/tree/testing
Pinned Comments
post-factum commented on 2023-09-25 20:30 (UTC) (edited on 2024-10-08 14:21 (UTC) by post-factum)
Official binary builds for various x86_64 ISA levels are available here.