[MacPorts] #64160: md5deep @4.4 fails to configure on Apple Silicon (M1)
MacPorts
noreply at macports.org
Thu Dec 9 05:42:18 UTC 2021
#64160: md5deep @4.4 fails to configure on Apple Silicon (M1)
------------------------+--------------------
Reporter: mackonsti | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Resolution: | Keywords: arm64
Port: md5deep |
------------------------+--------------------
Comment (by ryandesign):
We do have a build failure log from our Monterey x86_64 build machine:
https://build.macports.org/builders/ports-
12_arm64-builder/builds/27250/steps/install-port/logs/stdio
{{{
checking build system type... configure: error: /bin/sh ./config.sub
-apple-darwin21.1.0 failed
}}}
The lack of a value before the first `-` in `-apple-darwin21.1.0` suggests
to me that the config.guess / config.sub files bundled with this project
may be too old and we may need to use updated copies from the automake
port, which we've had to do in some other ports already.
md5deep already uses autoreconf, but does not use the `-fvi` flags to tell
it to force the installation of new files (including config.guess /
config.sub files). Let me see if adding that fixes it.
--
Ticket URL: <https://trac.macports.org/ticket/64160#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list