Pushed an update. Further suggestions are welcome.
Search Criteria
Package Details: linux-pf 6.11.pf4-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 kernel ksm linux linux-pf pf-kernel uksm uksmd v4l2loopback zstd |
Licenses: | GPL-2.0-only |
Provides: | KSMBD-MODULE, linux-pf, NTFS3-MODULE, UKSMD-BUILTIN, 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.23 |
First Submitted: | 2011-07-24 12:01 (UTC) |
Last Updated: | 2024-11-06 15:49 (UTC) |
Dependencies (17)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-hybridAUR, coreutils-selinuxAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, mkinitcpio-gitAUR, dracut-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, 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, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
- ksmbd-toolsAUR (optional) – userspace tools for the ksmbd kernel SMB server
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-amd-staging-um5606-gitAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (optional) – firmware images needed for some devices
- uksmdAUR (uksmd-gitAUR, uksmd-cachyos-nosystemd-gitAUR, uksmd-nosystemd-gitAUR) (optional) – userspace KSM helper daemon
- v4l2loopback-utils (optional) – v4l2-loopback device utilities
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (14)
- droidcam (requires V4L2LOOPBACK-MODULE)
- humble-lumpia-git (optional)
- immersed (requires V4L2LOOPBACK-MODULE) (optional)
- ksmbd-tools (requires KSMBD-MODULE)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- simple-droidcam-client (requires V4L2LOOPBACK-MODULE)
- uksmd (requires UKSMD-BUILTIN)
- uksmd-cachyos-nosystemd-git (requires UKSMD-BUILTIN) (optional)
- uksmd-git (requires UKSMD-BUILTIN)
- uksmd-nosystemd-git (requires UKSMD-BUILTIN) (optional)
- uksmdstats-git (requires UKSMD-BUILTIN) (optional)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 106 Next › Last »
post-factum commented on 2023-09-25 18:29 (UTC)
post-factum commented on 2023-09-25 15:05 (UTC)
I've adopted the package. Please expect some churn with it in upcoming days and please allow me some time to work things out. Thanks.
mars commented on 2023-09-12 06:33 (UTC)
6.3.x is EOL, and even 6.4.x will be EOL in the next few weeks. BTW, the packages in your repo are still 6.0.x.
flavius commented on 2023-08-23 18:47 (UTC)
The line 529 has the sign <
in front which is wrong
replaces=('<linux-pf=5.18.6.pf2-2')
jaro3 commented on 2023-06-13 02:23 (UTC)
This error happens with the line
scripts/setlocalversion
NOT commented out and aborts early during the config step:
...
Value requested for CONFIG_LD_VERSION not in final .config
Requested value: CONFIG_LD_VERSION=23900
Actual value: CONFIG_LD_VERSION=24000
Value requested for CONFIG_R8188EU not in final .config
Requested value: # CONFIG_R8188EU is not set
Actual value:
Setting version...
KERNELVERSION is not set
==> ERROR: A failure occurred in prepare().
Aborting...
no clues what's going on:-(
Thaodan commented on 2023-06-12 16:05 (UTC)
Don't comment out setlocalversion.
jaro3 commented on 2023-06-12 10:01 (UTC)
Still same errors, cannot build this ;-;
Setting version...
KERNELVERSION is not set
==> ERROR: A failure occurred in prepare().
Aborting...
comment out
# scripts/setlocalversion
make: *** [Makefile:2023: .] Error 2
==> ERROR: A failure occurred in build().
Aborting...
jaro3 commented on 2023-05-29 08:29 (UTC)
Can anyone actually build this thing?
set -e; mkdir -p init/; trap "rm -f init/.tmp_utsversion-tmp.h" EXIT; { utsver=$(echo '#'"" (smp-flag-y) PREEMPT_DYNAMIC "Mon, 29 May 2023 08:09:31 +0000" | cut -b -64); echo '#'define UTS_VERSION \""${utsver}"\"; } > init/.tmp_utsversion-tmp.h; if [ ! -r init/utsversion-tmp.h ] || ! cmp -s init/utsversion-tmp.h init/.tmp_utsversion-tmp.h; then : ' UPD init/utsversion-tmp.h'; mv -f init/.tmp_utsversion-tmp.h init/utsversion-tmp.h; fi
/bin/sh: command substitution: line 2: syntax error near unexpected token `('
make[2]: *** [init/Makefile:44: init/utsversion-tmp.h] Error 2
make[1]: *** [scripts/Makefile.build:494: init] Error 2
make: *** [Makefile:2023: .] Error 2
==> ERROR: A failure occurred in build().
Aborting...
jaro3 commented on 2023-05-12 05:07 (UTC) (edited on 2023-05-12 05:08 (UTC) by jaro3)
More errors in build:
Setting version...
Usage: scripts/setlocalversion [--no-local] [srctree]
==> ERROR: A failure occurred in prepare().
Aborting...
# LD [M] fs/xfs/xfs.o
ld -m elf_x86_64 -z noexecstack --no-warn-rwx-segments -r -o fs/xfs/xfs.o @fs/xfs/xfs.mod ; ./tools/objtool/objtool --hacks=jump_label --hacks=noinstr --ibt --orc --sls --static-call --uaccess --link --module fs/xfs/xfs.o
# cmd_gen_objtooldep fs/xfs/xfs.o
{ echo ; echo 'fs/xfs/xfs.o: $(wildcard ./tools/objtool/objtool)' ; } >> fs/xfs/.xfs.o.cmd
# cmd_modules_order fs/xfs/modules.order
{ echo fs/xfs/xfs.o; :; } > fs/xfs/modules.order
# cmd_modules_order fs/modules.order
{ cat fs/notify/modules.order; cat fs/crypto/modules.order; cat fs/verity/modules.order; cat fs/nfs_common/modules.order; cat fs/iomap/modules.order; cat fs/quota/modules.order; cat fs/proc/modules.order; cat fs/kernfs/modules.order; cat fs/sysfs/modules.order; cat fs/configfs/modules.order; cat fs/devpts/modules.order; cat fs/ramfs/modules.order; cat fs/hugetlbfs/modules.order; cat fs/exportfs/modules.order; cat fs/nls/modules.order; cat fs/unicode/modules.order; cat fs/autofs/modules.order; cat fs/debugfs/modules.order; cat fs/btrfs/modules.order; cat fs/pstore/modules.order; cat fs/efivarfs/modules.order; echo fs/mbcache.o; cat fs/dlm/modules.order; cat fs/netfs/modules.order; cat fs/fscache/modules.order; cat fs/reiserfs/modules.order; cat fs/ext4/modules.order; cat fs/jbd2/modules.order; cat fs/cramfs/modules.order; cat fs/squashfs/modules.order; cat fs/coda/modules.order; cat fs/minix/modules.order; cat fs/fat/modules.order; cat fs/exfat/modules.order; cat fs/isofs/modules.order; cat fs/hfsplus/modules.order; cat fs/hfs/modules.order; cat fs/ecryptfs/modules.order; cat fs/nfs/modules.order; cat fs/nfsd/modules.order; cat fs/lockd/modules.order; cat fs/smbfs_common/modules.order; cat fs/cifs/modules.order; cat fs/ksmbd/modules.order; cat fs/ntfs3/modules.order; cat fs/ufs/modules.order; cat fs/jffs2/modules.order; cat fs/ubifs/modules.order; cat fs/affs/modules.order; cat fs/romfs/modules.order; cat fs/fuse/modules.order; cat fs/overlayfs/modules.order; cat fs/orangefs/modules.order; cat fs/udf/modules.order; cat fs/omfs/modules.order; cat fs/jfs/modules.order; cat fs/xfs/modules.order; cat fs/9p/modules.order; cat fs/afs/modules.order; cat fs/nilfs2/modules.order; cat fs/befs/modules.order; cat fs/cachefiles/modules.order; cat fs/ocfs2/modules.order; cat fs/gfs2/modules.order; cat fs/f2fs/modules.order; cat fs/ceph/modules.order; cat fs/erofs/modules.order; cat fs/vboxsf/modules.order; cat fs/zonefs/modules.order; :; } > fs/modules.order
make: *** [Makefile:2023: .] Error 2
==> ERROR: A failure occurred in build().
Aborting...
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.