>>> Building on exopi-3 under graphics/glad BDEPENDS = [lang/python/3.10;devel/py-installer,python3;devel/py-wheel,python3;devel/py-setuptools,python3;devel/py-build,python3] DIST = [graphics/glad:glad-2.0.6.tar.gz] FULLPKGNAME = glad-2.0.6 RDEPENDS = [lang/python/3.10;www/py-jinja2,python3;textproc/py-MarkupSafe,python3] (Junk lock failure for exopi-3 at 1714746514.28442) Received IO (Junk lock obtained for exopi-3 at 1714746517.28) Received IO Woken up graphics/glad Woken up graphics/glad Woken up graphics/glad Woken up graphics/glad >>> Running show-prepare-results in graphics/glad at 1714746518.78 ===> graphics/glad ===> Building from scratch glad-2.0.6 ===> glad-2.0.6 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> glad-2.0.6 depends on: py3-build-* -> py3-build-1.2.1 ===> glad-2.0.6 depends on: py3-installer-* -> py3-installer-0.7.0 ===> glad-2.0.6 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> glad-2.0.6 depends on: py3-wheel-* -> py3-wheel-0.43.0 py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-3 at 1714746520.77) distfiles size=633949 >>> Running build in graphics/glad at 1714746520.80 ===> graphics/glad ===> Checking files for glad-2.0.6 `/exopi-cvs/ports/distfiles/glad-2.0.6.tar.gz' is up to date. >> (SHA256) glad-2.0.6.tar.gz: OK ===> Extracting for glad-2.0.6 ===> Patching for glad-2.0.6 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for glad-2.0.6 ===> Configuring for glad-2.0.6 ===> Building for glad-2.0.6 * Getting build dependencies for wheel... running egg_info creating glad2.egg-info writing glad2.egg-info/PKG-INFO writing dependency_links to glad2.egg-info/dependency_links.txt writing entry points to glad2.egg-info/entry_points.txt writing requirements to glad2.egg-info/requires.txt writing top-level names to glad2.egg-info/top_level.txt writing manifest file 'glad2.egg-info/SOURCES.txt' reading manifest file 'glad2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.d' under directory 'glad' warning: no files found matching '*.volt' under directory 'glad' adding license file 'LICENSE' writing manifest file 'glad2.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/glad copying glad/__init__.py -> build/lib/glad copying glad/__main__.py -> build/lib/glad copying glad/config.py -> build/lib/glad copying glad/opener.py -> build/lib/glad copying glad/parse.py -> build/lib/glad copying glad/plugin.py -> build/lib/glad copying glad/sink.py -> build/lib/glad copying glad/specification.py -> build/lib/glad copying glad/util.py -> build/lib/glad creating build/lib/glad/files copying glad/files/__init__.py -> build/lib/glad/files creating build/lib/glad/generator copying glad/generator/__init__.py -> build/lib/glad/generator copying glad/generator/util.py -> build/lib/glad/generator creating build/lib/glad/generator/c copying glad/generator/c/__init__.py -> build/lib/glad/generator/c creating build/lib/glad/generator/rust copying glad/generator/rust/__init__.py -> build/lib/glad/generator/rust running egg_info writing glad2.egg-info/PKG-INFO writing dependency_links to glad2.egg-info/dependency_links.txt writing entry points to glad2.egg-info/entry_points.txt writing requirements to glad2.egg-info/requires.txt writing top-level names to glad2.egg-info/top_level.txt reading manifest file 'glad2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.d' under directory 'glad' warning: no files found matching '*.volt' under directory 'glad' adding license file 'LICENSE' writing manifest file 'glad2.egg-info/SOURCES.txt' /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'glad.generator.c.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'glad.generator.c.templates' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'glad.generator.c.templates' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'glad.generator.c.templates' to be distributed and are already explicitly excluding 'glad.generator.c.templates' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'glad.generator.c.templates.loader' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'glad.generator.c.templates.loader' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'glad.generator.c.templates.loader' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'glad.generator.c.templates.loader' to be distributed and are already explicitly excluding 'glad.generator.c.templates.loader' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'glad.generator.rust.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'glad.generator.rust.templates' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'glad.generator.rust.templates' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'glad.generator.rust.templates' to be distributed and are already explicitly excluding 'glad.generator.rust.templates' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'glad.generator.rust.templates.types' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'glad.generator.rust.templates.types' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'glad.generator.rust.templates.types' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'glad.generator.rust.templates.types' to be distributed and are already explicitly excluding 'glad.generator.rust.templates.types' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying glad/files/egl.xml -> build/lib/glad/files copying glad/files/eglplatform.h -> build/lib/glad/files copying glad/files/gl.xml -> build/lib/glad/files copying glad/files/glx.xml -> build/lib/glad/files copying glad/files/khrplatform.h -> build/lib/glad/files copying glad/files/vk.xml -> build/lib/glad/files copying glad/files/vk_platform.h -> build/lib/glad/files copying glad/files/vulkan_video_codec_av1std.h -> build/lib/glad/files copying glad/files/vulkan_video_codec_av1std_decode.h -> build/lib/glad/files copying glad/files/vulkan_video_codec_h264std.h -> build/lib/glad/files copying glad/files/vulkan_video_codec_h264std_decode.h -> build/lib/glad/files copying glad/files/vulkan_video_codec_h264std_encode.h -> build/lib/glad/files copying glad/files/vulkan_video_codec_h265std.h -> build/lib/glad/files copying glad/files/vulkan_video_codec_h265std_decode.h -> build/lib/glad/files copying glad/files/vulkan_video_codec_h265std_encode.h -> build/lib/glad/files copying glad/files/vulkan_video_codecs_common.h -> build/lib/glad/files copying glad/files/wgl.xml -> build/lib/glad/files creating build/lib/glad/generator/c/templates copying glad/generator/c/templates/base_template.c -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/base_template.h -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/egl.c -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/egl.h -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/gl.c -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/gl.h -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/glx.c -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/glx.h -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/header_only.h -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/impl_util.c -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/platform.h -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/template_utils.h -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/vk.c -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/vk.h -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/wgl.c -> build/lib/glad/generator/c/templates copying glad/generator/c/templates/wgl.h -> build/lib/glad/generator/c/templates creating build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/egl.c -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/egl.h -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/gl.c -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/gl.h -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/gles1.c -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/gles1.h -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/gles2.c -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/gles2.h -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/glsc2.c -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/glsc2.h -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/glx.c -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/glx.h -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/library.c -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/vulkan.c -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/vulkan.h -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/wgl.c -> build/lib/glad/generator/c/templates/loader copying glad/generator/c/templates/loader/wgl.h -> build/lib/glad/generator/c/templates/loader creating build/lib/glad/generator/rust/templates copying glad/generator/rust/templates/Cargo.toml -> build/lib/glad/generator/rust/templates copying glad/generator/rust/templates/impl.rs -> build/lib/glad/generator/rust/templates copying glad/generator/rust/templates/lib.rs -> build/lib/glad/generator/rust/templates copying glad/generator/rust/templates/template_utils.rs -> build/lib/glad/generator/rust/templates creating build/lib/glad/generator/rust/templates/types copying glad/generator/rust/templates/types/egl.rs -> build/lib/glad/generator/rust/templates/types copying glad/generator/rust/templates/types/gl.rs -> build/lib/glad/generator/rust/templates/types copying glad/generator/rust/templates/types/glx.rs -> build/lib/glad/generator/rust/templates/types copying glad/generator/rust/templates/types/khrplatform.rs -> build/lib/glad/generator/rust/templates/types copying glad/generator/rust/templates/types/vk.rs -> build/lib/glad/generator/rust/templates/types copying glad/generator/rust/templates/types/wgl.rs -> build/lib/glad/generator/rust/templates/types installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/glad copying build/lib/glad/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/glad copying build/lib/glad/__main__.py -> build/bdist.openbsd-7.5-amd64/wheel/glad copying build/lib/glad/config.py -> build/bdist.openbsd-7.5-amd64/wheel/glad copying build/lib/glad/opener.py -> build/bdist.openbsd-7.5-amd64/wheel/glad copying build/lib/glad/parse.py -> build/bdist.openbsd-7.5-amd64/wheel/glad copying build/lib/glad/plugin.py -> build/bdist.openbsd-7.5-amd64/wheel/glad copying build/lib/glad/sink.py -> build/bdist.openbsd-7.5-amd64/wheel/glad copying build/lib/glad/specification.py -> build/bdist.openbsd-7.5-amd64/wheel/glad copying build/lib/glad/util.py -> build/bdist.openbsd-7.5-amd64/wheel/glad creating build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/egl.xml -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/eglplatform.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/gl.xml -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/glx.xml -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/khrplatform.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/vk.xml -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/vk_platform.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/vulkan_video_codec_av1std.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/vulkan_video_codec_av1std_decode.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/vulkan_video_codec_h264std.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/vulkan_video_codec_h264std_decode.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/vulkan_video_codec_h264std_encode.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/vulkan_video_codec_h265std.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/vulkan_video_codec_h265std_decode.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/vulkan_video_codecs_common.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/vulkan_video_codec_h265std_encode.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/files copying build/lib/glad/files/wgl.xml -> build/bdist.openbsd-7.5-amd64/wheel/glad/files creating build/bdist.openbsd-7.5-amd64/wheel/glad/generator copying build/lib/glad/generator/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator copying build/lib/glad/generator/util.py -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator creating build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c copying build/lib/glad/generator/c/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c creating build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/base_template.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/base_template.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/egl.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/egl.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/gl.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/gl.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/glx.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/glx.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/header_only.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/impl_util.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/platform.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/template_utils.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/vk.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/vk.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/wgl.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates copying build/lib/glad/generator/c/templates/wgl.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates creating build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/egl.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/egl.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/gl.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/gl.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/gles1.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/gles1.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/gles2.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/gles2.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/glsc2.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/glsc2.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/glx.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/glx.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/library.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/vulkan.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/vulkan.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/wgl.c -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader copying build/lib/glad/generator/c/templates/loader/wgl.h -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/c/templates/loader creating build/bdist.openbsd-7.5-amd64/wheel/glad/generator/rust copying build/lib/glad/generator/rust/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/rust creating build/bdist.openbsd-7.5-amd64/wheel/glad/generator/rust/templates copying build/lib/glad/generator/rust/templates/Cargo.toml -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/rust/templates copying build/lib/glad/generator/rust/templates/impl.rs -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/rust/templates copying build/lib/glad/generator/rust/templates/lib.rs -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/rust/templates copying build/lib/glad/generator/rust/templates/template_utils.rs -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/rust/templates creating build/bdist.openbsd-7.5-amd64/wheel/glad/generator/rust/templates/types copying build/lib/glad/generator/rust/templates/types/egl.rs -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/rust/templates/types copying build/lib/glad/generator/rust/templates/types/gl.rs -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/rust/templates/types copying build/lib/glad/generator/rust/templates/types/glx.rs -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/rust/templates/types copying build/lib/glad/generator/rust/templates/types/khrplatform.rs -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/rust/templates/types copying build/lib/glad/generator/rust/templates/types/vk.rs -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/rust/templates/types copying build/lib/glad/generator/rust/templates/types/wgl.rs -> build/bdist.openbsd-7.5-amd64/wheel/glad/generator/rust/templates/types running install_egg_info Copying glad2.egg-info to build/bdist.openbsd-7.5-amd64/wheel/glad2-2.0.6-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/glad2-2.0.6.dist-info/WHEEL creating '/exopi-obj/pobj/glad-2.0.6/glad-2.0.6/dist/.tmp-9ntjnv7r/glad2-2.0.6-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'glad/__init__.py' adding 'glad/__main__.py' adding 'glad/config.py' adding 'glad/opener.py' adding 'glad/parse.py' adding 'glad/plugin.py' adding 'glad/sink.py' adding 'glad/specification.py' adding 'glad/util.py' adding 'glad/files/__init__.py' adding 'glad/files/egl.xml' adding 'glad/files/eglplatform.h' adding 'glad/files/gl.xml' adding 'glad/files/glx.xml' adding 'glad/files/khrplatform.h' adding 'glad/files/vk.xml' adding 'glad/files/vk_platform.h' adding 'glad/files/vulkan_video_codec_av1std.h' adding 'glad/files/vulkan_video_codec_av1std_decode.h' adding 'glad/files/vulkan_video_codec_h264std.h' adding 'glad/files/vulkan_video_codec_h264std_decode.h' adding 'glad/files/vulkan_video_codec_h264std_encode.h' adding 'glad/files/vulkan_video_codec_h265std.h' adding 'glad/files/vulkan_video_codec_h265std_decode.h' adding 'glad/files/vulkan_video_codec_h265std_encode.h' adding 'glad/files/vulkan_video_codecs_common.h' adding 'glad/files/wgl.xml' adding 'glad/generator/__init__.py' adding 'glad/generator/util.py' adding 'glad/generator/c/__init__.py' adding 'glad/generator/c/templates/base_template.c' adding 'glad/generator/c/templates/base_template.h' adding 'glad/generator/c/templates/egl.c' adding 'glad/generator/c/templates/egl.h' adding 'glad/generator/c/templates/gl.c' adding 'glad/generator/c/templates/gl.h' adding 'glad/generator/c/templates/glx.c' adding 'glad/generator/c/templates/glx.h' adding 'glad/generator/c/templates/header_only.h' adding 'glad/generator/c/templates/impl_util.c' adding 'glad/generator/c/templates/platform.h' adding 'glad/generator/c/templates/template_utils.h' adding 'glad/generator/c/templates/vk.c' adding 'glad/generator/c/templates/vk.h' adding 'glad/generator/c/templates/wgl.c' adding 'glad/generator/c/templates/wgl.h' adding 'glad/generator/c/templates/loader/egl.c' adding 'glad/generator/c/templates/loader/egl.h' adding 'glad/generator/c/templates/loader/gl.c' adding 'glad/generator/c/templates/loader/gl.h' adding 'glad/generator/c/templates/loader/gles1.c' adding 'glad/generator/c/templates/loader/gles1.h' adding 'glad/generator/c/templates/loader/gles2.c' adding 'glad/generator/c/templates/loader/gles2.h' adding 'glad/generator/c/templates/loader/glsc2.c' adding 'glad/generator/c/templates/loader/glsc2.h' adding 'glad/generator/c/templates/loader/glx.c' adding 'glad/generator/c/templates/loader/glx.h' adding 'glad/generator/c/templates/loader/library.c' adding 'glad/generator/c/templates/loader/vulkan.c' adding 'glad/generator/c/templates/loader/vulkan.h' adding 'glad/generator/c/templates/loader/wgl.c' adding 'glad/generator/c/templates/loader/wgl.h' adding 'glad/generator/rust/__init__.py' adding 'glad/generator/rust/templates/Cargo.toml' adding 'glad/generator/rust/templates/impl.rs' adding 'glad/generator/rust/templates/lib.rs' adding 'glad/generator/rust/templates/template_utils.rs' adding 'glad/generator/rust/templates/types/egl.rs' adding 'glad/generator/rust/templates/types/gl.rs' adding 'glad/generator/rust/templates/types/glx.rs' adding 'glad/generator/rust/templates/types/khrplatform.rs' adding 'glad/generator/rust/templates/types/vk.rs' adding 'glad/generator/rust/templates/types/wgl.rs' adding 'glad2-2.0.6.dist-info/LICENSE' adding 'glad2-2.0.6.dist-info/METADATA' adding 'glad2-2.0.6.dist-info/WHEEL' adding 'glad2-2.0.6.dist-info/entry_points.txt' adding 'glad2-2.0.6.dist-info/top_level.txt' adding 'glad2-2.0.6.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built glad2-2.0.6-py3-none-any.whl >>> Running package in graphics/glad at 1714746525.40 ===> graphics/glad ===> Faking installation for glad-2.0.6 /exopi-obj/pobj/glad-2.0.6/bin/install -d -m 755 /exopi-obj/pobj/glad-2.0.6/fake-amd64/usr/local/share/examples/glad cp -r /exopi-obj/pobj/glad-2.0.6/glad-2.0.6/example/* /exopi-obj/pobj/glad-2.0.6/fake-amd64/usr/local/share/examples/glad ===> Building package for glad-2.0.6 Create /exopi-cvs/ports/packages/amd64/all/glad-2.0.6.tgz Creating package glad-2.0.6 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checking dependencies|textproc/py-MarkupSafe,python3 checking dependencies|www/py-jinja2,python3 checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 2% archiving|** | 3% archiving|** | 4% archiving|************************ | 37% archiving|****************************** | 47% archiving|*************************************************** | 80% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|********************************************************** | 90% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/glad-2.0.6.tgz >>> Running clean in graphics/glad at 1714746528.76 ===> graphics/glad ===> Cleaning for glad-2.0.6 >>> Ended at 1714746529.28 max_stuck=1.97/waiting-for-lock #66=4.46/show-prepare-results=2.07/build=4.61/package=3.36/clean=0.54