@Thaodan: I have same issue as @simona
==> Starting package_linux-pf-headers()...
cp: cannot stat 'drivers/media/dvb-core/*.h': No such file or directory
header files has been moved to include/media/ folder
| 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 bbrv3 kernel linux linux-pf pf-kernel v4l2loopback |
| Licenses: | GPL-2.0-only |
| Provides: | LINUX-HEADERS, linux-pf-headers |
| Submitter: | nous |
| Maintainer: | post-factum |
| Last Packager: | post-factum |
| Votes: | 210 |
| Popularity: | 0.095335 |
| First Submitted: | 2011-07-24 12:01 (UTC) |
| Last Updated: | 2026-05-15 11:23 (UTC) |
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 107 Next › Last »
@Thaodan: I have same issue as @simona
==> Starting package_linux-pf-headers()...
cp: cannot stat 'drivers/media/dvb-core/*.h': No such file or directory
header files has been moved to include/media/ folder
cp: impossibile eseguire stat di 'drivers/media/dvb-core/*.h': File o directory non esistente ==> ERRORE: Si è verificato un errore in package_linux-pf-headers(). L'operazione sta per essere interrotta... :: Errore compilando il/i pacchetto/i linux-pf-headers,linux-pf-preset-default,linux-pf
4.16?
==> ERROR: Integrity checks (sha256) differ in size from the source array.
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.