Cook: python-pyopengl-accelerate 3.1.0 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): python-dev-2.7.15-i486 Installing (pkg/local): libgdbm-1.18.1-i486 Installing (pkg/local): util-linux-uuid-2.33.1-i486 Installing (pkg/local): python3-setuptools-40.6.2-any Installing (pkg/local): python3-pip-18.1-any Installing (pkg/local): python3-3.7.2-i486 Installing (pkg/local): python3-dev-3.7.2-i486 Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed Switching to the default set ================================================================================ src : /home/slitaz/wok/python-pyopengl-accelerate/source/python-pyopengl-accelerate-3.1.0 install: /home/slitaz/wok/python-pyopengl-accelerate/install Collecting PyOpenGL-accelerate==3.1.0 Downloading https://files.pythonhosted.org/packages/d9/74/293aa8794f2f236186d19e61c5548160bfe159c996ba01ed9144c89ee8ee/PyOpenGL-accelerate-3.1.0.tar.gz (323kB) Installing collected packages: PyOpenGL-accelerate Running setup.py install for PyOpenGL-accelerate: started Running setup.py install for PyOpenGL-accelerate: finished with status 'done' Successfully installed PyOpenGL-accelerate-3.1.0 ================================================================================ Executing strip on all files... Done Time: 0.59s. Size: 1458700 B -> 392340 B. Save: 1041 KB. Switching to the set '3' ================================================================================ src : /home/slitaz/wok/python-pyopengl-accelerate/source/python-pyopengl-accelerate-3.1.0-3 install: /home/slitaz/wok/python-pyopengl-accelerate/install-3 Collecting PyOpenGL-accelerate==3.1.0 Using cached https://files.pythonhosted.org/packages/d9/74/293aa8794f2f236186d19e61c5548160bfe159c996ba01ed9144c89ee8ee/PyOpenGL-accelerate-3.1.0.tar.gz Installing collected packages: PyOpenGL-accelerate Running setup.py install for PyOpenGL-accelerate: started Running setup.py install for PyOpenGL-accelerate: finished with status 'error' Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-zj4szf3s/PyOpenGL-accelerate/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-fppd1z61/install-record.txt --single-version-externally-managed --root /home/slitaz/wok/python-pyopengl-accelerate/install-3 --no-compile: Unable to import numpy, skipping numpy extension building running install running build running build_py creating build creating build/lib.linux-x86_64-3.7 creating build/lib.linux-x86_64-3.7/OpenGL_accelerate copying ./__init__.py -> build/lib.linux-x86_64-3.7/OpenGL_accelerate copying ./setup.py -> build/lib.linux-x86_64-3.7/OpenGL_accelerate running build_ext building 'OpenGL_accelerate.wrapper' extension creating build/temp.linux-x86_64-3.7 creating build/temp.linux-x86_64-3.7/src i486-slitaz-linux-gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -I/tmp/pip-install-zj4szf3s/PyOpenGL-accelerate/.. -I/tmp/pip-install-zj4szf3s/PyOpenGL-accelerate/src -I/tmp/pip-install-zj4szf3s/PyOpenGL-accelerate -I/usr/include/python3.7m -c src/wrapper.c -o build/temp.linux-x86_64-3.7/src/wrapper.o src/wrapper.c: In function '__Pyx_ExceptionSave': src/wrapper.c:11474:21: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? *type = tstate->exc_type; ^~~~~~~~ curexc_type src/wrapper.c:11475:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? *value = tstate->exc_value; ^~~~~~~~~ curexc_value src/wrapper.c:11476:19: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? *tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback src/wrapper.c: In function '__Pyx_ExceptionReset': src/wrapper.c:11488:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type src/wrapper.c:11489:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value src/wrapper.c:11490:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback src/wrapper.c:11491:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = type; ^~~~~~~~ curexc_type src/wrapper.c:11492:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = value; ^~~~~~~~~ curexc_value src/wrapper.c:11493:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = tb; ^~~~~~~~~~~~~ curexc_traceback src/wrapper.c: In function '__Pyx_GetException': src/wrapper.c:11536:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type src/wrapper.c:11537:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value src/wrapper.c:11538:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback src/wrapper.c:11539:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = local_type; ^~~~~~~~ curexc_type src/wrapper.c:11540:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = local_value; ^~~~~~~~~ curexc_value src/wrapper.c:11541:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = local_tb; ^~~~~~~~~~~~~ curexc_traceback error: command 'i486-slitaz-linux-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-zj4szf3s/PyOpenGL-accelerate/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-fppd1z61/install-record.txt --single-version-externally-managed --root /home/slitaz/wok/python-pyopengl-accelerate/install-3 --no-compile" failed with error code 1 in /tmp/pip-install-zj4szf3s/PyOpenGL-accelerate/ Build dependencies to remove: 7 Removing: libgdbm python-dev python3 python3-dev python3-pip python3-setuptools util-linux-uuid Debug information ret1. ================================================================================ Cook date: 2020-09-13 01:56 Wasted time : 39s 62: src/wrapper.c:11474:21: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 66: src/wrapper.c:11475:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 70: src/wrapper.c:11476:19: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 75: src/wrapper.c:11488:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 79: src/wrapper.c:11489:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 83: src/wrapper.c:11490:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 87: src/wrapper.c:11491:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 91: src/wrapper.c:11492:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 95: src/wrapper.c:11493:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 100: src/wrapper.c:11536:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 104: src/wrapper.c:11537:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 108: src/wrapper.c:11538:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 112: src/wrapper.c:11539:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? 116: src/wrapper.c:11540:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? 120: src/wrapper.c:11541:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? 124: error: command 'i486-slitaz-linux-gcc' failed with exit status 1 ================================================================================ Post-check ================================================================================ Checking build... Failed Updating activity log... Done ================================================================================