-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
mos: new port #9438
mos: new port #9438
Conversation
Python needs to be added to the build. Repeat of #8434 (comment) |
The build system is not seeing the python38 you have specified. Somehow, through a config variable, or reinplacing the python call in the affected files, or similar, you have to make it see it. On your own local system, you might have done So -- a bit more digging to sort that out. |
Thanks @kencu for your help. I only added python38 when I force-pushed from 6ca5701, since for some reason the builds on 10.14 weren't working. Fortunately, the tests seem to be fine now. |
Travis Build #15730 Passed. Lint results
Port mos fail on xcode10.3. Log |
Travis Build #15732 Passed. Lint results
Port mos success on xcode10.3. Log |
Travis Build #15758 Passed. Lint results
Port mos success on xcode10.3. Log |
Thanks @harens |
Thanks @herbygillot and @kencu |
Description
Portfile for the Mongoose OS Command Line Tool, mos
First attempt: #8434
Closes mongoose-os/mos#37
Type(s)
Tested on
macOS 10.15.6 19G73
xcode-select version 2373
Verification
Have you
port lint
?sudo port test
?sudo port -vst install
?