On 18/07/14 03:40 PM, Csányi Pál wrote:
Hi,
I'm trying to install icecat with yaourt but get always error: No space left on device.
$ df -H Filesystem Size Used Avail Use% Mounted on /dev/sda3 66G 38G 26G 60% / tmpfs 3.2G 0 3.2G 0% /dev/shm tmpfs 3.2G 0 3.2G 0% /sys/fs/cgroup tmpfs 3.2G 3.2G 160k 100% /tmp tmpfs 627M 4.1k 627M 1% /run/user/1000
I have installed my arch linux on one partition only, on /dev/sda3.
I tried to install icecat several times, moreover after a reboot too, but always get this error message.
I tried also to setup yaourt and makepkg: /etc/yaourtrc TMPDIR="/tmp"
/etc/makepkg.conf BUILDDIR=/tmp/makepkg
Still get the above error. What can I do to solve this problem?
Stop building a very large package in a filesystem of very limited size. The BUILDDIR option is unset by default, and if you leave it unset `makepkg` will work fine.