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.88
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 .. 176 177 178 179 180 181 182 183 184 185 186 .. 307 Next › Last »

janck commented on 2014-05-28 22:13 (UTC)

Found a fix from a previous build. # this line will allow the package to build if a user disables the dvb shit find include/config/dvb -name '*.h' -exec cp {} "${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/" \;

graysky commented on 2014-05-28 18:55 (UTC)

@janck - Guess I'm confused... your statement says if include/config/dvb exists copy include/config/dvb/*.h to "${pkgdir}/usr/lib/modules/${_kernver}/build/include/config/dvb/" The current PKGBUILD just does that, first making the destination on line 432 and doing the same copy on line 433. What am I missing?

janck commented on 2014-05-28 04:58 (UTC)

sorry to confuse. What needs to be done is to repalce line 432 with this one: [[ -e include/config/dvb/ ]] && cp include/config/dvb/*.h "${pkgdir}/usr/lib/modules/${_kernver}/build/include/config/dvb/"

graysky commented on 2014-05-27 21:40 (UTC)

Yes, those lines are in the PKGBUILD. I am confused.

janck commented on 2014-05-27 20:52 (UTC)

yes... did you check?

graysky commented on 2014-05-27 20:03 (UTC)

@janck - That is contained in this PKGBUILD, no?

janck commented on 2014-05-27 19:25 (UTC)

line 432: # and... # http://bugs.archlinux.org/task/11194 mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/include/config/dvb/" cp include/config/dvb/*.h "${pkgdir}/usr/lib/modules/${_kernver}/build/include/config/dvb/"

graysky commented on 2014-05-26 18:23 (UTC)

Shit... did I merge out that line again? I need to review some past PKGBUILDs. I have a nasty habit of comparing linux-ck to linux the ARCH package to make sure I capture all the new changes. I think I may have merged out our change. I will look into it; faster if you can and point me to it given how busy I am these days. http://pkgbuild.com/git/aur-mirror.git/log/linux-ck

janck commented on 2014-05-26 17:36 (UTC)

All dvb config has been diabled, and I get this error when compiling: ==> Starting package_linux-ck-headers()... cp: cannot stat ‘include/config/dvb/*.h’: No such file or directory ==> ERROR: A failure occurred in package_linux-ck-headers().

kyak commented on 2014-05-20 16:37 (UTC)

Hi graysky, It seems that nvidia-ck needs to be updated: error: failed to prepare transaction (could not satisfy dependencies) :: nvidia-ck-ivybridge: requires nvidia-utils=337.12 Thank you!