>>> py3-opengl-accelerate: Building community/py3-opengl-accelerate 3.1.5-r1 (using abuild 3.8.0_rc3-r2) started Wed, 26 May 2021 16:18:37 +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/18) Installing libbz2 (1.0.8-r1) (2/18) Installing libffi (3.3-r2) (3/18) Installing gdbm (1.19-r0) (4/18) Installing xz-libs (5.2.5-r0) (5/18) Installing mpdecimal (2.5.1-r1) (6/18) Installing readline (8.1.0-r0) (7/18) Installing sqlite-libs (3.35.5-r0) (8/18) Installing python3 (3.9.5-r1) (9/18) Installing py3-opengl (3.1.5-r1) (10/18) Installing py3-ordered-set (4.0.2-r1) (11/18) Installing py3-appdirs (1.4.4-r2) (12/18) Installing py3-parsing (2.4.7-r2) (13/18) Installing py3-six (1.15.0-r1) (14/18) Installing py3-packaging (20.9-r1) (15/18) Installing py3-setuptools (52.0.0-r3) (16/18) Installing python3-dev (3.9.5-r1) (17/18) Installing cython (0.29.22-r2) (18/18) Installing .makedepends-py3-opengl-accelerate (20210526.161841) Executing busybox-1.33.1-r1.trigger OK: 431 MiB in 107 packages >>> py3-opengl-accelerate: Cleaning up srcdir >>> py3-opengl-accelerate: Cleaning up pkgdir >>> py3-opengl-accelerate: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/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 100 525k 100 525k 0 0 5907k 0 --:--:-- --:--:-- --:--:-- 5974k >>> py3-opengl-accelerate: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/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.14/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-i686-3.9 creating build/lib.linux-i686-3.9/OpenGL_accelerate copying OpenGL_accelerate/__init__.py -> build/lib.linux-i686-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-i686-3.9 creating build/temp.linux-i686-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-3.9/src/wrapper.o -L/usr/lib -o build/lib.linux-i686-3.9/OpenGL_accelerate/wrapper.cpython-39-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-3.9/src/formathandler.o -L/usr/lib -o build/lib.linux-i686-3.9/OpenGL_accelerate/formathandler.cpython-39-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-3.9/src/arraydatatype.o -L/usr/lib -o build/lib.linux-i686-3.9/OpenGL_accelerate/arraydatatype.cpython-39-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-3.9/src/errorchecker.o -L/usr/lib -o build/lib.linux-i686-3.9/OpenGL_accelerate/errorchecker.cpython-39-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-3.9/src/vbo.o -L/usr/lib -o build/lib.linux-i686-3.9/OpenGL_accelerate/vbo.cpython-39-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-3.9/src/nones_formathandler.o -L/usr/lib -o build/lib.linux-i686-3.9/OpenGL_accelerate/nones_formathandler.cpython-39-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-3.9/src/latebind.o -L/usr/lib -o build/lib.linux-i686-3.9/OpenGL_accelerate/latebind.cpython-39-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-3.9/src/buffers_formathandler.o -L/usr/lib -o build/lib.linux-i686-3.9/OpenGL_accelerate/buffers_formathandler.cpython-39-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-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-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-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-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-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-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-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-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-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-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-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-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-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-i386-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-i686-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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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:97, 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-i686-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-i386-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-i686-3.9/OpenGL_accelerate/errorchecker.cpython-39-i386-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-i686-3.9/OpenGL_accelerate/vbo.cpython-39-i386-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-i686-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-i686-3.9/OpenGL_accelerate/arraydatatype.cpython-39-i386-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-i686-3.9/OpenGL_accelerate/nones_formathandler.cpython-39-i386-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-i686-3.9/OpenGL_accelerate/latebind.cpython-39-i386-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-i686-3.9/OpenGL_accelerate/wrapper.cpython-39-i386-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-i686-3.9/OpenGL_accelerate/formathandler.cpython-39-i386-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-i686-3.9/OpenGL_accelerate/buffers_formathandler.cpython-39-i386-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.so.1 >>> py3-opengl-accelerate*: Package size: 772.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 Wed, 26 May 2021 16:19:48 +0000 elapsed time 0h 1m 11s >>> py3-opengl-accelerate: Cleaning up srcdir >>> py3-opengl-accelerate: Cleaning up pkgdir >>> py3-opengl-accelerate: Uninstalling dependencies... (1/18) Purging .makedepends-py3-opengl-accelerate (20210526.161841) (2/18) Purging py3-opengl (3.1.5-r1) (3/18) Purging py3-setuptools (52.0.0-r3) (4/18) Purging py3-ordered-set (4.0.2-r1) (5/18) Purging py3-appdirs (1.4.4-r2) (6/18) Purging py3-packaging (20.9-r1) (7/18) Purging py3-parsing (2.4.7-r2) (8/18) Purging py3-six (1.15.0-r1) (9/18) Purging python3-dev (3.9.5-r1) (10/18) Purging cython (0.29.22-r2) (11/18) Purging python3 (3.9.5-r1) (12/18) Purging libbz2 (1.0.8-r1) (13/18) Purging libffi (3.3-r2) (14/18) Purging gdbm (1.19-r0) (15/18) Purging xz-libs (5.2.5-r0) (16/18) Purging mpdecimal (2.5.1-r1) (17/18) Purging readline (8.1.0-r0) (18/18) Purging sqlite-libs (3.35.5-r0) Executing busybox-1.33.1-r1.trigger OK: 312 MiB in 89 packages >>> py3-opengl-accelerate: Updating the community/x86 repository index... >>> py3-opengl-accelerate: Signing the index...