>>> py3-opengl-accelerate: Building community/py3-opengl-accelerate 3.1.5-r1 (using abuild 3.9.0_rc2-r1) started Sat, 23 Oct 2021 13:01:32 +0000 >>> py3-opengl-accelerate: Checking sanity of /home/buildozer/aports/community/py3-opengl-accelerate/APKBUILD... >>> py3-opengl-accelerate: Analyzing dependencies... >>> py3-opengl-accelerate: Installing for build: build-base python3 py3-opengl py3-setuptools python3-dev cython (1/16) Installing libffi (3.4.2-r1) (2/16) Installing gdbm (1.20-r2) (3/16) Installing mpdecimal (2.5.1-r1) (4/16) Installing readline (8.1.1-r0) (5/16) Installing sqlite-libs (3.36.0-r0) (6/16) Installing python3 (3.9.7-r3) (7/16) Installing py3-opengl (3.1.5-r1) (8/16) Installing py3-ordered-set (4.0.2-r2) (9/16) Installing py3-appdirs (1.4.4-r2) (10/16) Installing py3-parsing (2.4.7-r2) (11/16) Installing py3-six (1.16.0-r0) (12/16) Installing py3-packaging (20.9-r1) (13/16) Installing py3-setuptools (52.0.0-r4) (14/16) Installing python3-dev (3.9.7-r3) (15/16) Installing cython (0.29.22-r2) (16/16) Installing .makedepends-py3-opengl-accelerate (20211023.130143) Executing busybox-1.34.1-r1.trigger OK: 476 MiB in 111 packages >>> py3-opengl-accelerate: Cleaning up srcdir >>> py3-opengl-accelerate: Cleaning up pkgdir >>> py3-opengl-accelerate: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/PyOpenGL-accelerate-3.1.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-opengl-accelerate: Fetching https://files.pythonhosted.org/packages/source/P/PyOpenGL-accelerate/PyOpenGL-accelerate-3.1.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 525k 100 525k 0 0 3606k 0 --:--:-- --:--:-- --:--:-- 3606k >>> py3-opengl-accelerate: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/PyOpenGL-accelerate-3.1.5.tar.gz >>> py3-opengl-accelerate: Checking sha512sums... PyOpenGL-accelerate-3.1.5.tar.gz: OK >>> py3-opengl-accelerate: Unpacking /var/cache/distfiles/v3.15/PyOpenGL-accelerate-3.1.5.tar.gz... Unable to import numpy, skipping numpy extension building running build running build_py creating build creating build/lib.linux-x86_64-3.9 creating build/lib.linux-x86_64-3.9/OpenGL_accelerate copying OpenGL_accelerate/__init__.py -> build/lib.linux-x86_64-3.9/OpenGL_accelerate running build_ext skipping 'src/wrapper.c' Cython extension (up-to-date) skipping 'src/formathandler.c' Cython extension (up-to-date) skipping 'src/arraydatatype.c' Cython extension (up-to-date) skipping 'src/errorchecker.c' Cython extension (up-to-date) skipping 'src/vbo.c' Cython extension (up-to-date) skipping 'src/nones_formathandler.c' Cython extension (up-to-date) skipping 'src/latebind.c' Cython extension (up-to-date) skipping 'src/buffers_formathandler.c' Cython extension (up-to-date) building 'OpenGL_accelerate.wrapper' extension creating build/temp.linux-x86_64-3.9 creating build/temp.linux-x86_64-3.9/src gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/wrapper.c -o build/temp.linux-x86_64-3.9/src/wrapper.o src/wrapper.c: In function '__Pyx_ParseOptionalKeywords': src/wrapper.c:25804:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25804 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrapper.c:25804:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 25804 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/wrapper.c:25804:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25804 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrapper.c:25804:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25804 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrapper.c:25804:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 25804 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/wrapper.c:25804:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25804 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrapper.c:25820:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25820 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrapper.c:25820:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 25820 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/wrapper.c:25820:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25820 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrapper.c:25820:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25820 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrapper.c:25820:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 25820 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/wrapper.c:25820:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25820 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/wrapper.o -L/usr/lib -o build/lib.linux-x86_64-3.9/OpenGL_accelerate/wrapper.cpython-39-x86_64-linux-musl.so building 'OpenGL_accelerate.formathandler' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/formathandler.c -o build/temp.linux-x86_64-3.9/src/formathandler.o src/formathandler.c: In function '__Pyx_ParseOptionalKeywords': src/formathandler.c:4658:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4658 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/formathandler.c:4658:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4658 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/formathandler.c:4658:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4658 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/formathandler.c:4658:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4658 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/formathandler.c:4658:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4658 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/formathandler.c:4658:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4658 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/formathandler.c:4674:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4674 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/formathandler.c:4674:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4674 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/formathandler.c:4674:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4674 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/formathandler.c:4674:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4674 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/formathandler.c:4674:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4674 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/formathandler.c:4674:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4674 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/formathandler.o -L/usr/lib -o build/lib.linux-x86_64-3.9/OpenGL_accelerate/formathandler.cpython-39-x86_64-linux-musl.so building 'OpenGL_accelerate.arraydatatype' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/arraydatatype.c -o build/temp.linux-x86_64-3.9/src/arraydatatype.o src/arraydatatype.c: In function '__Pyx_ParseOptionalKeywords': src/arraydatatype.c:20908:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20908 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20908:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 20908 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20908:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20908 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20908:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20908 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20908:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 20908 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20908:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20908 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20924:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20924 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20924:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 20924 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20924:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20924 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20924:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20924 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20924:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 20924 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20924:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20924 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/arraydatatype.o -L/usr/lib -o build/lib.linux-x86_64-3.9/OpenGL_accelerate/arraydatatype.cpython-39-x86_64-linux-musl.so building 'OpenGL_accelerate.errorchecker' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/errorchecker.c -o build/temp.linux-x86_64-3.9/src/errorchecker.o src/errorchecker.c: In function '__Pyx_ParseOptionalKeywords': src/errorchecker.c:4345:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4345 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4345:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4345 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4345:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4345 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4345:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4345 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4345:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4345 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4345:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4345 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4361:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4361 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4361:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4361 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4361:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4361 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4361:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4361 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4361:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4361 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4361:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4361 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/errorchecker.o -L/usr/lib -o build/lib.linux-x86_64-3.9/OpenGL_accelerate/errorchecker.cpython-39-x86_64-linux-musl.so building 'OpenGL_accelerate.vbo' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/vbo.c -o build/temp.linux-x86_64-3.9/src/vbo.o src/vbo.c: In function '__Pyx_ParseOptionalKeywords': src/vbo.c:13016:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13016 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/vbo.c:13016:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 13016 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/vbo.c:13016:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13016 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/vbo.c:13016:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13016 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/vbo.c:13016:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 13016 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/vbo.c:13016:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13016 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/vbo.c:13032:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13032 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/vbo.c:13032:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 13032 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/vbo.c:13032:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13032 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/vbo.c:13032:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13032 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/vbo.c:13032:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 13032 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/vbo.c:13032:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13032 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/vbo.o -L/usr/lib -o build/lib.linux-x86_64-3.9/OpenGL_accelerate/vbo.cpython-39-x86_64-linux-musl.so building 'OpenGL_accelerate.nones_formathandler' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/nones_formathandler.c -o build/temp.linux-x86_64-3.9/src/nones_formathandler.o src/nones_formathandler.c: In function '__Pyx_ParseOptionalKeywords': src/nones_formathandler.c:3079:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3079 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3079:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 3079 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3079:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3079 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3079:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3079 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3079:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 3079 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3079:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3079 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3095:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3095 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3095:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 3095 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3095:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3095 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3095:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3095 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3095:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 3095 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3095:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3095 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/nones_formathandler.o -L/usr/lib -o build/lib.linux-x86_64-3.9/OpenGL_accelerate/nones_formathandler.cpython-39-x86_64-linux-musl.so building 'OpenGL_accelerate.latebind' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/latebind.c -o build/temp.linux-x86_64-3.9/src/latebind.o src/latebind.c: In function '__Pyx_ParseOptionalKeywords': src/latebind.c:4717:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4717 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/latebind.c:4717:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4717 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/latebind.c:4717:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4717 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/latebind.c:4717:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4717 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/latebind.c:4717:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4717 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/latebind.c:4717:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4717 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/latebind.c:4733:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4733 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/latebind.c:4733:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4733 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/latebind.c:4733:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4733 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/latebind.c:4733:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4733 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/latebind.c:4733:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4733 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/latebind.c:4733:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4733 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: src/latebind.c:1465:12: warning: '__pyx_pw_17OpenGL_accelerate_8latebind_8LateBind_7__bool__' defined but not used [-Wunused-function] 1465 | static int __pyx_pw_17OpenGL_accelerate_8latebind_8LateBind_7__bool__(PyObject *__pyx_v_self) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/latebind.o -L/usr/lib -o build/lib.linux-x86_64-3.9/OpenGL_accelerate/latebind.cpython-39-x86_64-linux-musl.so building 'OpenGL_accelerate.buffers_formathandler' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/buffers_formathandler.c -o build/temp.linux-x86_64-3.9/src/buffers_formathandler.o src/buffers_formathandler.c: In function '__Pyx_ParseOptionalKeywords': src/buffers_formathandler.c:4582:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4582 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4582:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4582 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4582:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4582 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4582:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4582 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4582:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4582 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4582:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4582 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4598:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4598 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4598:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4598 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4598:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4598 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4598:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4598 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4598:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4598 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4598:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4598 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c: In function '__Pyx_decode_c_string': src/buffers_formathandler.c:5580:9: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 5580 | return PyUnicode_FromUnicode(NULL, 0); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/buffers_formathandler.o -L/usr/lib -o build/lib.linux-x86_64-3.9/OpenGL_accelerate/buffers_formathandler.cpython-39-x86_64-linux-musl.so Unable to import numpy, skipping numpy extension building running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing PyOpenGL_accelerate.egg-info/PKG-INFO writing dependency_links to PyOpenGL_accelerate.egg-info/dependency_links.txt writing top-level names to PyOpenGL_accelerate.egg-info/top_level.txt reading manifest file 'PyOpenGL_accelerate.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'PyOpenGL_accelerate.egg-info/SOURCES.txt' running build_ext skipping 'src/wrapper.c' Cython extension (up-to-date) skipping 'src/formathandler.c' Cython extension (up-to-date) skipping 'src/arraydatatype.c' Cython extension (up-to-date) skipping 'src/errorchecker.c' Cython extension (up-to-date) skipping 'src/vbo.c' Cython extension (up-to-date) skipping 'src/nones_formathandler.c' Cython extension (up-to-date) skipping 'src/latebind.c' Cython extension (up-to-date) skipping 'src/buffers_formathandler.c' Cython extension (up-to-date) building 'OpenGL_accelerate.wrapper' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/wrapper.c -o build/temp.linux-x86_64-3.9/src/wrapper.o src/wrapper.c: In function '__Pyx_ParseOptionalKeywords': src/wrapper.c:25804:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25804 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrapper.c:25804:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 25804 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/wrapper.c:25804:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25804 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrapper.c:25804:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25804 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrapper.c:25804:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 25804 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/wrapper.c:25804:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25804 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrapper.c:25820:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25820 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrapper.c:25820:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 25820 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/wrapper.c:25820:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25820 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrapper.c:25820:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25820 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/wrapper.c:25820:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 25820 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/wrapper.c:25820:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 25820 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/wrapper.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/wrapper.o -L/usr/lib -o /home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/OpenGL_accelerate/wrapper.cpython-39-x86_64-linux-musl.so building 'OpenGL_accelerate.formathandler' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/formathandler.c -o build/temp.linux-x86_64-3.9/src/formathandler.o src/formathandler.c: In function '__Pyx_ParseOptionalKeywords': src/formathandler.c:4658:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4658 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/formathandler.c:4658:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4658 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/formathandler.c:4658:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4658 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/formathandler.c:4658:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4658 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/formathandler.c:4658:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4658 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/formathandler.c:4658:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4658 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/formathandler.c:4674:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4674 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/formathandler.c:4674:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4674 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/formathandler.c:4674:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4674 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/formathandler.c:4674:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4674 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/formathandler.c:4674:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4674 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/formathandler.c:4674:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4674 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/formathandler.o -L/usr/lib -o /home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/OpenGL_accelerate/formathandler.cpython-39-x86_64-linux-musl.so building 'OpenGL_accelerate.arraydatatype' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/arraydatatype.c -o build/temp.linux-x86_64-3.9/src/arraydatatype.o src/arraydatatype.c: In function '__Pyx_ParseOptionalKeywords': src/arraydatatype.c:20908:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20908 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20908:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 20908 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20908:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20908 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20908:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20908 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20908:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 20908 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20908:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20908 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20924:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20924 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20924:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 20924 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20924:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20924 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20924:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20924 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20924:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 20924 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/arraydatatype.c:20924:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 20924 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/arraydatatype.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/arraydatatype.o -L/usr/lib -o /home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/OpenGL_accelerate/arraydatatype.cpython-39-x86_64-linux-musl.so building 'OpenGL_accelerate.errorchecker' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/errorchecker.c -o build/temp.linux-x86_64-3.9/src/errorchecker.o src/errorchecker.c: In function '__Pyx_ParseOptionalKeywords': src/errorchecker.c:4345:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4345 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4345:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4345 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4345:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4345 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4345:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4345 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4345:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4345 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4345:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4345 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4361:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4361 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4361:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4361 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4361:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4361 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4361:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4361 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4361:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4361 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/errorchecker.c:4361:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4361 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/errorchecker.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/errorchecker.o -L/usr/lib -o /home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/OpenGL_accelerate/errorchecker.cpython-39-x86_64-linux-musl.so building 'OpenGL_accelerate.vbo' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/vbo.c -o build/temp.linux-x86_64-3.9/src/vbo.o src/vbo.c: In function '__Pyx_ParseOptionalKeywords': src/vbo.c:13016:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13016 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/vbo.c:13016:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 13016 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/vbo.c:13016:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13016 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/vbo.c:13016:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13016 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/vbo.c:13016:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 13016 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/vbo.c:13016:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13016 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/vbo.c:13032:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13032 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/vbo.c:13032:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 13032 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/vbo.c:13032:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13032 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/vbo.c:13032:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13032 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/vbo.c:13032:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 13032 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/vbo.c:13032:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 13032 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/vbo.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/vbo.o -L/usr/lib -o /home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/OpenGL_accelerate/vbo.cpython-39-x86_64-linux-musl.so building 'OpenGL_accelerate.nones_formathandler' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/nones_formathandler.c -o build/temp.linux-x86_64-3.9/src/nones_formathandler.o src/nones_formathandler.c: In function '__Pyx_ParseOptionalKeywords': src/nones_formathandler.c:3079:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3079 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3079:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 3079 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3079:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3079 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3079:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3079 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3079:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 3079 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3079:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3079 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3095:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3095 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3095:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 3095 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3095:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3095 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3095:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3095 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3095:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 3095 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/nones_formathandler.c:3095:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 3095 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/nones_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/nones_formathandler.o -L/usr/lib -o /home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/OpenGL_accelerate/nones_formathandler.cpython-39-x86_64-linux-musl.so building 'OpenGL_accelerate.latebind' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/latebind.c -o build/temp.linux-x86_64-3.9/src/latebind.o src/latebind.c: In function '__Pyx_ParseOptionalKeywords': src/latebind.c:4717:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4717 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/latebind.c:4717:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4717 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/latebind.c:4717:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4717 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/latebind.c:4717:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4717 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/latebind.c:4717:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4717 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/latebind.c:4717:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4717 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/latebind.c:4733:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4733 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/latebind.c:4733:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4733 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/latebind.c:4733:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4733 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/latebind.c:4733:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4733 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/latebind.c:4733:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4733 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/latebind.c:4733:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4733 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/latebind.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: src/latebind.c:1465:12: warning: '__pyx_pw_17OpenGL_accelerate_8latebind_8LateBind_7__bool__' defined but not used [-Wunused-function] 1465 | static int __pyx_pw_17OpenGL_accelerate_8latebind_8LateBind_7__bool__(PyObject *__pyx_v_self) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/latebind.o -L/usr/lib -o /home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/OpenGL_accelerate/latebind.cpython-39-x86_64-linux-musl.so building 'OpenGL_accelerate.buffers_formathandler' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/.. -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/src -I/home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5 -I/usr/include/python3.9 -c src/buffers_formathandler.c -o build/temp.linux-x86_64-3.9/src/buffers_formathandler.o src/buffers_formathandler.c: In function '__Pyx_ParseOptionalKeywords': src/buffers_formathandler.c:4582:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4582 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4582:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4582 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4582:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4582 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4582:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4582 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4582:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4582 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4582:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4582 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4598:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4598 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4598:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4598 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4598:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4598 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4598:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4598 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4598:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 4598 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c:4598:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 4598 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/buffers_formathandler.c: In function '__Pyx_decode_c_string': src/buffers_formathandler.c:5580:9: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 5580 | return PyUnicode_FromUnicode(NULL, 0); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from src/buffers_formathandler.c:4: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/src/buffers_formathandler.o -L/usr/lib -o /home/buildozer/aports/community/py3-opengl-accelerate/src/PyOpenGL-accelerate-3.1.5/OpenGL_accelerate/buffers_formathandler.cpython-39-x86_64-linux-musl.so ---------------------------------------------------------------------- Ran 0 tests in 0.000s OK >>> py3-opengl-accelerate: Entering fakeroot... Unable to import numpy, skipping numpy extension building running install running build running build_py running build_ext skipping 'src/wrapper.c' Cython extension (up-to-date) skipping 'src/formathandler.c' Cython extension (up-to-date) skipping 'src/arraydatatype.c' Cython extension (up-to-date) skipping 'src/errorchecker.c' Cython extension (up-to-date) skipping 'src/vbo.c' Cython extension (up-to-date) skipping 'src/nones_formathandler.c' Cython extension (up-to-date) skipping 'src/latebind.c' Cython extension (up-to-date) skipping 'src/buffers_formathandler.c' Cython extension (up-to-date) running install_lib creating /home/buildozer/aports/community/py3-opengl-accelerate/pkg creating /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate creating /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr creating /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib creating /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib/python3.9/site-packages/OpenGL_accelerate copying build/lib.linux-x86_64-3.9/OpenGL_accelerate/wrapper.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib/python3.9/site-packages/OpenGL_accelerate copying build/lib.linux-x86_64-3.9/OpenGL_accelerate/vbo.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib/python3.9/site-packages/OpenGL_accelerate copying build/lib.linux-x86_64-3.9/OpenGL_accelerate/errorchecker.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib/python3.9/site-packages/OpenGL_accelerate copying build/lib.linux-x86_64-3.9/OpenGL_accelerate/nones_formathandler.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib/python3.9/site-packages/OpenGL_accelerate copying build/lib.linux-x86_64-3.9/OpenGL_accelerate/buffers_formathandler.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib/python3.9/site-packages/OpenGL_accelerate copying build/lib.linux-x86_64-3.9/OpenGL_accelerate/__init__.py -> /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib/python3.9/site-packages/OpenGL_accelerate copying build/lib.linux-x86_64-3.9/OpenGL_accelerate/arraydatatype.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib/python3.9/site-packages/OpenGL_accelerate copying build/lib.linux-x86_64-3.9/OpenGL_accelerate/formathandler.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib/python3.9/site-packages/OpenGL_accelerate copying build/lib.linux-x86_64-3.9/OpenGL_accelerate/latebind.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib/python3.9/site-packages/OpenGL_accelerate byte-compiling /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib/python3.9/site-packages/OpenGL_accelerate/__init__.py to __init__.cpython-39.pyc running install_egg_info running egg_info writing PyOpenGL_accelerate.egg-info/PKG-INFO writing dependency_links to PyOpenGL_accelerate.egg-info/dependency_links.txt writing top-level names to PyOpenGL_accelerate.egg-info/top_level.txt reading manifest file 'PyOpenGL_accelerate.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'PyOpenGL_accelerate.egg-info/SOURCES.txt' Copying PyOpenGL_accelerate.egg-info to /home/buildozer/aports/community/py3-opengl-accelerate/pkg/py3-opengl-accelerate/usr/lib/python3.9/site-packages/PyOpenGL_accelerate-3.1.5-py3.9.egg-info running install_scripts >>> py3-opengl-accelerate*: Running postcheck for py3-opengl-accelerate >>> py3-opengl-accelerate*: Preparing package py3-opengl-accelerate... >>> py3-opengl-accelerate*: Stripping binaries >>> py3-opengl-accelerate*: Scanning shared objects >>> py3-opengl-accelerate*: Tracing dependencies... python3 py3-opengl so:libc.musl-x86_64.so.1 >>> py3-opengl-accelerate*: Package size: 840.0 KB >>> py3-opengl-accelerate*: Compressing data... >>> py3-opengl-accelerate*: Create checksum... >>> py3-opengl-accelerate*: Create py3-opengl-accelerate-3.1.5-r1.apk >>> py3-opengl-accelerate: Build complete at Sat, 23 Oct 2021 13:02:45 +0000 elapsed time 0h 1m 13s >>> py3-opengl-accelerate: Cleaning up srcdir >>> py3-opengl-accelerate: Cleaning up pkgdir >>> py3-opengl-accelerate: Uninstalling dependencies... (1/16) Purging .makedepends-py3-opengl-accelerate (20211023.130143) (2/16) Purging py3-opengl (3.1.5-r1) (3/16) Purging py3-setuptools (52.0.0-r4) (4/16) Purging py3-ordered-set (4.0.2-r2) (5/16) Purging py3-appdirs (1.4.4-r2) (6/16) Purging py3-packaging (20.9-r1) (7/16) Purging py3-parsing (2.4.7-r2) (8/16) Purging py3-six (1.16.0-r0) (9/16) Purging python3-dev (3.9.7-r3) (10/16) Purging cython (0.29.22-r2) (11/16) Purging python3 (3.9.7-r3) (12/16) Purging libffi (3.4.2-r1) (13/16) Purging gdbm (1.20-r2) (14/16) Purging mpdecimal (2.5.1-r1) (15/16) Purging readline (8.1.1-r0) (16/16) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 344 MiB in 95 packages >>> py3-opengl-accelerate: Updating the community/x86_64 repository index... >>> py3-opengl-accelerate: Signing the index...