I have an i686 server box running 3.8.2-3-pf and updated to 3.9.2-pf but not rebooted yet. The new kernel modules and headers are installed in /usr/lib/modules/3.9.0-ARCH and /usr/src/linux-3.9.0-ARCH and the running kernel's version is 3.8.0, instead of 3.8.2-pf. So, there's definitely something broken in the PKGBUILD.
Search Criteria
Package Details: linux-pf 6.15.pf1-1
Package Actions
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.004718 |
First Submitted: | 2011-07-24 12:01 (UTC) |
Last Updated: | 2025-05-31 15:59 (UTC) |
Dependencies (20)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-uutils-symlinkAUR, coreutils-uutils-selinuxAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, mkinitcpio-gitAUR, dracut-gitAUR, ugrd-gitAUR, booster, dracut, mkinitcpio)
- kmod (kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR) (make)
- rust (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rustup-gitAUR, rust-src-gitAUR, rustup) (make)
- tar (tar-gitAUR) (make)
- xz (xz-gitAUR) (make)
- ksmbd-toolsAUR (optional) – userspace tools for the ksmbd kernel SMB server
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-gitAUR, linux-firmware-uncompressedAUR) (optional) – firmware images needed for some devices
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- v4l2loopback-utils (optional) – v4l2-loopback device utilities
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (13)
- droidcam (requires V4L2LOOPBACK-MODULE)
- droidcam-git (requires V4L2LOOPBACK-MODULE)
- humble-lumpia-git (optional)
- immersed (requires V4L2LOOPBACK-MODULE) (optional)
- ksmbd-tools (requires KSMBD-MODULE)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- simple-droidcam-client (requires V4L2LOOPBACK-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
- wine-osu-spectator (requires NTSYNC-MODULE) (optional)
- wine-osu-spectator-wow64 (requires NTSYNC-MODULE) (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 38 39 40 41 42 43 44 45 46 47 48 .. 106 Next › Last »
nous commented on 2013-05-23 18:17 (UTC)
Thaodan commented on 2013-05-23 18:02 (UTC)
Hmm, It should I don't see anything in the PKGBUILD.
nous commented on 2013-05-23 17:54 (UTC)
It might be my repo build script, but whereas the x86_64 packages correctly show install paths suffixed with 3.9.3-pf (i.e. in /usr/src and /usr/lib/modules), the i686 ones show instead 3.9.0 (without -pf). The returned kernel version (uname -r) might also be wrong in i686, but I haven't booted one to check.
<deleted-account> commented on 2013-05-23 11:00 (UTC)
This package mentions AUFS3 in the title, but if I'm not mistaken the patches/includes are missing. Just FYI http://aufs.sourceforge.net/ currently shows patches for 3.9; it would be great to see these re-added if it isn't too much trouble. My hope is for the ability to use Docker (http://www.docker.io/) which unfortunately requires AUFS for now...
Thaodan commented on 2013-05-22 22:25 (UTC)
updated, added patch to enanble cpufreq/intelp with ivybridge cpus.
trizen commented on 2013-05-09 19:01 (UTC)
'bc' package should be included in makedepends array, otherwise:
CC kernel/itimer.o
HZFILE kernel/hz.bc
BC kernel/timeconst.h
/bin/sh: bc: command not found
make[1]: *** [kernel/timeconst.h] Error 127
make: *** [kernel] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Thaodan commented on 2013-05-04 23:39 (UTC)
fixed
walkindude commented on 2013-05-04 21:10 (UTC)
wrong sum for pf patch
nous commented on 2013-04-12 06:14 (UTC)
Sorry to be such a noisy chap, but I think you should put the PKGBUILD section between lines 150-289 into build(), i.e. from
if [[ "$_BATCH" != "y" ]];
to
export CPU
Rationale: if someones wants to retry compiling with 'makepkg -e', so as to not unpack and patch again the source tree, then he (or she) won't be presented with the configuration/customization options. I use this option extensively either manually or scripted, especially for building the optimized repository binaries.
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.