After attempting to make install clean
for net/netatalk
This error is observed:
[create-users-groups] Error code 67
and the make fails.
This is due to the fact that user database being out of sync. To correct this we need to issue the following command:
pwd_mkdb -p /etc/master.passwd
Now try to re-make the program and it should proceed successfully.