Today when I tried to make and install net-p2p/deluge, the system run out of disk space.
The port had a lot of dependencies and was building for about 30 minutes before I got the error.
Prior to building I had 3-4 GB of free space - after It says I have -472MB left (how is a negative number even possible?)
Looks like something in the ports directory used all available space:
Can somebody please explain why (and how) this happened?
How much disk space should I have to build ports?
Is there something I need to do to before I start building to avoid running out of space?
For your information, I have 8 GB RAM and a 6 GB HD with a 300-400 MB Swap partition.
I have built a lot of ports before, but this is the first time I build a port with so many dependencies...
Thanks!
make aborted with the following error:
Code:
No space left on device
The port had a lot of dependencies and was building for about 30 minutes before I got the error.
Prior to building I had 3-4 GB of free space - after It says I have -472MB left (how is a negative number even possible?)
Code:
# df
Filesystem Size Used Avail Capacity Mounted on
/dev/da0p2 5.9G 5.9G -472M 109% /
devfs 1.0k 1.0k 0B 100% /dev
...
Looks like something in the ports directory used all available space:
Code:
# du /usr/ | sort -r
4.1G /usr/ports
...
Can somebody please explain why (and how) this happened?
How much disk space should I have to build ports?
Is there something I need to do to before I start building to avoid running out of space?
For your information, I have 8 GB RAM and a 6 GB HD with a 300-400 MB Swap partition.
I have built a lot of ports before, but this is the first time I build a port with so many dependencies...
Thanks!