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 .. 35 36 37 38 39 40 41 42 43 44 45 .. 106 Next › Last »

J4913 commented on 2013-07-09 19:36 (UTC)

The patchlevel option seems to be the wrong way around - 'p' removes the patch version, <enter> keeps it.

Thaodan commented on 2013-06-16 19:40 (UTC)

With wrong page I mean that this is the page of the nvidia module for linux-pf and not the page of linux-pf.

Thaodan commented on 2013-06-16 10:57 (UTC)

fixed, there was an typo related to piledriver and to generic build.

sinatosk commented on 2013-06-16 10:29 (UTC)

Now it's just saying there is an error... ==> Starting build()... ======================================================= ==> You might be prompted below for some config options ======================================================= ==> Hit <Y> to use your running kernel's config (needs IKCONFIG and IKCONFIG_PROC) ==> Hit <L> to run 'make localmodconfig' ==> Hit <N> (or just <ENTER>) to build an all-inclusive kernel like stock -ARCH (warning: it can take a looong time) ==> Using stock ARCH kernel .config (with BFS, BFQ and TuxOnIce enabled). ==> Kernel configuration options before build: <M> make menuconfig (console menu) <N> make nconfig (newer alternative to menuconfig) <G> make gconfig (needs gtk) <X> make xconfig (needs qt) <O> make oldconfig <L> make localyesconfig <ENTER> to skip configuration and use stock -ARCH defaults X HOSTCC scripts/basic/fixdep CHECK qt SHIPPED scripts/kconfig/zconf.tab.c MOC scripts/kconfig/qconf.moc HOSTCC scripts/kconfig/conf.o SHIPPED scripts/kconfig/zconf.lex.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCXX scripts/kconfig/qconf.o HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/qconf scripts/kconfig/qconf Kconfig Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated. # # configuration written to .config # ‘.config’ -> ‘/home/username/pkg/linux-pf/config.local’ ==> ERROR: A failure occurred in build(). Aborting...

sinatosk commented on 2013-06-16 10:27 (UTC)

forgot to mention... this is 3.9.4-4 I'm talking about

Thaodan commented on 2013-06-16 10:04 (UTC)

fixed

Thaodan commented on 2013-06-16 09:41 (UTC)

fixed

<deleted-account> commented on 2013-06-16 04:50 (UTC)

I got the same issue "PKGBUILD: line 273: 0: command not found" with a custom config. Looking at the PKGBUILD, there's something screwy going on in the relevant section - it's trying to figure out what CPU you're compiling for and failing miserably. Several variables appear to be misnamed, etc. For the time being, here's a workaround: Comment out line 273 and add CPU="GENERIC" (or something else if you're not compiling for the generic CPU target) just before the cp command around 283.