You are not logged in.

#1 2011-01-12 12:30:47

nischg
Member
From: Santiago, Chile
Registered: 2010-04-16
Posts: 9
Website

[SOLVED] Trying to compile kernel but running out of disk space

Hi,

I swear I searched for a solution before posting.

I'm trying to install a Zen Kernel from AUR using yaourt but the process is failing because I'm running out of disk space.
I guess it's using /tmp to build.
How can I use some directory in my /home folder that has more space available?

Best regards

Last edited by nischg (2011-01-12 16:39:31)

Offline

#2 2011-01-12 12:34:17

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Re: [SOLVED] Trying to compile kernel but running out of disk space

I don't use yaourt, but try this command:

man yaourt

Last edited by dyscoria (2011-01-12 12:34:38)


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

#3 2011-01-12 12:37:50

sekereg3
Member
Registered: 2010-12-09
Posts: 6

Re: [SOLVED] Trying to compile kernel but running out of disk space

Hi, you can use "yaourt -G <PKG>" to download the sources, then run makepkg inside the downloaded directory, then "pacman -U <PKG>" on the built package. or change TMPDIR in /etc/yaourtrc.

Last edited by sekereg3 (2011-01-12 12:40:56)

Offline

#4 2011-01-12 12:44:55

Awebb
Member
Registered: 2010-05-06
Posts: 6,286

Re: [SOLVED] Trying to compile kernel but running out of disk space

Turn /tmp into a sym link to a place with more space? Clean up the partition containing /tmp? It's generally a bad idea to have no space for /tmp.

Offline

#5 2011-01-12 13:04:10

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [SOLVED] Trying to compile kernel but running out of disk space

Use makepkg instead of yaourt. Problem solved. !next


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#6 2011-01-12 13:21:30

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: [SOLVED] Trying to compile kernel but running out of disk space

I was going to suggest that but felt it was too obvious a solution

Last edited by Mr Green (2011-01-12 13:21:54)


Mr Green

Offline

#7 2011-01-12 16:39:03

nischg
Member
From: Santiago, Chile
Registered: 2010-04-16
Posts: 9
Website

Re: [SOLVED] Trying to compile kernel but running out of disk space

Thanks for the answers. Problem solved.

Offline

Board footer

Powered by FluxBB