Add support for compiling with python3.11#1798
Merged
c-morley merged 1 commit intoLinuxCNC:masterfrom Jul 10, 2022
Merged
Conversation
Fixes build error on Fedora:
checking for python build information...
checking for python3.10... no
checking for python3.9... no
checking for python3.8... no
checking for python3.7... no
checking for python3.6... no
checking for python3.5... no
checking for python3.4... no
checking for python3.3... no
checking for python3.2... no
checking for python3.1... no
checking for python3.0... no
checking for python2.7... no
checking for python2.6... no
checking for python2.5... no
checking for python2.4... no
checking for python2.3... no
checking for python2.2... no
checking for python2.1... no
checking for python... no
results of the Python check:
Binary: no
Library: no
Include Dir: no
checking for ... no
checking for python... no
configure: error: Cannot find python in your system path
Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
Collaborator
|
What about dropping these tests for specific python versions and instead test for the features we need and object if they do not work as expected? |
Contributor
Author
|
This is the minimal approach while still using Complete build log: https://download.copr.fedorainfracloud.org/results/dwrobel/linuxcnc/fedora-rawhide-x86_64/04597118-linuxcnc/builder-live.log.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes build error on Fedora:
checking for python build information...
checking for python3.10... no
checking for python3.9... no
checking for python3.8... no
checking for python3.7... no
checking for python3.6... no
checking for python3.5... no
checking for python3.4... no
checking for python3.3... no
checking for python3.2... no
checking for python3.1... no
checking for python3.0... no
checking for python2.7... no
checking for python2.6... no
checking for python2.5... no
checking for python2.4... no
checking for python2.3... no
checking for python2.2... no
checking for python2.1... no
checking for python... no
results of the Python check:
Binary: no
Library: no
Include Dir: no
checking for ... no
checking for python... no
configure: error: Cannot find python in your system path
Signed-off-by: Damian Wrobel dwrobel@ertelnet.rybnik.pl