"mkinitcpio -p kernel26-pf"
Search Criteria
Package Details: linux-pf-headers 6.13.pf1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-pf.git (read-only, click to copy) |
---|---|
Package Base: | linux-pf |
Description: | Headers and scripts for building modules for the pf-kernel |
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: | linux-pf-headers |
Submitter: | nous |
Maintainer: | post-factum |
Last Packager: | post-factum |
Votes: | 209 |
Popularity: | 0.054373 |
First Submitted: | 2011-07-24 12:01 (UTC) |
Last Updated: | 2025-01-25 23:02 (UTC) |
Dependencies (10)
- pahole (pahole-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)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 79 80 81 82 83 84 85 86 87 88 89 .. 106 Next › Last »
nous commented on 2011-07-06 09:13 (UTC)
nous commented on 2011-06-26 21:10 (UTC)
Done. You still need to manually copy your old .config (or zcat from /proc/config.gz) into the source tree.
<deleted-account> commented on 2011-06-26 19:00 (UTC)
Would be good to include a 'make oldconfig' option in the build menu.
Cape commented on 2011-06-26 12:56 (UTC)
Recompiling the kernel solved the problem... it appears that i somehow configured the kernel without the "-pf" suffix.
nous commented on 2011-06-25 12:24 (UTC)
@Cape I can't reproduce the bug. Are you using makepkg or some wrapper like yaourt/clyde? Running 'make kernelrelease' inside $builddir/src/linux-2.6.39 should return '2.6.39-pf', otherwise something's broken on your side.
lucak3 commented on 2011-06-25 07:57 (UTC)
It would be better to report nvidia-pf problems on its AUR page :)
BTW, if you are referring to this:
------------------------------------------------------------------------------------------
NVIDIA: calling KBUILD...
test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
echo; \
echo " ERROR: Kernel configuration is invalid."; \
echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\
echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo; \
/bin/false)
------------------------------------------------------------------------------------------
then i can assure you there is no problem: it's a known KBUILD harmless bug, it just prints what it would do, easily understandable with a bit of sh knowledge.
But of course you can check if it really picked up the correct headers: just check some lines under that and you should see:
cc -Wp,-MD,/home/luca/nvidia-pf/src/NVIDIA-Linux-x86-275.09.07/kernel/.nv.o.d -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.6.0/include -I/usr/src/linux-2.6.39-pf/arch/x86/include
As you can note, if the last part with -I has -pf in the path, you're good.
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.