Update package deps and cython functions to python 3#1
Closed
zultron wants to merge 4 commits intorene-dev:python3from
Closed
Update package deps and cython functions to python 3#1zultron wants to merge 4 commits intorene-dev:python3from
zultron wants to merge 4 commits intorene-dev:python3from
Conversation
Removed package versions, since these haven't applied since Jessie. Runtime deps are missing and need investigation: - python3-glade2 - python3-gtkglext1 @cerna is rebuilding avahi source package (which builds python3-avahi binary package) from sid
Compiling hal/cython/machinekit/hal.c
hal/cython/machinekit/hal.c: In function ‘__pyx_pf_10machinekit_3hal_10StreamRing_12read’:
hal/cython/machinekit/hal.c:23549:17: error: implicit declaration of function ‘PyString_FromStringAndSize’ [-Werror=implicit-function-declaration]
__pyx_t_2 = PyString_FromStringAndSize(((char const *)(__pyx_v_v[0]).rv_base), (__pyx_v_v[0]).rv_len); if (unlikely(!__pyx_t_2)) __PYX_ERR(7, 233, __pyx_L1_error)
^~~~~~~~~~~~~~~~~~~~~~~~~~
Compiling hal/cython/machinekit/rtapi.c
hal/cython/machinekit/rtapi.c: In function ‘__pyx_f_10machinekit_5rtapi__to_argv’:
hal/cython/machinekit/rtapi.c:3431:17: error: implicit declaration of function ‘PyString_AsString’ [-Werror=implicit-function-declaration]
__pyx_t_8 = PyString_AsString(__pyx_t_3); if (unlikely(__pyx_t_8 == NULL)) __PYX_ERR(0, 137, __pyx_L1_error)
^~~~~~~~~~~~~~~~~
This was referenced Aug 23, 2020
The `cython3` package installs `/usr/bin/cython3`:
$ ./autogen.sh && ./configure
checking for cython... no
configure: error: not found
The `ac_python_module.m4` macros fail to detect python3 modules
because `$PYTHON` hasn't been set, and it defaults to `python`:
checking python module: google.protobuf.descriptor... Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named google.protobuf.descriptor
no
configure: error: failed to find required module google.protobuf.descriptor
FIXME This commit needs to be removed; for CI testing only
Author
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.
No description provided.