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

Fixes hostpython3 recipe on MacOS 11.1 BigSur #581

Merged
merged 1 commit into from
Jan 1, 2021

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Jan 1, 2021

This PR fixes the hostpython3 recipe on MacOS 11.x BigSur.

From Apple docs:

New in macOS Big Sur 11 beta, the system ships with a built-in dynamic linker cache of all system-provided libraries. As part of this change, copies of dynamic libraries are no longer present on the filesystem.

Meanwhile, a lot of fixes in order to better support macOS 11.x got merged into the python upstream and 3.9 backported. It would be nice sometime in the near future to move from python3.8 to python3.9

@misl6 misl6 added this to the 1.2.1 milestone Jan 1, 2021
misl6 added a commit to misl6/kivy-ios that referenced this pull request Jan 1, 2021
Test PR kivy#581 changes on MacOS 11.x
Copy link
Member

@Zen-CODE Zen-CODE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Getting there. The project builds successfully (XCode 12.3, MAcOS 11.1), but get the error below when trying to run it. But that. is a separate issue (included for the sake of completeness) so should not prevent merging.

ld: in /Users/richard/Repos/kivy/kivy-ios/dist/lib/libsdl2_mixer.a(music_mad.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/richard/Repos/kivy/kivy-ios/dist/lib/libsdl2_mixer.a' for architecture arm64

@Zen-CODE Zen-CODE merged commit f701bb2 into kivy:master Jan 1, 2021
@Zen-CODE
Copy link
Member

Zen-CODE commented Jan 1, 2021

Nice, thanks! :-)

@misl6
Copy link
Member Author

misl6 commented Jan 1, 2021

Getting there. The project builds successfully (XCode 12.3, MAcOS 11.1), but get the error below when trying to run it. But that. is a separate issue (included for the sake of completeness) so should not prevent merging.


ld: in /Users/richard/Repos/kivy/kivy-ios/dist/lib/libsdl2_mixer.a(music_mad.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/richard/Repos/kivy/kivy-ios/dist/lib/libsdl2_mixer.a' for architecture arm64

Yes, PR #571 should fix also this issue.

@Zen-CODE
Copy link
Member

Zen-CODE commented Jan 1, 2021

Can we merge these changes into that branch, then. I can test and merge that if it works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants