-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macos: libcoreclr does not load with error "symbol not found: _clock_gettime" on 10.10/11 #7676
Comments
Our CI and official build system has moved to OSX 10.12 and thus, you will need to move to 10.12 as well. CC @Petermarcu |
So, OSX 10.11 support is being dropped in .NET Core 2.0? Regardless, @BrennanConroy looks like our osx agents need an update. Just checked the docs and it looks like osx 10.10 was never officially supported by the runtime. The fact that it worked up until now was dumb luck. |
Yes, that is the current POR. I would suggest you have the machines updated across the board. |
We have https://github.com/aspnet/Coherence-Signed/issues/317 looks like we should actually do it now |
Ok. @gkhanna79 feel free to close unless you want to use this to track follow up. We'll update aspnet build to a newer OS. |
libcoreclr.dylib fails to load with the following error:
Repro
git clone https://github.com/aspnet/Options.git
dotnet restore
dotnet test test/Microsoft.Extensions.options.Test/Microsoft.Extensions.Options.Test.csproj
FYI you can also repro by executing
./build.sh
with no args. At the time we hit this error, the script was pulling .NET Core CLI 2.0.0-preview1-005418 and Microsoft.NETCore.App 2.0.0-beta-001808-00.System info
OSX 10.10.3
cc @jbagga
The text was updated successfully, but these errors were encountered: