make: /opt/local/bin/ginstall: No such file or directory
This happened to me while running bundle install on json v1.7.7.
The fix is
# sudo if necessary
ln -s /usr/bin/install /opt/local/bin/ginstall
A Blog about Life, the Universe, and Everything