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

[Vcpkg] Fix macOS applocal.py dependency bundling error #11057

Merged
merged 1 commit into from
May 21, 2020

Conversation

kevinhartman
Copy link
Contributor

This is the same issue and fix applied here OpenZWave/ozw-admin#4.

This issue occurs when building a .app bundle (when MACOSX_BUNDLE is ON). I believe it's related to Python version or macOS Catalina. Vcpkg is using Python 3.8.1 (validated by print statement within applocal.py itself).

Let me know if I can validate anything else. I was hoping to add an automated test for running macOS app package builds, but it looks to me like we don't have automated testing of Vcpkg itself for macOS ☹️.

Describe the pull request

  • What does your PR fix? Fixes issue #
    Currently no open issue, though this is a problem.

  • Which triplets are supported/not supported? Have you updated the CI baseline?
    This is relevant only for macOS. Problem was observed on Catalina (so, 64-bit only).

This is the same issue and fix applied here OpenZWave/ozw-admin#4.
@kevinhartman kevinhartman changed the title [Vcpkg] Fix macOS applocal.py dependency bundling. [Vcpkg] Fix macOS applocal.py dependency bundling error. Apr 27, 2020
@kevinhartman kevinhartman changed the title [Vcpkg] Fix macOS applocal.py dependency bundling error. [Vcpkg] Fix macOS applocal.py dependency bundling error Apr 27, 2020
@LilyWangL LilyWangL requested a review from NancyLi1013 April 28, 2020 03:02
@NancyLi1013
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@JackBoosY
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@strega-nil
Copy link
Contributor

This is correct, as far as I can tell. I don't know why we weren't decoding before... I wonder if it was getting run in python2? Thanks @kevinhartman :)

@strega-nil strega-nil merged commit f6dd5ae into microsoft:master May 21, 2020
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.

4 participants