Author

Topic: can't close libbitcoin_node_a-net_processing.o: No space left on device (Read 88 times)

legendary
Activity: 2870
Merit: 7490
Crypto Swap Exchange
OP, it would be appreciated if you give some details of your environment and what exactly you're trying to do.

how can solve this error
: Fatal error: can't close libbitcoin_node_a-net_processing.o: No space left on device

Based on this error message alone, the compiler/software unable to save file "libbitcoin_node_a-net_processing.o" sicne you run out of space. But since most linux distro set 5% reversed space for root user, you could try change percentage so there'll  be space to run the compiler/software. You also could try remove all temporary and unused file from your disk.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
Note that you can also change the C/C++ compiler to Clang, which is way less memory-intensive than gcc. In your shell, paste this:

Code:
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++

Make sure that Clang is installed before you do this.
legendary
Activity: 1932
Merit: 1273
The error seems to indicate you are running out of storage.

What is your hard drive free space/disk usage?
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
Have you tried doing that bit from a fresh reboot when less is running on the device. Also I remember there are flags with compilers that let you limit how much space they use and how aggressive their garbage handlers are, have you tried looking into that to see if you can limit it to the 4gb elsewhere (I thought it'd do it more automatically though - the error isn't too descriptive of where it got stuck either imo).
newbie
Activity: 23
Merit: 6
i try to compile bitcoin now ,
I make swap partition 4GB Size , is it not enough? last two days , i make by 4 gb , it is compiled success . but bitcoin src updated yesterday .. need more space?

how can solve this error
: Fatal error: can't close libbitcoin_node_a-net_processing.o: No space left on device
Jump to: