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

[mmp] Need libmono-system-native.a support #4977

Closed
chamons opened this issue Oct 12, 2018 · 3 comments
Closed

[mmp] Need libmono-system-native.a support #4977

chamons opened this issue Oct 12, 2018 · 3 comments
Assignees
Labels
bug If an issue is a bug or a pull request a bug fix macOS Issues affecting macOS
Milestone

Comments

@chamons
Copy link
Contributor

chamons commented Oct 12, 2018

Mono has introduced a new libmono-system-native.a library that mmp needs to know about. If you build some projects linking against System mono you will see this on new mono (5.18):

  Undefined symbols for architecture x86_64: (TaskId:394)
    "_mono_pal_init", referenced from: (TaskId:394)
       -u command line option (TaskId:394)
ld: symbol(s) not found for architecture x86_64 (TaskId:394)

This was introduced in a mono that is shipping with d16-0-p1, so the fix will need to be applied there as well.

@chamons chamons added the macOS Issues affecting macOS label Oct 12, 2018
@chamons chamons self-assigned this Oct 12, 2018
@spouliot
Copy link
Contributor

d16-0-p1 was branched before mono 2018-06 was merged, i.e. only master is affected.
P2 will be branched from master, so the fix is needed before that.

@spouliot spouliot added this to the d16-0 milestone Oct 12, 2018
@spouliot spouliot added the bug If an issue is a bug or a pull request a bug fix label Oct 12, 2018
@spouliot
Copy link
Contributor

@chamons I think you forgot to link #4980 to this bug ? (or there was another part ?!?)

@chamons
Copy link
Contributor Author

chamons commented Oct 15, 2018

Guilty as charged.

I commented on the PR which is the best I think I can do at this point.

@chamons chamons closed this as completed Oct 15, 2018
@ghost ghost locked as resolved and limited conversation to collaborators May 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug If an issue is a bug or a pull request a bug fix macOS Issues affecting macOS
Projects
None yet
Development

No branches or pull requests

2 participants