Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /usr/lib/python3/dist-packages/setuptools/dist.py:285: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
- warnings.warn(msg, SetuptoolsDeprecationWarning)
- running build
- running build_py
- running build_ext
- building 'google.protobuf.pyext._message' extension
- arm-linux-gnueabihf-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I. -I../src -I/usr/include/python3.11 -c google/protobuf/pyext/descriptor.cc -o build/temp.linux-aarch64-cpython-311/google/protobuf/pyext/descriptor.o -Wno-write-strings -Wno-invalid-offsetof -Wno-sign-compare -Wno-unused-variable -std=c++11
- google/protobuf/pyext/descriptor.cc: In function ‘bool google::protobuf::python::_CalledFromGeneratedFile(int)’:
- google/protobuf/pyext/descriptor.cc:108:18: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
- 108 | frame = frame->f_back;
- | ^~
- In file included from /usr/include/python3.11/Python.h:42,
- from google/protobuf/pyext/descriptor.cc:33:
- /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
- 22 | typedef struct _frame PyFrameObject;
- | ^~~~~~
- google/protobuf/pyext/descriptor.cc:114:12: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
- 114 | if (frame->f_code->co_filename == NULL) {
- | ^~
- /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
- 22 | typedef struct _frame PyFrameObject;
- | ^~~~~~
- In file included from /usr/include/python3.11/Python.h:44:
- google/protobuf/pyext/descriptor.cc:119:37: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
- 119 | if (PyString_AsStringAndSize(frame->f_code->co_filename,
- | ^~
- /usr/include/python3.11/object.h:775:59: note: in definition of macro ‘PyType_FastSubclass’
- 775 | #define PyType_FastSubclass(type, flag) PyType_HasFeature(type, flag)
- | ^~~~
- /usr/include/python3.11/object.h:107:28: note: in expansion of macro ‘_Py_CAST’
- 107 | #define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
- | ^~~~~~~~
- /usr/include/python3.11/object.h:136:31: note: in expansion of macro ‘_PyObject_CAST’
- 136 | # define Py_TYPE(ob) Py_TYPE(_PyObject_CAST(ob))
- | ^~~~~~~~~~~~~~
- /usr/include/python3.11/unicodeobject.h:115:25: note: in expansion of macro ‘Py_TYPE’
- 115 | PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
- | ^~~~~~~
- google/protobuf/pyext/descriptor.cc:59:4: note: in expansion of macro ‘PyUnicode_Check’
- 59 | (PyUnicode_Check(ob) ? ((*(charpp) = const_cast<char*>( \
- | ^~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:119:7: note: in expansion of macro ‘PyString_AsStringAndSize’
- 119 | if (PyString_AsStringAndSize(frame->f_code->co_filename,
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
- 22 | typedef struct _frame PyFrameObject;
- | ^~~~~~
- google/protobuf/pyext/descriptor.cc:119:37: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
- 119 | if (PyString_AsStringAndSize(frame->f_code->co_filename,
- | ^~
- google/protobuf/pyext/descriptor.cc:60:56: note: in definition of macro ‘PyString_AsStringAndSize’
- 60 | PyUnicode_AsUTF8AndSize(ob, (sizep)))) == NULL \
- | ^~
- /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
- 22 | typedef struct _frame PyFrameObject;
- | ^~~~~~
- google/protobuf/pyext/descriptor.cc:119:37: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
- 119 | if (PyString_AsStringAndSize(frame->f_code->co_filename,
- | ^~
- google/protobuf/pyext/descriptor.cc:63:50: note: in definition of macro ‘PyString_AsStringAndSize’
- 63 | : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
- | ^~
- /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
- 22 | typedef struct _frame PyFrameObject;
- | ^~~~~~
- google/protobuf/pyext/descriptor.cc:140:12: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
- 140 | if (frame->f_globals != frame->f_locals) {
- | ^~
- /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
- 22 | typedef struct _frame PyFrameObject;
- | ^~~~~~
- google/protobuf/pyext/descriptor.cc:140:32: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
- 140 | if (frame->f_globals != frame->f_locals) {
- | ^~
- /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
- 22 | typedef struct _frame PyFrameObject;
- | ^~~~~~
- In file included from /usr/include/python3.11/Python.h:95:
- google/protobuf/pyext/descriptor.cc: In function ‘PyObject* google::protobuf::python::GetOrBuildOptions(const DescriptorClass*)’:
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc: In instantiation of ‘PyObject* google::protobuf::python::GetOrBuildOptions(const DescriptorClass*) [with DescriptorClass = google::protobuf::Descriptor; PyObject = _object]’:
- google/protobuf/pyext/descriptor.cc:601:27: required from here
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc: In instantiation of ‘PyObject* google::protobuf::python::GetOrBuildOptions(const DescriptorClass*) [with DescriptorClass = google::protobuf::FieldDescriptor; PyObject = _object]’:
- google/protobuf/pyext/descriptor.cc:950:27: required from here
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc: In instantiation of ‘PyObject* google::protobuf::python::GetOrBuildOptions(const DescriptorClass*) [with DescriptorClass = google::protobuf::EnumDescriptor; PyObject = _object]’:
- google/protobuf/pyext/descriptor.cc:1114:27: required from here
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc: In instantiation of ‘PyObject* google::protobuf::python::GetOrBuildOptions(const DescriptorClass*) [with DescriptorClass = google::protobuf::EnumValueDescriptor; PyObject = _object]’:
- google/protobuf/pyext/descriptor.cc:1245:27: required from here
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc: In instantiation of ‘PyObject* google::protobuf::python::GetOrBuildOptions(const DescriptorClass*) [with DescriptorClass = google::protobuf::FileDescriptor; PyObject = _object]’:
- google/protobuf/pyext/descriptor.cc:1402:27: required from here
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc: In instantiation of ‘PyObject* google::protobuf::python::GetOrBuildOptions(const DescriptorClass*) [with DescriptorClass = google::protobuf::OneofDescriptor; PyObject = _object]’:
- google/protobuf/pyext/descriptor.cc:1579:27: required from here
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc: In instantiation of ‘PyObject* google::protobuf::python::GetOrBuildOptions(const DescriptorClass*) [with DescriptorClass = google::protobuf::ServiceDescriptor; PyObject = _object]’:
- google/protobuf/pyext/descriptor.cc:1703:27: required from here
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc: In instantiation of ‘PyObject* google::protobuf::python::GetOrBuildOptions(const DescriptorClass*) [with DescriptorClass = google::protobuf::MethodDescriptor; PyObject = _object]’:
- google/protobuf/pyext/descriptor.cc:1817:27: required from here
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:34:34: warning: ‘PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)’ is deprecated [-Wdeprecated-declarations]
- 34 | PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- google/protobuf/pyext/descriptor.cc:251:7: note: in expansion of macro ‘PyEval_CallObject’
- 251 | PyEval_CallObject(message_class->AsPyObject(), NULL));
- | ^~~~~~~~~~~~~~~~~
- /usr/include/python3.11/ceval.h:27:43: note: declared here
- 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement