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

Fix platform not supported error #4102

Merged

Conversation

otherpirate
Copy link
Contributor

Error in build WITHOUT --platform parameter (from macosx/darwin)

[INFO] check_prereqs: Checking for dependencies...
Traceback (most recent call last):
  File "./scripts/build.py", line 922, in <module>
    sys.exit(main(args))
  File "./scripts/build.py", line 697, in main
    logging.error("Invalid build platform: {}".format(target_platform))
NameError: global name 'target_platform' is not defined

After fix:

[INFO] check_prereqs: Checking for dependencies...
[ERROR] main: Invalid build platform: darwin

@otherpirate otherpirate changed the title Fix platform not supoorted error Fix platform not supported error May 4, 2018
@danielnelson danielnelson added area/packaging fix pr to fix corresponding bug labels May 4, 2018
@danielnelson danielnelson added this to the 1.7.0 milestone May 4, 2018
@danielnelson danielnelson merged commit 3ae0c20 into influxdata:master May 4, 2018
@danielnelson
Copy link
Contributor

Thank you!

jvrahav pushed a commit to jvrahav/telegraf that referenced this pull request May 9, 2018
arkady-emelyanov pushed a commit to arkady-emelyanov/telegraf that referenced this pull request May 18, 2018
otherpirate added a commit to otherpirate/telegraf that referenced this pull request Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/packaging fix pr to fix corresponding bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants