Closed nakatamaho closed 2 years ago
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.
How to workaround
before executing configure script, we export the environment variable "INSTALL" as follows: $ INSTALL="/usr/bin/install"; export INSTALL .
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.