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

charm-tools: migrate to python@3.9 #62269

Closed
wants to merge 1 commit into from

Conversation

fxcoudert
Copy link
Member

As part of the Python 3.9 migration (#62201).

This formula is independent from the all other Python formulas (if I didn't screw up my script or my logic)

Do not merge before the next Brew tag ships, expected on Monday 2020-10-12

@BrewTestBot BrewTestBot added deprecated license Formula uses a deprecated SPDX license which should be updated python Python use is a significant feature of the PR or issue and removed do not merge labels Oct 7, 2020
@fxcoudert
Copy link
Member Author

    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/charm-tools/2.7.8_1/libexec/include -I/usr/local/Cellar/python@3.9/3.9.0/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c ext/_yaml.c -o build/temp.macosx-10.15-x86_64-3.9/ext/_yaml.o
    ext/_yaml.c:25698:26: error: no member named 'tp_print' in 'struct _typeobject'
      __pyx_type_5_yaml_Mark.tp_print = 0;
      ~~~~~~~~~~~~~~~~~~~~~~ ^
    ext/_yaml.c:25718:29: error: no member named 'tp_print' in 'struct _typeobject'
      __pyx_type_5_yaml_CParser.tp_print = 0;
      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^
    ext/_yaml.c:25732:30: error: no member named 'tp_print' in 'struct _typeobject'
      __pyx_type_5_yaml_CEmitter.tp_print = 0;
      ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^

@fxcoudert
Copy link
Member Author

Reported to upstream: juju/charm-tools#586

@cclauss cclauss mentioned this pull request Oct 15, 2020
@fxcoudert fxcoudert added the upstream issue An upstream issue report is needed label Oct 28, 2020
@fxcoudert
Copy link
Member Author

No news from upstream, we'll migrate when they fix it. Closing.

@fxcoudert fxcoudert closed this Oct 28, 2020
@fxcoudert fxcoudert deleted the py39_charm-tools branch November 22, 2020 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecated license Formula uses a deprecated SPDX license which should be updated python Python use is a significant feature of the PR or issue python-3.9-migration upstream issue An upstream issue report is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants