===> Building for py310-OpenGL-accelerate-3.1.9 * Building wheel... /opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/extension.py:150: UserWarning: Unknown Extension options: 'compiler_directives' warnings.warn(msg) /opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/extension.py:150: UserWarning: Unknown Extension options: 'compiler_directives' warnings.warn(msg) /opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'build_requires' warnings.warn(msg) /opt/pkg/lib/python3.10/site-packages/setuptools/config/expand.py:126: SetuptoolsWarning: File '/Users/pbulk/build/graphics/py-OpenGL-accelerate/work/pyopengl_accelerate-3.1.9/README.txt' cannot be found return '\n'.join( /opt/pkg/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /opt/pkg/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /opt/pkg/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib.macosx-12.3-arm64-cpython-310/OpenGL_accelerate copying OpenGL_accelerate/__init__.py -> build/lib.macosx-12.3-arm64-cpython-310/OpenGL_accelerate 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' warning: no files found matching 'src/*.c' writing manifest file 'PyOpenGL_accelerate.egg-info/SOURCES.txt' copying OpenGL_accelerate/formathandler.pxd -> build/lib.macosx-12.3-arm64-cpython-310/OpenGL_accelerate copying OpenGL_accelerate/wrapper.pxd -> build/lib.macosx-12.3-arm64-cpython-310/OpenGL_accelerate running build_ext Compiling src/wrapper.pyx because it changed. [1/1] Cythonizing src/wrapper.pyx building 'OpenGL_accelerate.wrapper' extension creating build/temp.macosx-12.3-arm64-cpython-310/src clang -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -I/Users/pbulk/build/graphics/py-OpenGL-accelerate/work/pyopengl_accelerate-3.1.9/src -I/Users/pbulk/build/graphics/py-OpenGL-accelerate/work/pyopengl_accelerate-3.1.9 -I/opt/pkg/include/python3.10 -c src/wrapper.c -o build/temp.macosx-12.3-arm64-cpython-310/src/wrapper.o clang -bundle -undefined dynamic_lookup -L. -L/opt/pkg/lib -L/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib -L/usr/lib -L/opt/pkg/lib -L/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include build/temp.macosx-12.3-arm64-cpython-310/src/wrapper.o -L/opt/pkg/lib -o build/lib.macosx-12.3-arm64-cpython-310/OpenGL_accelerate/wrapper.so Compiling src/formathandler.pyx because it changed. [1/1] Cythonizing src/formathandler.pyx building 'OpenGL_accelerate.formathandler' extension clang -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -I/Users/pbulk/build/graphics/py-OpenGL-accelerate/work/pyopengl_accelerate-3.1.9/src -I/Users/pbulk/build/graphics/py-OpenGL-accelerate/work/pyopengl_accelerate-3.1.9 -I/opt/pkg/include/python3.10 -c src/formathandler.c -o build/temp.macosx-12.3-arm64-cpython-310/src/formathandler.o clang -bundle -undefined dynamic_lookup -L. -L/opt/pkg/lib -L/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib -L/usr/lib -L/opt/pkg/lib -L/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include build/temp.macosx-12.3-arm64-cpython-310/src/formathandler.o -L/opt/pkg/lib -o build/lib.macosx-12.3-arm64-cpython-310/OpenGL_accelerate/formathandler.so Compiling src/arraydatatype.pyx because it changed. [1/1] Cythonizing src/arraydatatype.pyx building 'OpenGL_accelerate.arraydatatype' extension clang -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -I/Users/pbulk/build/graphics/py-OpenGL-accelerate/work/pyopengl_accelerate-3.1.9/src -I/Users/pbulk/build/graphics/py-OpenGL-accelerate/work/pyopengl_accelerate-3.1.9 -I/opt/pkg/include/python3.10 -c src/arraydatatype.c -o build/temp.macosx-12.3-arm64-cpython-310/src/arraydatatype.o clang -bundle -undefined dynamic_lookup -L. -L/opt/pkg/lib -L/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib -L/usr/lib -L/opt/pkg/lib -L/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include build/temp.macosx-12.3-arm64-cpython-310/src/arraydatatype.o -L/opt/pkg/lib -o build/lib.macosx-12.3-arm64-cpython-310/OpenGL_accelerate/arraydatatype.so Compiling src/errorchecker.pyx because it changed. [1/1] Cythonizing src/errorchecker.pyx building 'OpenGL_accelerate.errorchecker' extension clang -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -I/Users/pbulk/build/graphics/py-OpenGL-accelerate/work/pyopengl_accelerate-3.1.9/src -I/Users/pbulk/build/graphics/py-OpenGL-accelerate/work/pyopengl_accelerate-3.1.9 -I/opt/pkg/include/python3.10 -c src/errorchecker.c -o build/temp.macosx-12.3-arm64-cpython-310/src/errorchecker.o clang -bundle -undefined dynamic_lookup -L. -L/opt/pkg/lib -L/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib -L/usr/lib -L/opt/pkg/lib -L/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include build/temp.macosx-12.3-arm64-cpython-310/src/errorchecker.o -L/opt/pkg/lib -o build/lib.macosx-12.3-arm64-cpython-310/OpenGL_accelerate/errorchecker.so Error compiling Cython file: ------------------------------------------------------------ ... def create_buffers( self ): """Create the internal buffer(s)""" assert not self.created, """Already created the buffer""" buffers = self.get_implementation().glGenBuffers(1) try: self.buffer = long( buffers ) ^ ------------------------------------------------------------ src/vbo.pyx:191:26: undeclared name not builtin: long Compiling src/vbo.pyx because it changed. [1/1] Cythonizing src/vbo.pyx Traceback (most recent call last): File "/opt/pkg/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in main() File "/opt/pkg/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in main json_out["return_val"] = hook(**hook_input["kwargs"]) File "/opt/pkg/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel return _build_backend().build_wheel( File "/opt/pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 432, in build_wheel return _build(['bdist_wheel']) File "/opt/pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 423, in _build return self._build_with_temp_dir( File "/opt/pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 404, in _build_with_temp_dir self.run_setup() File "/opt/pkg/lib/python3.10/site-packages/setuptools/build_meta.py", line 317, in run_setup exec(code, locals()) File "", line 111, in File "/opt/pkg/lib/python3.10/site-packages/setuptools/__init__.py", line 117, in setup return distutils.core.setup(**attrs) File "/opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 186, in setup return run_commands(dist) File "/opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 202, in run_commands dist.run_commands() File "/opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands self.run_command(cmd) File "/opt/pkg/lib/python3.10/site-packages/setuptools/dist.py", line 1104, in run_command super().run_command(command) File "/opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run() File "/opt/pkg/lib/python3.10/site-packages/setuptools/command/bdist_wheel.py", line 370, in run self.run_command("build") File "/opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command self.distribution.run_command(command) File "/opt/pkg/lib/python3.10/site-packages/setuptools/dist.py", line 1104, in run_command super().run_command(command) File "/opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run() File "/opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command self.distribution.run_command(command) File "/opt/pkg/lib/python3.10/site-packages/setuptools/dist.py", line 1104, in run_command super().run_command(command) File "/opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run() File "/opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 368, in run self.build_extensions() File "/opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 484, in build_extensions self._build_extensions_serial() File "/opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 510, in _build_extensions_serial self.build_extension(ext) File "/opt/pkg/lib/python3.10/site-packages/Cython/Distutils/build_ext.py", line 131, in build_extension new_ext = cythonize( File "/opt/pkg/lib/python3.10/site-packages/Cython/Build/Dependencies.py", line 1145, in cythonize cythonize_one(*args) File "/opt/pkg/lib/python3.10/site-packages/Cython/Build/Dependencies.py", line 1289, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: src/vbo.pyx ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/py-OpenGL-accelerate *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/py-OpenGL-accelerate