What is Error 74 in ports?

I've encountered the error trying to install port:
Code:
/usr/ports/www/chromium # make install
===>  Installing for chromium-85.0.4183.121_1
===>  Checking if chromium is already installed
===>   Registering installation for chromium-85.0.4183.121_1
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/www/chromium
*** Error code 1

Stop.
make: stopped in /usr/ports/www/chromium

What it could mean???
 
"Error code 74" i.e. EX_IOERR (74) is an I/O problem. A few suggestions:
* Do you have free space? df()
* Update the ports tree (svn, portsnap, etc)
* make clean
 
Back
Top