Skip to content
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

corefx does not build on Ubuntu 17.04 #23199

Closed
wfurt opened this issue Aug 16, 2017 · 0 comments · Fixed by dotnet/corefx#23302
Closed

corefx does not build on Ubuntu 17.04 #23199

wfurt opened this issue Aug 16, 2017 · 0 comments · Fixed by dotnet/corefx#23302
Assignees
Labels
Milestone

Comments

@wfurt
Copy link
Member

wfurt commented Aug 16, 2017

This is because clang-3.5 is no longer available and system comes with 3.8 by default.
The src/Native/ build script has option to specify different version but that is not exposed to top level scripts (build.sh and build-native.sh)

This is somewhat unpleasant as for example we require minimum 3.9 for arm so available 3.8 should work just fine.

I think there are two possible stages for fix:
dotnet/corefx#1 expose clang option to root build script and make sure it works.
dotnet/corefx#2 detect available clang and use closest desired match similar to way how coreclr does.

@wfurt wfurt self-assigned this Aug 16, 2017
@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 2.1.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants