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.120765
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-26 13:15 (UTC)

Latest Comments

« First ‹ Previous 1 .. 82 83 84 85 86 87 88 89 90 91 92 .. 308 Next › Last »

graysky commented on 2017-02-15 22:45 (UTC)

Bump to v4.9.10-1 Changelog: https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.10 Commit: https://wiki.archlinux.org/index.php/Linux-ck/Changelog

graysky commented on 2017-02-09 22:34 (UTC)

Bump to v4.9.9-1 Changelog: https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.9 Commit: https://wiki.archlinux.org/index.php/Linux-ck/Changelog

cdown commented on 2017-02-08 16:31 (UTC)

@VerruckteFuchs @fekle This is a bug in pacaur. I've just put up a patch to fix it at https://github.com/rmarquis/pacaur/pull/646.

VerruckteFuchs commented on 2017-02-06 20:58 (UTC)

@graysky @artafinde A simple makepkg -sri after clearing out the src directory sorted it out. It looks like something broke after pacaur got updated.

artafinde commented on 2017-02-06 20:07 (UTC)

Just follow the wiki: https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages

fekle commented on 2017-02-06 20:00 (UTC)

@graysky to wait and see if other people experience this problem ;) you're right though, just tried installing manually and it worked just fine - oops.

graysky commented on 2017-02-06 18:54 (UTC)

Why would trying in a few days make a difference? Don't build with an AUR helper. Those things are way more trouble than they're worth. Just build with makepkg and profit.

VerruckteFuchs commented on 2017-02-06 18:40 (UTC)

@artafinde I've run cd ~/.cache/pacaur/linux-ck/src/linux-4.9 make clean #I also tried make mrproper (used in the PKGBUILD) and make distclean I also tried pacaur -Sc to see if that did anything to help. As far as I can tell skimming over the PKGBUILD, in the prepare() step make mrproper comes after the initial patching and should clean the build environment. Oddly enough I had no issues upgrading linux-ck on my laptop, but on my desktop it's having trouble with the prepare() step for some reason. It might be because I upgraded pacaur before upgrading linux-ck and there is a change in PKGBUILD syntax/formatting or something else. On my laptop I'm pretty sure I upgraded linux-ck and pacaur at the same time, which means the previous version of pacaur handled the installation. That's all I can think of that's different.

fekle commented on 2017-02-06 16:57 (UTC)

@VerruckteFuch I've got the same problem: http://pastebin.com/raw/4kT3quL6 Tried deleting .cache/pacaur, choosing both yes and no when asked (see paste), to no avail. Anyway, I'll try again in a few days, and as always, thanks for the great work @graysky!

artafinde commented on 2017-02-06 16:01 (UTC)

@VerruckteFuchs clean your build environment.