Package Details: linux-pf-headers 7.0.pf4-1

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.097281
First Submitted: 2011-07-24 12:01 (UTC)
Last Updated: 2026-05-15 11:23 (UTC)

Required by (322)

Sources (2)

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.

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 107 Next › Last »

Thaodan commented on 2018-08-02 00:27 (UTC)

@tydynrain @keembre: sorry for the issue, the bug only triggered using non-batch generic builds. I found the bug and rewrote the build script. to build optimized builds just launch the build script like this: ./build_pkg <cpu> Or just with no args to build all cpu arches, just read the log and the script.</cpu>

tydynrain commented on 2018-08-01 21:17 (UTC)

@keembre, thank you for that. That line in the PKGBUILD for me appeared as:

_package() {

so I had to change it to:

package_linux-pf() {

to make it work.

Thank you again for the suggestion. It was very much appreciated.

keembre commented on 2018-08-01 14:27 (UTC)

@tydynrain line 305 add "package" before "_linux-pf" so it says "package_linux-pf"

it should compile

tydynrain commented on 2018-08-01 03:06 (UTC) (edited on 2018-08-01 03:07 (UTC) by tydynrain)

It compiled for a good while, then this error stopped the process:

==> Entering fakeroot environment...

==> ERROR: Missing package_linux-pf() function for split package 'linux-pf'

Thaodan commented on 2018-07-31 23:19 (UTC)

@tydynrain: sorry for the hassle, fixed now. See git log.

tydynrain commented on 2018-07-31 18:41 (UTC)

Error during update:

-> Found 90-linux.hook

-> Found 60-linux.hook

==> ERROR: batch_opts was not found in the build directory and is not a URL.

Thaodan commented on 2018-06-05 19:43 (UTC) (edited on 2018-06-05 19:43 (UTC) by Thaodan)

Updated to latest 4.16. Pushed 4.17 to testing branch till 4.17 is merged in arch:

https://gitlab.com/Thaodan/linux-pf/tree/linux4.17

https://gitlab.com/Thaodan/repo-home-thaodan/commits/testing

Thaodan commented on 2018-05-27 14:44 (UTC)

Ok, I didn't updated to gcc 8.1. I will try later after updated to the last version.

Thaodan commented on 2018-05-27 14:43 (UTC)

I build a version right now and it failed without errors. I try a clean chroot pls

tydynrain commented on 2018-05-26 00:14 (UTC) (edited on 2018-05-26 18:05 (UTC) by tydynrain)

I've gotten build errors on three machines for linux-pf since 4.16.4.2, and no matter what I try, it refuses to build successfully. This is using trizen, but I've also used pacaur, straight makepkg, and aurutils/aursync, but it fails with all of them.

Error Message:

../lib/str_error_r.c: In function ‘str_error_r’:

../lib/str_error_r.c:25:3: error: passing argument 1 to restrict-qualified parameter aliases with argument 5 [-Werror=restrict]

snprintf(buf, buflen, "INTERNAL ERROR: strerror_r(%d, %p, %zd)=%d", errnum, buf, buflen, err);

^~~~~~~~ cc1: all warnings being treated as errors

mv: cannot stat '/tmp/trizen-tydynrain/linux-pf/src/linux-4.16/tools/objtool/.str_error_r.o.tmp': No such file or directory

LD /tmp/trizen-tydynrain/linux-pf/src/linux-4.16/tools/objtool/libsubcmd-in.o

make[3]: *** [Build:22: /tmp/trizen-tydynrain/linux-pf/src/linux-4.16/tools/objtool/str_error_r.o] Error 1

make[3]: *** Waiting for unfinished jobs....

AR /tmp/trizen-tydynrain/linux-pf/src/linux-4.16/tools/objtool/libsubcmd.a

HOSTCC arch/x86/tools/relocs_32.o

HOSTCC arch/x86/tools/relocs_64.o

make[2]: *** [Makefile:46: /tmp/trizen-tydynrain/linux-pf/src/linux-4.16/tools/objtool/objtool-in.o] Error 2

make[1]: *** [Makefile:63: objtool] Error 2

make: *** [Makefile:1687: tools/objtool] Error 2

make: *** Waiting for unfinished jobs....

HOSTCC arch/x86/tools/relocs_common.o

HOSTLD arch/x86/tools/relocs

==> ERROR: A failure occurred in build().

Aborting...

:: Unable to build linux-pf-preset-default - makepkg exited with code: 2