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

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 298 299 300 301 302 303 304 305 306 307 308 Next › Last »

Det commented on 2011-08-21 11:15 (UTC)

@Lothium, it seems like you just fetched makepkg.conf from the [pacman] sources, through ABS or from here: http://projects.archlinux.org/svntogit/packages.git/tree/pacman/trunk/makepkg.conf. Either way, a simple "fix" would be to just remove your makepkg.conf and let pacman install the right one with: # pacman -Syy pacman E: wait, no, forget about that. It was just me not paying attention. The "@CARCH"and "@CHOST" stuff are just there to be changed in build time based on whether you are on i686 or x86_64. Nothing to worry there and definitely don't just copy+paste that file to your makepkg.conf But if you don't have a makepkg.conf.pacnew file in /etc - that's perfectly fine. The confs are prefixed like that only when the previous file had changed since the previous update (meaning _you_ changed it). So when you haven't changed the file in any way it can simply be replaced with the new one.

<deleted-account> commented on 2011-08-21 10:52 (UTC)

@gravsky: Thanks for your answer! I looked at the link you posted and checked the new makepkg.conf for a difference to mine. The only thing I found was that in my makepkg.con is CARCH="x86_64" CHOST="x86_64-unknown-linux-gnu" and in the new one there is CARCH="@CARCH@" CHOST="@CHOST@" Do I have to change mine to the new one? Best regards and thanks for your help!

Det commented on 2011-08-21 10:03 (UTC)

@graysky, seems like you didn't understand the rest of my post either. What I meant was that there's no need to bump the pkgrel like that when the users should rebuild their package. It is a general rule in the AUR that when something breaks and requires a rebuild it's in the user's responsibility to rebuild the package. There's also the thing that [testing] users might've already rebuilt their package so when the maintainer bumps the pkgrel it's not really... nice. It's of course your choice. Your package, your rules but I'd just appreciate it, if you just made a comment about something like that. In this case the rebuild wasn't even 'required'. And the other thing was that instead of: "-march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" it would be perfecty fine (and more accurate) to use just: "-march=native" I explained this in my previous post.

graysky commented on 2011-08-20 18:41 (UTC)

@feilen - /etc/makepkg.conf contains CFLAGS and CXXFLAGS while the PKGBUILD contains KCFLAGS and KCPPFLAGS. Makepkg will automatically set the CFLAGS and CXXFLAGS from /etc/makepkg.conf when you invoke it. It's redundant to echo them again prior to the make steps.

feilen commented on 2011-08-20 18:20 (UTC)

That's what I was looking at. You said in a previous post KCFLAGS and KCCPFLAGS and the PKGBUILD has KCFLAGS and KCPPFLAGS.

graysky commented on 2011-08-20 17:03 (UTC)

@Lothium - that's really odd. The files in question can be found here: http://projects.archlinux.org/svntogit/packages.git/tree/pacman/trunk

<deleted-account> commented on 2011-08-20 15:59 (UTC)

Mmmh... I updated to the latest pacman, but I have no makepkg.conf.pacnew... What I have to do?

graysky commented on 2011-08-20 13:52 (UTC)

@ethail - my bad! Bump to -4 @Det - I don't understand your question... do you feel that I'm forcing users to rebuild by bumping the PKGBUILD?