Package Details: linux-ck 6.11.8-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.26
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-15 22:31 (UTC)

Dependencies (14)

Required by (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 291 292 293 294 295 296 297 298 299 300 301 .. 307 Next › Last »

admiralspark commented on 2011-09-11 10:40 (UTC)

is anyone else having issues downloading the source from ftp.kernel.org? I was under the impression that all of their servers were down, and their ftp is unreachable here still (and kernel.org is down).

<deleted-account> commented on 2011-09-09 13:12 (UTC)

well well well: http://groups.google.com/group/bfq-iosched/browse_thread/thread/e6d16ca19631b6b0

Det commented on 2011-09-04 08:42 (UTC)

@Zom, you can sleep well tonight: https://bbs.archlinux.org/viewtopic.php?pid=986157

Zom commented on 2011-09-03 22:32 (UTC)

@Det: Comment by: graysky on Mon, 29 Aug 2011 19:33:13 +0000 I'm confused as hell by all this... by the way, we should take this discussion to the bbs since many people here only wanna know when the pkg updates. -------- Please do, this doesn't interest me the slightest, and I think the forums would be a better place for the discussion anyhow.

Det commented on 2011-09-03 22:07 (UTC)

As a side-note how's the -O2/-fstack-protector/Sandy Bridge thing going? It's been 2 weeks since I first asked about the first 2.

graysky commented on 2011-09-03 18:35 (UTC)

@Det - Modified but didn't bump the PKGVER. See line 308. @fackamato - does this work for your configuration?

Det commented on 2011-09-03 15:41 (UTC)

@graysky, you are already using that in you PKGBUILD. The thing is that your "for i in" selection itself is causing the fail. It should be like this: [[ -e include/config/dvb/ ]] && cp include/config/dvb/*.h "${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/"

graysky commented on 2011-09-03 14:28 (UTC)

@fackamato - right, see my post from 30-Aug. There is a pastebin in there I'd like you test with your configuration that currently fails.

fackamato commented on 2011-09-03 13:27 (UTC)

@graysky - If you build without DVB stuff and all that, it fails because there are no files to copy. So just add [[ -e $my-files-to-copy ]] && cp .. or something?

Det commented on 2011-08-31 12:48 (UTC)

Linus promised to wait until it was day-time here. I'm gonna piss into his mailbox.