[MacPorts] #70075: dotnet-cli @8.0.4: dyld: Symbol not found: ____chkstk_darwin
MacPorts
noreply at macports.org
Mon Jun 3 12:28:27 UTC 2024
#70075: dotnet-cli @8.0.4: dyld: Symbol not found: ____chkstk_darwin
--------------------------------------+--------------------------
Reporter: diogob003 | Owner: tsabirgaliev
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.9.3
Resolution: | Keywords:
Port: dotnet-cli dotnet-sdk-6 |
--------------------------------------+--------------------------
Comment (by ryandesign):
And since you are installing a pre-compiled binary, the port's contents
will not vary by macOS version, so you should indicate that as well:
{{{#!diff
diff --git a/dotnet/dotnet-cli/Portfile b/dotnet/dotnet-cli/Portfile
index d04ca0cebe2..0150c05073e 100644
--- a/dotnet/dotnet-cli/Portfile
+++ b/dotnet/dotnet-cli/Portfile
@@ -27,6 +27,7 @@ name dotnet-cli
version 8.0.6
revision 0
categories dotnet
+platforms {darwin any} {darwin >= 19}
license MIT
maintainers {@tsabirgaliev gmail.com:tair.sabirgaliev} \
{@judaew judaew} openmaintainer
@@ -44,7 +45,6 @@ long_description .NET is a free, cross-platform, open
source developer platfo
whichever is latest.
homepage https://dotnet.microsoft.com/
-platforms darwin
supported_archs x86_64 arm64
master_sites
https://dotnetcli.azureedge.net/dotnet/Runtime/${version}/
}}}
--
Ticket URL: <https://trac.macports.org/ticket/70075#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list