=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Installing for py311-landslide-2.0.0 => Generating pre-install file lists => Creating installation directories (cd /tmp/www/py-landslide/work/landslide-2.0.0/ && /usr/bin/env DESTDIR=/tmp/www/py-landslide/work/.destdir USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.11 CC=gcc CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.11 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.11 CXX=c++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.11 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-Wl,-zrelro\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/tmp/www/py-landslide/work/.cwrapper/bin:/tmp/www/py-landslide/work/.buildlink/bin:/tmp/www/py-landslide/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CPP=cpp CXXCPP=cpp HOME=/tmp/www/py-landslide/work/.home CWRAPPERS_CONFIG_DIR=/tmp/www/py-landslide/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/www/py-landslide/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/www/py-landslide/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/www/py-landslide/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/www/py-landslide/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/www/py-landslide/work/.buildlink/lib/pkgconfig:/tmp/www/py-landslide/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/www/py-landslide/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/www/py-landslide/work/.cwrapper/config /usr/pkg/bin/python3.11 setup.py "install" -c -O1 --root=/tmp/www/py-landslide/work/.destdir) running install /usr/pkg/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running egg_info writing landslide.egg-info/PKG-INFO writing dependency_links to landslide.egg-info/dependency_links.txt writing entry points to landslide.egg-info/entry_points.txt writing requirements to landslide.egg-info/requires.txt writing top-level names to landslide.egg-info/top_level.txt reading manifest file 'landslide.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tox.ini' adding license file 'LICENSE' writing manifest file 'landslide.egg-info/SOURCES.txt' /usr/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'landslide.themes.default' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'landslide.themes.default' 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 'landslide.themes.default' 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 'landslide.themes.default' to be distributed and are already explicitly excluding 'landslide.themes.default' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'landslide.themes.default.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'landslide.themes.default.css' 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 'landslide.themes.default.css' 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 'landslide.themes.default.css' to be distributed and are already explicitly excluding 'landslide.themes.default.css' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'landslide.themes.default.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'landslide.themes.default.js' 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 'landslide.themes.default.js' 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 'landslide.themes.default.js' to be distributed and are already explicitly excluding 'landslide.themes.default.js' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'landslide.themes.leapmotion' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'landslide.themes.leapmotion' 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 'landslide.themes.leapmotion' 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 'landslide.themes.leapmotion' to be distributed and are already explicitly excluding 'landslide.themes.leapmotion' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'landslide.themes.leapmotion.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'landslide.themes.leapmotion.css' 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 'landslide.themes.leapmotion.css' 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 'landslide.themes.leapmotion.css' to be distributed and are already explicitly excluding 'landslide.themes.leapmotion.css' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'landslide.themes.leapmotion.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'landslide.themes.leapmotion.js' 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 'landslide.themes.leapmotion.js' 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 'landslide.themes.leapmotion.js' to be distributed and are already explicitly excluding 'landslide.themes.leapmotion.js' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'landslide.themes.light.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'landslide.themes.light.css' 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 'landslide.themes.light.css' 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 'landslide.themes.light.css' to be distributed and are already explicitly excluding 'landslide.themes.light.css' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'landslide.themes.ribbon' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'landslide.themes.ribbon' 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 'landslide.themes.ribbon' 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 'landslide.themes.ribbon' to be distributed and are already explicitly excluding 'landslide.themes.ribbon' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'landslide.themes.ribbon.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'landslide.themes.ribbon.css' 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 'landslide.themes.ribbon.css' 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 'landslide.themes.ribbon.css' to be distributed and are already explicitly excluding 'landslide.themes.ribbon.css' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'landslide.themes.ribbon.images' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'landslide.themes.ribbon.images' 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 'landslide.themes.ribbon.images' 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 'landslide.themes.ribbon.images' to be distributed and are already explicitly excluding 'landslide.themes.ribbon.images' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'landslide.themes.ribbon.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'landslide.themes.ribbon.js' 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 'landslide.themes.ribbon.js' 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 'landslide.themes.ribbon.js' to be distributed and are already explicitly excluding 'landslide.themes.ribbon.js' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'landslide.themes.tango.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'landslide.themes.tango.css' 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 'landslide.themes.tango.css' 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 'landslide.themes.tango.css' to be distributed and are already explicitly excluding 'landslide.themes.tango.css' 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) running install_lib creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide copying build/lib/landslide/__init__.py -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide copying build/lib/landslide/__main__.py -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide copying build/lib/landslide/generator.py -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide copying build/lib/landslide/macro.py -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide copying build/lib/landslide/main.py -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide copying build/lib/landslide/parser.py -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide copying build/lib/landslide/rst.py -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide copying build/lib/landslide/utils.py -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide copying build/lib/landslide/watcher.py -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/default copying build/lib/landslide/themes/default/base.html -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/default creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/default/css copying build/lib/landslide/themes/default/css/print.css -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/default/css copying build/lib/landslide/themes/default/css/screen.css -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/default/css creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/default/js copying build/lib/landslide/themes/default/js/slides.js -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/default/js creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/leapmotion copying build/lib/landslide/themes/leapmotion/base.html -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/leapmotion creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/leapmotion/css copying build/lib/landslide/themes/leapmotion/css/print.css -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/leapmotion/css copying build/lib/landslide/themes/leapmotion/css/screen.css -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/leapmotion/css creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/leapmotion/js copying build/lib/landslide/themes/leapmotion/js/slides.js -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/leapmotion/js creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/light creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/light/css copying build/lib/landslide/themes/light/css/screen.css -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/light/css creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon copying build/lib/landslide/themes/ribbon/base.html -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon copying build/lib/landslide/themes/ribbon/license.txt -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon/css copying build/lib/landslide/themes/ribbon/css/defaults.scss -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon/css copying build/lib/landslide/themes/ribbon/css/print.css -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon/css copying build/lib/landslide/themes/ribbon/css/print.scss -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon/css copying build/lib/landslide/themes/ribbon/css/reset.scss -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon/css copying build/lib/landslide/themes/ribbon/css/screen.css -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon/css copying build/lib/landslide/themes/ribbon/css/screen.scss -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon/css creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon/images copying build/lib/landslide/themes/ribbon/images/grid-16x10.png -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon/images copying build/lib/landslide/themes/ribbon/images/grid-4x3.png -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon/images copying build/lib/landslide/themes/ribbon/images/linen.png -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon/images copying build/lib/landslide/themes/ribbon/images/ribbon.svg -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon/images creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon/js copying build/lib/landslide/themes/ribbon/js/slides.js -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/ribbon/js creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/tango creating /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/tango/css copying build/lib/landslide/themes/tango/css/background.png -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/tango/css copying build/lib/landslide/themes/tango/css/screen.css -> /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/themes/tango/css byte-compiling /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/__main__.py to __main__.cpython-311.pyc byte-compiling /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/generator.py to generator.cpython-311.pyc byte-compiling /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/macro.py to macro.cpython-311.pyc byte-compiling /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/main.py to main.cpython-311.pyc byte-compiling /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/parser.py to parser.cpython-311.pyc byte-compiling /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/rst.py to rst.cpython-311.pyc byte-compiling /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/utils.py to utils.cpython-311.pyc byte-compiling /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide/watcher.py to watcher.cpython-311.pyc writing byte-compilation script '/tmp/tmp_y915kcv.py' /usr/pkg/bin/python3.11 /tmp/tmp_y915kcv.py removing /tmp/tmp_y915kcv.py running install_egg_info Copying landslide.egg-info to /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide-2.0.0-py3.11.egg-info running install_scripts Installing landslide script to /tmp/www/py-landslide/work/.destdir/usr/pkg/bin cd /tmp/www/py-landslide/work/.destdir/usr/pkg/bin && mv -f landslide landslide-3.11 || true => Automatic manual page handling => Generating post-install file lists if test -d "/tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide-2.0.0-py3.11.egg-info"; then /usr/bin/find /tmp/www/py-landslide/work/.destdir/usr/pkg/lib/python3.11/site-packages/landslide-2.0.0-py3.11.egg-info -type f -exec /bin/chmod 644 '{}' ';' ; fi => Checking file-check results for py311-landslide-2.0.0 => Checking for non-existent script interpreters in py311-landslide-2.0.0 => Checking file permissions in py311-landslide-2.0.0 warning: /tmp: group permissions (rwx) are higher than owner permissions (--x). warning: /tmp: group-writable directory. error: /tmp: world-writable directory. 1 errors and 2 warnings. *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/www/py-landslide *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/www/py-landslide