When installing linux-pf 3.5.2-1, I get this:
<many, many patches>
==> Patching for restless souls
patching file net/wireless/chan.c
Hunk #1 succeeded at 84 (offset 35 lines).
Hunk #2 succeeded at 136 (offset 57 lines).
patching file kernel/printk.c
Hunk #1 succeeded at 61 (offset 3 lines).
patching file drivers/isdn/hardware/mISDN/avmfritz.c
Reversed (or previously applied) patch detected! Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file drivers/isdn/hardware/mISDN/avmfritz.c.rej
==> ERROR: A failure occurred in build().
Aborting...
The build failed.
I'm using packer as a pacman wrapper, but almost always building linux-pf with it works.
Search Criteria
Package Details: linux-pf-headers 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: | 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: | 210 |
Popularity: | 0.30 |
First Submitted: | 2011-07-24 12:01 (UTC) |
Last Updated: | 2024-11-06 15:49 (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 .. 55 56 57 58 59 60 61 62 63 64 65 .. 106 Next › Last »
leodag commented on 2012-08-18 17:14 (UTC)
<deleted-account> commented on 2012-07-18 23:47 (UTC)
Wow, worked with the latest update. Sorry.
nous commented on 2012-07-18 20:42 (UTC)
Strange, are you using a pacman/makepkg wrapper to build?
<deleted-account> commented on 2012-07-18 03:57 (UTC)
I getting error:
INSTALL /var/abs/local/linux-pf/pkg/linux-pf/lib/firmware/yamaha/ds1e_ctrl.fw
DEPMOD 3.4-pf
ERROR: could not open directory /var/abs/local/linux-pf/pkg/linux-pf/lib/modules/3.4-pf: No such file or directory
FATAL: could not search modules: No such file or directory
While:
ls /var/abs/local/linux-pf/pkg/linux-pf/usr/lib/modules/3.4-pf
extramodules kernel modules.builtin modules.order
nous commented on 2012-06-22 05:55 (UTC)
I'll test on my personal box, along with the alleged TRANSPARENT_HUGEPAGE-breaks-TOI issue. If it works and does not break other things, I'll apply it in the PKGBUILD.
Huulivoide commented on 2012-06-21 19:51 (UTC)
It would seem it is needed to run 'make headers_install'
for aufs3 headers to be installed correctly. Simple cp
will result in non-working unusable headers. Currently
aufs3-util package cannot be built with linux-pf due to
this very reason, even after using the CPPFLAGS hack
provided in comments. Please take a look at this mailinglist
conversation, expecially the 6th message.
http://comments.gmane.org/gmane.linux.file-systems.aufs.user/3241
<deleted-account> commented on 2012-06-19 09:43 (UTC)
My internet connection now is not cool enough to download and compile kernel, but about a year ago i used kernel without initrd and modules and it was booting faster.
I have 8gb of RAM.
nous commented on 2012-06-18 18:20 (UTC)
On my laptop zram boot parameter is 'zram.num_devices=2', not zram.zram_num_devices.
nous commented on 2012-06-18 17:54 (UTC)
If you're low on physical RAM, you might want to append the keywords 'zcache' and 'zram.zram_num_devices=N' to the kernel boot parameters, where N your CPU cores, in order to activate zcache and allocate all memory to the CPUs for zram. Also, install zramswap from the AUR and add zramswap to /etc/rc.conf DAEMONS array.
The results are impressive.
nous commented on 2012-06-18 17:34 (UTC)
Vekt: you realize that you won't probably get a measurable speed-up, don't you? Please, apply the following patch to PKGBUILD and test your new kernel with bootchart. If there's significant increase, I'll implement it (and probably build one kernel for my laptop too).
--- PKGBUILD 2012-06-18 01:06:09.000000000 +0300
+++ PKGBUILD.koko 2012-06-18 20:29:22.762549123 +0300
@@ -183,2 +183,3 @@
echo " <O> make oldconfig"
+ echo " <L> make localyesonfig"
echo " <ENTER> to skip configuration and start compiling"
@@ -196,2 +197,4 @@
;;
+ l) make localyesconfig
+ ;;
default)
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.