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 .. 171 172 173 174 175 176 177 178 179 180 181 .. 308 Next › Last »

graysky commented on 2014-06-16 22:03 (UTC)

Bump to v3.14.8-1 Changelog: https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.8 Commit: https://wiki.archlinux.org/index.php/Linux-ck/Changelog

clfarron4 commented on 2014-06-16 21:56 (UTC)

https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.14.8.xz

mariojuniorjp commented on 2014-06-14 00:15 (UTC)

@Schemeidenbacher I changed the folder for the compilation. Now I have to wait to do it again, and see if will work this time. Many thanks for all the help! =D

Schmeidenbacher commented on 2014-06-14 00:02 (UTC)

Or you uncomment the BUILDDIR stanza in /etc/makepkg.conf and set it to a place with more space.

mariojuniorjp commented on 2014-06-14 00:00 (UTC)

@Schemeidenbacher 13.9 MB of 908.7 MB (98% used) That was it. Now I have to figure out how to increase the size of / tmp folder, because what is taking up all the space is precisely the kernel compilation. xD

Schmeidenbacher commented on 2014-06-13 23:54 (UTC)

It's building in /tmp/makepkg then (the default), so yeah, depends on what's mounted there.

mariojuniorjp commented on 2014-06-13 23:52 (UTC)

@graysky @Scimmia I'm building using Yaourt. :P I did not know it would cause an error in compiling the kernel that way. I've only set up the PKGBUILD, other things too, and then sent compile the kernel. @Schemeidenbacher #-- Specify a directory for package building. #BUILDDIR=/tmp/makepkg Is this?

Schmeidenbacher commented on 2014-06-13 23:36 (UTC)

@mariojuniorjp: Also check the file /etc/makepkg.conf for the BUILDDIR stanza. That will tell you where makepkg is building it. Check for space there.

Scimmia commented on 2014-06-13 23:35 (UTC)

The fact that it's asking you if you want to restart means you're using a helper of some sort. From the looks of it, I would say yaourt. By default, yaourt builds in /tmp, which is on tmpfs. That's your problem.