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 (7)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 223 224 225 226 227 228 229 230 231 232 233 .. 308 Next › Last »

graysky commented on 2013-02-27 23:19 (UTC)

Bump to v3.7.10-1 Changelog: lkml is down Commit: http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=63b322e023549522cad284171882b919543c0b8c

graysky commented on 2013-02-27 21:24 (UTC)

@Raziel23 - Very helpful, thank you. Updated the PKGBUILD to reflect this new location. @MatejLach - I updated the PKGBUILD per your feedback using a find statement that shouldn't trip makepkg if nulls are found. I tested it forcing a delete of $srcdir/linux-3.7/include/config/dvb/*.h and it worked fine. Please build with it disabling the dvb shit as you do and report back. Note that I did not bump the pkgver version.

MatejLach commented on 2013-02-27 19:59 (UTC)

I'm building 3.7.9-2 BTW.

MatejLach commented on 2013-02-27 19:56 (UTC)

Indeed, when I delete this: mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/" [[ -e include/config/dvb/ ]] && cp include/config/dvb/*.h "${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/" It is enough, to compile the kernel without problems. Were there any changes there compared to previous PKGBUILD?

MatejLach commented on 2013-02-27 19:06 (UTC)

@graysky - I think that there's a bug in the PKGBUILD where it is expected that I have dvb support enabled in the kernel (and therefore there is a file 'include/config/dvb/*.h'), but if I have it disabled, the build (of the *headers package) simply fails, because of that expectation. I think it's this block in the PKGBUILD: # add dvb headers for external modules # in reference to: # http://bugs.archlinux.org/task/9912 mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb-core" cp drivers/media/dvb-core/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb-core/" # and... # http://bugs.archlinux.org/task/11194 mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/" [[ -e include/config/dvb/ ]] && cp include/config/dvb/*.h "${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/" More precisely this bit: mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/" [[ -e include/config/dvb/ ]] && cp include/config/dvb/*.h "${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/" Can you have a second glance at it? Thanks,

Raziel23 commented on 2013-02-27 08:14 (UTC)

BFQ move to a new website. The old one will not be updated and in the near future will probably be shut down. Here is the relevant message on mailing list from Paolo: https://groups.google.com/forum/?fromgroups=#!topic/bfq-iosched/avSJ0HLbmHg

graysky commented on 2013-02-26 23:32 (UTC)

@MatejLach - You building 3.7.9-2 or 3.8-0? I cannot reproduce your error; builds fine here (both). Are you using any modifications to the config?

MatejLach commented on 2013-02-26 23:00 (UTC)

==> 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(). Aborting... The build failed.

graysky commented on 2013-02-26 00:06 (UTC)

Bump to v3.7.9-2 Changelog: Security fix and updated config files. Commit: http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=61720e7b3541a8b801b333f8d7a40ce44223cdd1