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

Dependencies (14)

Required by (7)

Sources (6)

Latest Comments

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

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.

graysky commented on 2011-08-31 10:47 (UTC)

Update to 3.0.4 ...surprised no one flagged it out-of-date, you guys are slipping :)

graysky commented on 2011-08-30 20:37 (UTC)

@fackamato - I don't know which option(s) you're using that causes this, but I took a stab at it (below). Please try building using the PKGBUILD here and report back. If you find that you need to mod the code I wrote (starts on line 308) please do and post to pastebin. http://pastebin.com/36bHSvL5

fackamato commented on 2011-08-30 19:07 (UTC)

cp: cannot stat `include/config/dvb/*.h': No such file or directory Can you please is some logic like [ -e $FILE ] && cp ... ? makepkg fails with the above otherwise, with some configurations.

Det commented on 2011-08-30 07:18 (UTC)

I'd really like to use my cent sacks here too. GCC only detects the processor type. Based on that it hands out optimizations specific to that processor (with "-march=native"). Whether or not these optimizations actually work with a 32-bit OS with the smaller address space and all that they don't seem to care. That's why the Gentoo folks created the "safe flags" wiki. Also I don't think t3ddy suddenly decided to like "-march=corei7-avx" either. I think we've proved it doesn't work.

graysky commented on 2011-08-29 19:33 (UTC)

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. My 2 cents: @t3ddy - 8 GB of RAM = you should run x86_64 :p I have no idea how you could conclude that your Sandybridge requires march=prescott when you proved to me that -march= corei7-avx on your machine (unless GCC is wrong). Just so you know, here is the PKGBUILD, config, and makepkg.conf that my build script made for the corei7-avx i686 packages you're running without issue: PKGBUILD: http://pastebin.com/MXFRfFJh config: http://pastebin.com/uKPh2P1Z makepkg.conf: http://pastebin.com/MBcjaZgY If you really wanna prove to yourself that the gentoo wiki is incorrect about that prescott flag, use the three files I posted to paste bin and build yourself a functional kernel with those flags intact :) Let's please take any future conversation about this topic into the forum. Either t3ddy or Det can start the thread. Thanks!

t3ddy commented on 2011-08-29 18:50 (UTC)

Ehm... Yes, only 8Gb :/ I've neither thought about it, I've installed i686 because on my old pc (that broke down) I had i686 :P

Det commented on 2011-08-29 13:09 (UTC)

So far. Nothing mad with using a 32-bit OS on a low RAM environment anyway (it's low with you, right?).