>>> Building on exopi-6 under graphics/termtosvg BDEPENDS = [devel/py-setuptools;devel/py-wheel;devel/py-build;devel/py-installer;lang/python/3] DIST = [graphics/termtosvg:termtosvg-1.1.0.tar.gz] FULLPKGNAME = termtosvg-1.1.0p7 RDEPENDS = [lang/python/3;devel/py-wcwidth;devel/py-pyte;textproc/py-lxml] Avoided depends for py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 distfiles size=63259 >>> Running build in graphics/termtosvg at 1734972348.40 ===> graphics/termtosvg ===> Building from scratch termtosvg-1.1.0p7 ===> termtosvg-1.1.0p7 depends on: python->=3.12,<3.13 -> python-3.12.8p0 ===> termtosvg-1.1.0p7 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> termtosvg-1.1.0p7 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> termtosvg-1.1.0p7 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> termtosvg-1.1.0p7 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 ===> Checking files for termtosvg-1.1.0p7 `/exopi-cvs/ports/distfiles/termtosvg-1.1.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for termtosvg-1.1.0p7 ===> Patching for termtosvg-1.1.0p7 ===> 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 termtosvg-1.1.0p7 ===> Configuring for termtosvg-1.1.0p7 ===> Building for termtosvg-1.1.0p7 * Getting build dependencies for wheel... running egg_info writing termtosvg.egg-info/PKG-INFO writing dependency_links to termtosvg.egg-info/dependency_links.txt writing requirements to termtosvg.egg-info/requires.txt writing top-level names to termtosvg.egg-info/top_level.txt reading manifest file 'termtosvg.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'termtosvg.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/termtosvg copying termtosvg/asciicast.py -> build/lib/termtosvg copying termtosvg/__main__.py -> build/lib/termtosvg copying termtosvg/config.py -> build/lib/termtosvg copying termtosvg/term.py -> build/lib/termtosvg copying termtosvg/main.py -> build/lib/termtosvg copying termtosvg/__init__.py -> build/lib/termtosvg copying termtosvg/anim.py -> build/lib/termtosvg creating build/lib/termtosvg/tests copying termtosvg/tests/test_term.py -> build/lib/termtosvg/tests copying termtosvg/tests/test_asciicast.py -> build/lib/termtosvg/tests copying termtosvg/tests/suite.py -> build/lib/termtosvg/tests copying termtosvg/tests/test_main.py -> build/lib/termtosvg/tests copying termtosvg/tests/__init__.py -> build/lib/termtosvg/tests copying termtosvg/tests/test_config.py -> build/lib/termtosvg/tests copying termtosvg/tests/test_anim.py -> build/lib/termtosvg/tests running egg_info writing termtosvg.egg-info/PKG-INFO writing dependency_links to termtosvg.egg-info/dependency_links.txt writing requirements to termtosvg.egg-info/requires.txt writing top-level names to termtosvg.egg-info/top_level.txt reading manifest file 'termtosvg.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'termtosvg.egg-info/SOURCES.txt' /usr/local/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'termtosvg.data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'termtosvg.data' 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 'termtosvg.data' 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 'termtosvg.data' to be distributed and are already explicitly excluding 'termtosvg.data' 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.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'termtosvg.data.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'termtosvg.data.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 'termtosvg.data.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 'termtosvg.data.templates' to be distributed and are already explicitly excluding 'termtosvg.data.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) creating build/lib/termtosvg/data copying termtosvg/data/svg11-flat-20110816.dtd -> build/lib/termtosvg/data creating build/lib/termtosvg/data/templates copying termtosvg/data/templates/base16_default_dark.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/dracula.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/gjm8.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/gjm8_play.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/gjm8_single_loop.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/powershell.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/progress_bar.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/putty.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/solarized_dark.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/solarized_light.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/terminal_app.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/ubuntu.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/window_frame.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/window_frame_js.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/window_frame_powershell.svg -> build/lib/termtosvg/data/templates copying termtosvg/data/templates/xterm.svg -> build/lib/termtosvg/data/templates running build_scripts creating build/scripts-3.12 copying and adjusting scripts/termtosvg -> build/scripts-3.12 changing mode of build/scripts-3.12/termtosvg from 644 to 755 installing to build/bdist.openbsd-7.6-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.6-amd64 creating build/bdist.openbsd-7.6-amd64/wheel creating build/bdist.openbsd-7.6-amd64/wheel/termtosvg copying build/lib/termtosvg/asciicast.py -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg copying build/lib/termtosvg/__main__.py -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg copying build/lib/termtosvg/config.py -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg copying build/lib/termtosvg/term.py -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg copying build/lib/termtosvg/main.py -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg copying build/lib/termtosvg/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg copying build/lib/termtosvg/anim.py -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg creating build/bdist.openbsd-7.6-amd64/wheel/termtosvg/tests copying build/lib/termtosvg/tests/test_term.py -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/tests copying build/lib/termtosvg/tests/test_asciicast.py -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/tests copying build/lib/termtosvg/tests/suite.py -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/tests copying build/lib/termtosvg/tests/test_main.py -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/tests copying build/lib/termtosvg/tests/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/tests copying build/lib/termtosvg/tests/test_config.py -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/tests copying build/lib/termtosvg/tests/test_anim.py -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/tests creating build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data copying build/lib/termtosvg/data/svg11-flat-20110816.dtd -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data creating build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/base16_default_dark.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/dracula.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/gjm8.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/gjm8_play.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/gjm8_single_loop.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/powershell.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/progress_bar.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/putty.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/solarized_dark.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/solarized_light.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/terminal_app.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/ubuntu.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/window_frame.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/window_frame_js.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/window_frame_powershell.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates copying build/lib/termtosvg/data/templates/xterm.svg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg/data/templates running install_egg_info Copying termtosvg.egg-info to build/bdist.openbsd-7.6-amd64/wheel/termtosvg-1.1.0-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/termtosvg-1.1.0.data creating build/bdist.openbsd-7.6-amd64/wheel/termtosvg-1.1.0.data/scripts copying build/scripts-3.12/termtosvg -> build/bdist.openbsd-7.6-amd64/wheel/termtosvg-1.1.0.data/scripts changing mode of build/bdist.openbsd-7.6-amd64/wheel/termtosvg-1.1.0.data/scripts/termtosvg to 755 creating build/bdist.openbsd-7.6-amd64/wheel/termtosvg-1.1.0.dist-info/WHEEL creating '/exopi-obj/pobj/termtosvg-1.1.0/termtosvg-1.1.0/dist/.tmp-gtvvb031/termtosvg-1.1.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'termtosvg/__init__.py' adding 'termtosvg/__main__.py' adding 'termtosvg/anim.py' adding 'termtosvg/asciicast.py' adding 'termtosvg/config.py' adding 'termtosvg/main.py' adding 'termtosvg/term.py' adding 'termtosvg/data/svg11-flat-20110816.dtd' adding 'termtosvg/data/templates/base16_default_dark.svg' adding 'termtosvg/data/templates/dracula.svg' adding 'termtosvg/data/templates/gjm8.svg' adding 'termtosvg/data/templates/gjm8_play.svg' adding 'termtosvg/data/templates/gjm8_single_loop.svg' adding 'termtosvg/data/templates/powershell.svg' adding 'termtosvg/data/templates/progress_bar.svg' adding 'termtosvg/data/templates/putty.svg' adding 'termtosvg/data/templates/solarized_dark.svg' adding 'termtosvg/data/templates/solarized_light.svg' adding 'termtosvg/data/templates/terminal_app.svg' adding 'termtosvg/data/templates/ubuntu.svg' adding 'termtosvg/data/templates/window_frame.svg' adding 'termtosvg/data/templates/window_frame_js.svg' adding 'termtosvg/data/templates/window_frame_powershell.svg' adding 'termtosvg/data/templates/xterm.svg' adding 'termtosvg/tests/__init__.py' adding 'termtosvg/tests/suite.py' adding 'termtosvg/tests/test_anim.py' adding 'termtosvg/tests/test_asciicast.py' adding 'termtosvg/tests/test_config.py' adding 'termtosvg/tests/test_main.py' adding 'termtosvg/tests/test_term.py' adding 'termtosvg-1.1.0.data/scripts/termtosvg' adding 'termtosvg-1.1.0.dist-info/LICENSE' adding 'termtosvg-1.1.0.dist-info/METADATA' adding 'termtosvg-1.1.0.dist-info/WHEEL' adding 'termtosvg-1.1.0.dist-info/top_level.txt' adding 'termtosvg-1.1.0.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built termtosvg-1.1.0-py3-none-any.whl >>> Running package in graphics/termtosvg at 1734972351.18 ===> graphics/termtosvg ===> Faking installation for termtosvg-1.1.0p7 ===> Building package for termtosvg-1.1.0p7 Create /exopi-cvs/ports/packages/amd64/all/termtosvg-1.1.0p7.tgz Creating package termtosvg-1.1.0p7 reading plist| checking dependencies| checking dependencies|devel/py-pyte checking dependencies|devel/py-wcwidth checking dependencies|lang/python/3,-main checking dependencies|textproc/py-lxml checksumming| checksumming| | 0% checksumming|* | 1% checksumming|* | 2% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*** | 5% archiving|****** | 9% archiving|******* | 11% archiving|********* | 13% archiving|********* | 14% archiving|********** | 16% archiving|************ | 19% archiving|************* | 21% archiving|*************** | 23% archiving|*************** | 24% archiving|***************** | 26% archiving|******************* | 29% archiving|******************** | 31% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|*********************** | 36% archiving|************************ | 38% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|*********************************************************** | 92% archiving|************************************************************ | 94% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/termtosvg-1.1.0p7.tgz >>> Running clean in graphics/termtosvg at 1734972353.84 ===> graphics/termtosvg ===> Cleaning for termtosvg-1.1.0p7 >>> Ended at 1734972354.08 max_stuck=0.00/build=2.79/package=2.66/clean=0.27