Package Details: linux-ck 6.12.1-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: 459
Popularity: 0.24
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-23 13:58 (UTC)

Dependencies (14)

Required by (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 88 89 90 91 92 93 94 95 96 97 98 .. 308 Next › Last »

graysky commented on 2016-12-22 19:02 (UTC)

I updated linux-ck and all its daughter packages (broadcom-ck nvidia-x-ck, and virtualbox-ck) but currently nvidia 304xx doens't build without an update to 304.134 and currently nvidia-304xx-utils in [extra] is stuck on 304.132. This means I can't push the 4.9 update until our devs put 304.134 in the repos.

graysky commented on 2016-12-22 08:38 (UTC)

@BS - Yes, I saw it. Just need to verify that all modules build ok. Stay tuned.

BS86 commented on 2016-12-22 07:29 (UTC)

finally, 4.9 is out: https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=26d5f8c9110f0fca96a7ef05c235dd005b1049a7

graysky commented on 2016-12-21 17:00 (UTC)

@Saren - I see... sorry, you'll need to edit the PKGBUILD. You can do it with a call to sed if you want.

Saren commented on 2016-12-21 16:07 (UTC)

@graysky - lol no, I want to enable NUMA.

graysky commented on 2016-12-21 13:58 (UTC)

@Saren - You shouldn't need to modify the PKGBUILD to disable NUMA... that has been defaulted for some time now.

Saren commented on 2016-12-21 13:30 (UTC)

Hi, since it's now possible to configure cpu march now, is it possible to add whether to disable numa as well so that multi cpu system users don't have to edit PKGBUILD every time linux-ck upgrades? Thanks.

mrkline commented on 2016-12-19 18:23 (UTC)

@Rainmaker: I've seen that if pacman is upgrading bash in another process. I would assume it's just a temporary problem - you'd have some really serious issues if /bin/sh went missing. :)

QuartzDragon commented on 2016-12-19 14:59 (UTC)

@Rainmaker Cannot reproduce here. That's a weird error I've never seen before... What else is happening on your machine while trying to compile?

Rainmaker commented on 2016-12-19 10:50 (UTC)

4.8.15-2 fails because it's trying to call /bin/sh during the build: Cyclomatic Complexity 2 sound/core/hwdep.c:snd_hwdep_proc_read Cyclomatic Complexity 1 sound/core/hwdep.c:alsa_hwdep_init Cyclomatic Complexity 1 sound/core/hwdep.c:alsa_hwdep_exit make[2]: /bin/sh: Command not found make[2]: *** [scripts/Makefile.build:427: sound/core/snd-hwdep.o] Error 127 make[1]: *** [scripts/Makefile.build:440: sound/core] Error 2 make: *** [Makefile:974: sound] Error 2 ==> ERROR: A failure occurred in build(). Aborting...