Package Details: linux-ck 6.11.10-1

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Package Base: linux-ck
Description: The Linux kernel and modules with ck's hrtimer patches
Upstream URL: https://wiki.archlinux.org/index.php/Linux-ck
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 458
Popularity: 0.123230
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-26 13:15 (UTC)

Dependencies (14)

Required by (7)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 36 37 38 39 40 41 42 43 44 45 46 .. 308 Next › Last »

graysky commented on 2018-08-28 22:42 (UTC)

@zerophase - I don't think I can automate that since there is are 2 prompts...

graysky commented on 2018-08-28 22:42 (UTC)

4.18.5-3 builds, sorry for the fuck-up.

SilverMight commented on 2018-08-28 22:30 (UTC)

Also received the same issue as @Lessaj

ltsdw commented on 2018-08-28 22:29 (UTC)

I made changes in pkgbuild to apply muqss to another package kernel, and it build successfully here.

zerophase commented on 2018-08-28 21:20 (UTC) (edited on 2018-08-28 21:24 (UTC) by zerophase)

setting _subarch=27 for GCC detecting native cpu features causes the setup script to loop infinitely on Support for P6_NOPs on Intel chips (X86_P6_NOP) [N/y/?] Would it be possible to allow user input here for whether to turn this feature on or not?

dunconio commented on 2018-08-28 21:02 (UTC) (edited on 2018-08-28 21:29 (UTC) by dunconio)

I can confirm the updated build 4.18.5-2-ck fails as per @Lessaj. (I am using _subarch=19)


  INSTALL sound/usb/usx2y/snd-usb-usx2y.ko
  INSTALL virt/lib/irqbypass.ko
  DEPMOD  4.18.5-2-ck
'make modules_install' requires /doesnt/exist. Please install it.
This is probably in the kmod package.
make: *** [Makefile:1248: _modinst_post] Error 1
==> ERROR: A failure occurred in package_linux-ck().
    Aborting...
==> ERROR: Makepkg was unable to build linux-ck.

graysky commented on 2018-08-28 20:07 (UTC)

I updated with ck's fix in 4.18.5-2 ... please confirm.

Lessaj commented on 2018-08-28 19:19 (UTC) (edited on 2018-08-28 19:27 (UTC) by Lessaj)

Able to complete the build with the patch mentioned by @skydrone, but fails right at the end when installing modules as part of package(). Comparing with previous PKGBUILD this part is unchanged, not sure why I'm experiencing this error now. Confirmed I have the kmod package.

  INSTALL sound/xen/snd_xen_front.ko
  INSTALL virt/lib/irqbypass.ko
  DEPMOD  4.18.5-1-ck
'make modules_install' requires /doesnt/exist. Please install it.
This is probably in the kmod package.
make: *** [Makefile:1248: _modinst_post] Error 1
==> ERROR: A failure occurred in package_linux-ck().
    Aborting...

ltsdw commented on 2018-08-28 18:29 (UTC)

@skydrome how can I apply this? Should I edit something in pkgbuild or before/pre pkgbuild?

LChris314 commented on 2018-08-28 12:29 (UTC)

Hello. When I installed my current 4.17.11 kernel, I made some changes to the config with menuconfig (mostly removed unneeded modules). What is the preferred way to integrate the changes I made into the new version? Do I just load the current config from the menu, or should I modify the PKGBUILD in some way?