Package Base Details: linux-ck

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 461
Popularity: 1.17
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-03-16 18:02 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 305 Next › Last »

graysky commented on 2021-04-14 15:06 (UTC)

I sure love updating my kernel 4 times in a week, lol

@powerball253- Comments like this serve absolutely no purpose. In general, this package follows the progress of the official kernel which has bumped several times in the past week.[1] Further, no one is forcing you to rebuild a kernel you opted into using in the first place. Please don't spam the comments page with such statements.

  1. https://github.com/archlinux/svntogit-packages/commits/packages/linux/trunk

graysky commented on 2021-04-02 13:32 (UTC)

@Kr1ss - Updated in 5.11.11-4, thanks.

Kr1ss commented on 2021-04-02 12:21 (UTC) (edited on 2021-04-02 12:41 (UTC) by Kr1ss)

@graysky - Currently, building fails in environments with a modified SRCDEST folder. (EDIT/ For instance, mine is set to /tmp/makepkg/srcdest)

linux-ck-5.11.11-3-x86_64-prepare.log :

xz: /startdir/patch-5.11-ck1.xz: No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...
==> Removing installed dependencies...
checking dependencies...
[...]

Hence I'd like to suggest a little patch :

diff -U1 old/PKGBUILD new/PKGBUILD
--- old/PKGBUILD    2021-04-02 14:11:24.598889831 +0200
+++ new/PKGBUILD    2021-04-02 14:11:02.978925899 +0200
@@ -107,3 +107,3 @@
     unlink "$srcdir/$_ckpatch.xz"
-    xz -dc "$startdir/$_ckpatch.xz" > "$_ckpatch"
+    xz -dc "$SRCDEST/$_ckpatch.xz" > "$_ckpatch"
   fi

Thank you, cheers !

artafinde commented on 2021-04-02 11:01 (UTC) (edited on 2021-04-02 11:01 (UTC) by artafinde)

@graysky: Thanks already using it - noticed the PR from sirlucian :) Thanks!

graysky commented on 2021-04-02 10:05 (UTC)

@Zalgo - 5.11.11-3 should fix this. See the forum thread for discussion: https://bbs.archlinux.org/viewtopic.php?pid=1965531

graysky commented on 2021-04-02 10:05 (UTC)

@artafinde - with some help, the native option now works with Intel and AMD. You will have to select the correct option though:

...
  33. Intel-Native optimizations autodetected by GCC (MNATIVE_INTEL) (NEW)
  34. AMD-Native optimizations autodetected by GCC (MNATIVE_AMD) (NEW)

Zalgo commented on 2021-04-02 07:20 (UTC)

Thanks for the tip :) If i figure out a way to fix the PKGBUILD that doesn't require manual untarring I'll pose it here

graysky commented on 2021-04-01 20:20 (UTC)

That's odd. Makepkg doesn't seem to be untarring the patch. If you do it manually and add that to the source array, it works as expected.