[MacPorts] #63382: libdbi includes a config.guess which does not test for arm64:Darwin:*:*
MacPorts
noreply at macports.org
Tue Aug 17 10:55:11 UTC 2021
#63382: libdbi includes a config.guess which does not test for arm64:Darwin:*:*
----------------------+--------------------
Reporter: p-b-west | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Keywords: | Port:
----------------------+--------------------
Building libdbi-0.8.4 on Mac M1 fails to configure because
{{{
case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
}}}
does not include this test for M1
{{{
arm64:Darwin:*:*)
echo aarch64-apple-darwin"$UNAME_RELEASE"
}}}
--
Ticket URL: <https://trac.macports.org/ticket/63382>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list