Package Details: linux-ck 6.11-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.84
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-09-19 13:04 (UTC)

Dependencies (14)

Required by (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 249 250 251 252 253 254 255 256 257 258 259 .. 307 Next › Last »

ghen commented on 2012-07-04 20:42 (UTC)

Just make it depend explicitly on kmod>=9-2 to avoid update mistakes - the update will be refused for people not on [testing].

graysky commented on 2012-07-04 14:50 (UTC)

Thanks, misc. Actually made one on my own and verified that I can build it in a clean chroot with [testing] enabled. Here is the src package for those interested: http://repo-ck.com/PKG_source/linux-ck/linux-ck-3.4.4-5.src.tar.gz YOU MUST HAVE [testing] ENABLED TO USE THIS!

misc commented on 2012-07-04 14:31 (UTC)

Meanwhile, here's the diff; running its result ATM: http://pastie.org/4199135

graysky commented on 2012-07-04 11:16 (UTC)

Thnx for the link. This is bigger than an upstream patch... I will need to closely follow the timing of the official ARCH packages from [testing] to [core] to know when to upload the modified PKGBUILD here and when to rebuild the repo packages.

skydrome commented on 2012-07-04 09:17 (UTC)

https://mailman.archlinux.org/pipermail/arch-dev-public/2012-July/023178.html

graysky commented on 2012-07-04 09:12 (UTC)

Thanks for the heads up, guys. I made the modifications to the PKGBUILD per the ARCH 3.4.4-3 changes that skydrome posted, but find that my build blows up. I need some sleep now because my mind is crap. While I'm snoozing, does anyone understand the source of the error after making the changes in the PKGBUILD? $pkgdir/lib is moved to $pkgdir/usr just fine but the depmod fails with this error: +depmod -b /scratch/linux-ck/pkg -F System.map 3.4.4-5-ck ERROR: could not open directory /scratch/linux-ck/pkg/lib/modules/3.4.4-5-ck: No such file or directory FATAL: could not search modules: No such file or directory Why doesn't depmod know to look in /scratch/linux-ck/pkg/usr/lib/modules/3.4.4-5-ck rather than the old path? EDIT: I cannot build the ARCH package via ABS (from [testing]) either; ir errors out in the same exact spot INSTALL /scratch/linux/pkg/linux/lib/firmware/yamaha/ds1e_ctrl.fw DEPMOD 3.4.4-3-ARCH ERROR: could not open directory /scratch/linux/pkg/linux/lib/modules/3.4.4-3-ARCH: No such file or directory FATAL: could not search modules: No such file or directory ==> ERROR: A failure occurred in package_linux(). ... Is this because I am NOT using [testing]?

skydrome commented on 2012-07-04 08:34 (UTC)

yes, the patch to the -ARCH kernel is what needs to be applied if you are using testing right now https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=392ebae775235e2a8c0e6a738f1163dc93f6959d apply that, update system, build kernel, reboot, happy

felixonmars commented on 2012-07-04 08:31 (UTC)

Maybe we need some changes to support arch's removal of /lib? Refer to [arch-dev-public], a snapshot can be found here: http://permalink.gmane.org/gmane.linux.arch.tur.user/25500