ginstall of MacPorts on macOS Big Sur
nakatamaho opened this issue · 1 comments
nakatamaho commented
The ginstall command of MacPorts on macOS Big Sur sometimes installs garbage binaries. We can work around this by using the system /usr/bin/install command instead.
nakatamaho commented
How to workaround
before executing configure script, we export the environment variable "INSTALL" as follows:
$ INSTALL="/usr/bin/install"; export INSTALL
.