Package Details: linux-ck-headers 6.11.10-1

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Package Base: linux-ck
Description: Headers and scripts for building modules for Linux-ck kernel
Upstream URL: https://wiki.archlinux.org/index.php/Linux-ck
Licenses: GPL-2.0-only
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 458
Popularity: 0.092660
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-26 13:15 (UTC)

Latest Comments

« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 308 Next › Last »

Althorion commented on 2019-11-28 12:46 (UTC)

No, I manually cloned the package (git clone <https://aur.archlinux.org/linux-ck.git>) and run makepkg -i on it. I tried removing the folder and re-cloning and clearing the build folder (rm -rf /tmp/makepkg/linux-ck), but to no avail.

graysky commented on 2019-11-28 12:33 (UTC) (edited on 2019-11-28 12:34 (UTC) by graysky)

How are you building? Works fine here. If you're using an AUR helper, DON'T USE AN AUR HELPER!

...
patching file kernel/time/Kconfig
patching file kernel/time/clockevents.c
patching file kernel/time/hrtimer.c
patching file kernel/time/posix-cpu-timers.c
patching file kernel/time/timer.c
patching file kernel/trace/trace_selftest.c
patching file mm/vmscan.c
patching file net/core/pktgen.c
patching file sound/pci/maestro3.c
patching file sound/soc/codecs/rt5631.c
patching file sound/soc/codecs/wm8350.c
patching file sound/soc/codecs/wm8900.c
patching file sound/soc/codecs/wm9713.c
patching file sound/soc/soc-dapm.c
patching file sound/usb/line6/pcm.c
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
...

Althorion commented on 2019-11-28 12:26 (UTC)

Version 5.4-3 fails at patching: https://gist.github.com/Althorion/a817b8bd5027cf9344af52963d063951

Last few lines:

patching file mm/vmscan.c
patching file net/core/pktgen.c
patching file sound/pci/maestro3.c
patching file sound/soc/codecs/rt5631.c
patching file sound/soc/codecs/wm8350.c
patching file sound/soc/codecs/wm8900.c
patching file sound/soc/codecs/wm9713.c
patching file sound/soc/soc-dapm.c
patching file sound/usb/line6/pcm.c
?[1m    Aborting...?(B?[m

graysky commented on 2019-11-23 22:26 (UTC)

No idea what pikaur is but if you are using an i686 fork of Arch, see man makepkg to see how to ignore the architecture or modify the PKGBUILD itself.

lockheed commented on 2019-11-23 21:11 (UTC)

How can I build this on a 32bit system? I tried it now with pikaur, but I'm getting "linux-ck, linux-ck-headers can't be built on the current arch (pentium4). Supported: x86_64"

I know Arch abandoned 32 bit, but this is a source package so I expected it could be built.

graysky commented on 2019-11-11 18:53 (UTC)

@kyak - Must have missed that when diffing official PKGBUILD vs this. Modifycation will be included in 5.3.11, thanks.

kyak commented on 2019-11-11 18:02 (UTC)

Hi graysky,

Official kernels do now install kernel image to /boot anymore: https://www.archlinux.org/news/new-kernel-packages-and-mkinitcpio-hooks/

Do you plan to follow the same path with linux-ck?

nTia89 commented on 2019-11-08 08:05 (UTC) (edited on 2019-11-08 08:05 (UTC) by nTia89)

Fixed! @sir_lucjan thank you, I tried again and now it compiles flawless. Maybe the reboot fixed the issue, since I upgraded some packages, including mkinitcpio, systemd and gcc...

sir_lucjan commented on 2019-11-07 22:15 (UTC)

mkinitcpio is not involved in the compilation of the kernel at all. It is used only to generate initramfs and it is also possible to do it with dracut.

nTia89 commented on 2019-11-07 18:16 (UTC) (edited on 2019-11-07 18:17 (UTC) by nTia89)

With latest mkinitcpio-27-2, linux-ck compilation (in real it stops before...) stucks just after patching. No errors printed, just "failed in prepare()"