Package Details: linux-pf 6.15.pf1-1

Git Clone URL: https://aur.archlinux.org/linux-pf.git (read-only, click to copy)
Package Base: linux-pf
Description: The pf-kernel and modules
Upstream URL: https://pfkernel.natalenko.name
Keywords: bbr bbr3 bbrv3 kernel linux linux-pf ovpn-dco pf-kernel v4l2loopback
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, linux-pf, NTFS3-MODULE, NTSYNC-MODULE, OVPN-MODULE, V4L2LOOPBACK-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: nous
Maintainer: post-factum
Last Packager: post-factum
Votes: 209
Popularity: 0.004624
First Submitted: 2011-07-24 12:01 (UTC)
Last Updated: 2025-05-31 15:59 (UTC)

Dependencies (20)

Required by (13)

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 .. 69 70 71 72 73 74 75 76 77 78 79 .. 106 Next › Last »

nous commented on 2011-11-12 21:18 (UTC)

AUFS3 is not yet ported to 3.1, thus the error. I'm sorry I uploaded an untested PKGBUILD, but my free time has become really scarce... I've uploaded a new one, with sanity check on aufs3 git. When aufs-3.1 becomes available, it should be pulled automagically.

xF0E commented on 2011-11-12 14:26 (UTC)

ty guys, solved by removing aufs patch.

post-factum commented on 2011-11-12 14:01 (UTC)

@xF0E: or you may try to change this string in PKGBUILD: git checkout origin/aufs3.0 to git checkout origin/aufs3.1 and try to build again. It seems, that nous has forgotten about it.

post-factum commented on 2011-11-12 13:56 (UTC)

@xF0E: that function is defined by aufs3-loopback.patch file, you may checkout aufs3.0 and check yourself.

post-factum commented on 2011-11-12 13:55 (UTC)

@xF0E: loop_real_file function in drivers/block/loop.c is related to aufs and appears ONLY in aufs. So, you've patched pf-kernel with aufs before build. Please, revert aufs or disable it in PKGBUILD and try again.

xF0E commented on 2011-11-12 13:35 (UTC)

@post-factum ty for your comment: just some screens above LD error i found this: drivers/block/loop.c: In function ‘loop_real_file’: drivers/block/loop.c:661:32: error: ‘const struct super_operations’ has no member named ‘real_loop’ drivers/block/loop.c:662:33: error: ‘const struct super_operations’ has no member named ‘real_loop’ make[2]: *** [drivers/block/loop.o] Error 1 make[1]: *** [drivers/block] Error 2 make: *** [drivers] Error 2 make: *** Waiting for unfinished jobs.... this is not aufs relataed, since i don't checked aufs support before compilation start.

post-factum commented on 2011-11-12 12:22 (UTC)

@xF0E: try to find errors above.

post-factum commented on 2011-11-12 12:21 (UTC)

Yep, aufs seems to be broken.