Don't flag it out of date because it is not the same version as mainline.
The latest pf-kernel patch is 3.1.6 at this point, as you can see here: http://pf.natalenko.name/sources/3.1/
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-selinuxAUR, coreutils-uutilsAUR, coreutils-hybridAUR)
- 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 .. 66 67 68 69 70 71 72 73 74 75 76 .. 106 Next › Last »
Rolinh commented on 2012-01-09 08:25 (UTC)
nous commented on 2011-11-28 21:47 (UTC)
LinuxIMQ is back in. If you want it though, you'll have to configure it in yourselves.
nous commented on 2011-11-21 21:53 (UTC)
Cheers, bardo. I've used a few diff tools from time to time but none quite impressed me. Although I must admit I'm not their most expert user. I'll have a look at meld too.
bardo commented on 2011-11-21 19:09 (UTC)
@nous: might not be the holy grail, but I suggest using meld when you need to compare a newer PKGBUILD to your customizations, it saves a lot of headaches. You can also try vimdiff if you are more frugal or dislike gtk. Or just "svn diff" the latest official build with the version you synchronized to, discover what changed since then and decide what to integrate in your package. HTH :)
nous commented on 2011-11-20 20:32 (UTC)
@kalpik: The ones from /lib/modules/3.1-pf/kernel/kernel/power [_bio, _compress (lzo still fails here), _core, _file/_swap and _userui]
I believe that specifying one (e.g. tuxonice_swap) which depends on _bio and _core would do, but haven't tested as I don't use an initrd.
@myra: That's about how I had it till recently:
[[ -e include/config/dvb/ ]] && cp include/config/dvb/*.h ${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/
The thing is, I _must_ synchronize with the official linux-ARCH; their config, patches/fixes and packaging on every minor bump. It's very tedious and tiring for a maintainer to compare line-by-line two huge PKGBUILDs and merge them into one. This time I forgot to add the aforementioned line, which resulted in your error (mine too!) But as I explained, I decided to leave it as it was. You see, for people running custom/tailored kernels, selecting <M> for DVB for Linux at "Device Drivers/Multimedia support" and leaving everything else out, creates just the necessary dvb.h without any further demands.
<deleted-account> commented on 2011-11-20 19:28 (UTC)
nous:
About the dvb headers, would it not be as easy to add this to the PKGBUILD
# http://bugs.archlinux.org/task/11194
mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/"
if [ -a include/config/dvb/*.h ] ; then
cp include/config/dvb/*.h "${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/*.h
fi
Seems as though that would save building the modules. I haven't installed my build yet cause I don't want to rebuild nvidia until tonight, but the packaging succeeds this way.
Myra
kalpik commented on 2011-11-20 04:26 (UTC)
"tuxonice is no longer built-in; You MUST add the relevant modules in your /etc/mkinitcpio.conf MODULES array"
What modules do I need to add?
nous commented on 2011-11-19 19:49 (UTC)
Since the headers package section is taken as-is from linux-ARCH, which has almost all options 'moduled', it expects the dvb headers in place. I too have had this error in my tailored laptop config and circumvented it simply by enabling as module the dvb submenu in drivers/multimedia.
lucak3 commented on 2011-11-19 11:58 (UTC)
Sorry for deleted message, i found the real problem:
- _kernver too has KARCH problem
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.