FreeBSD Bugzilla – Attachment 230837 Details for
Bug 261047
devel/py-virtualenv@py37: Fails to build with DOCS=ON (devel/py-click after ports 305f148f482)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
py37-virtualenv.log
py37-virtualenv.log (text/plain), 6.71 KB, created by
Peter Much
on 2022-01-09 06:08:55 UTC
(
hide
)
Description:
py37-virtualenv.log
Filename:
MIME Type:
Creator:
Peter Much
Created:
2022-01-09 06:08:55 UTC
Size:
6.71 KB
patch
obsolete
>===> py37-virtualenv-16.7.5 depends on file: /usr/local/sbin/pkg - found >=> pypa-virtualenv-16.7.5_GH0.tar.gz doesn't seem to exist in /tmp/vb/distfiles/. >=> Attempting to fetch https://oper-e.intra.daemon.contact/sysimg/distf//pypa-virtualenv-16.7.5_GH0.tar.gz >pypa-virtualenv-16.7.5_GH0.tar.gz 4988 kB 66 MBps 00s >===> Fetching all distfiles required by py37-virtualenv-16.7.5 for building >===> Extracting for py37-virtualenv-16.7.5 >=> SHA256 Checksum OK for pypa-virtualenv-16.7.5_GH0.tar.gz. >===> Patching for py37-virtualenv-16.7.5 >===> Applying FreeBSD patches for py37-virtualenv-16.7.5 from /usr/ports/devel/py-virtualenv/files >===> py37-virtualenv-16.7.5 depends on package: py37-sphinx>=1.8.0,1 - found >===> py37-virtualenv-16.7.5 depends on package: py37-sphinx_rtd_theme>0 - found >===> py37-virtualenv-16.7.5 depends on package: py37-towncrier>0 - found >===> py37-virtualenv-16.7.5 depends on package: py37-setuptools>0 - found >===> py37-virtualenv-16.7.5 depends on file: /usr/local/bin/python3.7 - found >===> Configuring for py37-virtualenv-16.7.5 >running config >/usr/local/lib/python3.7/site-packages/setuptools/dist.py:694: UserWarning: Usage of dash-separated 'maintainer-email' will not be supported in future versions. Please use the underscore name 'maintainer_email' instead > % (opt, underscore_opt)) >/usr/local/lib/python3.7/site-packages/setuptools/dist.py:694: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead > % (opt, underscore_opt)) >===> Building for py37-virtualenv-16.7.5 >running build >running build_py >creating build >creating build/lib >copying virtualenv.py -> build/lib >creating build/lib/virtualenv_support >copying virtualenv_support/__init__.py -> build/lib/virtualenv_support >running egg_info >creating virtualenv.egg-info >writing virtualenv.egg-info/PKG-INFO >writing dependency_links to virtualenv.egg-info/dependency_links.txt >writing entry points to virtualenv.egg-info/entry_points.txt >writing requirements to virtualenv.egg-info/requires.txt >writing top-level names to virtualenv.egg-info/top_level.txt >writing manifest file 'virtualenv.egg-info/SOURCES.txt' >reading manifest file 'virtualenv.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >/usr/local/lib/python3.7/site-packages/setuptools/dist.py:694: UserWarning: Usage of dash-separated 'maintainer-email' will not be supported in future versions. Please use the underscore name 'maintainer_email' instead > % (opt, underscore_opt)) >/usr/local/lib/python3.7/site-packages/setuptools/dist.py:694: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead > % (opt, underscore_opt)) >warning: no previously-included files found matching 'readthedocs.yml' >warning: no previously-included files found matching 'CONTRIBUTING.rst' >warning: no previously-included files found matching '.pre-commit-config.yaml' >warning: no previously-included files found matching 'azure-run-tox-env.yml' >warning: no previously-included files found matching 'azure-pipelines.yml' >warning: no previously-included files found matching '.gitignore' >warning: no previously-included files found matching '.gitattributes' >warning: no previously-included files matching '*' found under directory '.github' >adding license file 'LICENSE.txt' >writing manifest file 'virtualenv.egg-info/SOURCES.txt' >copying virtualenv_support/pip-19.1.1-py2.py3-none-any.whl -> build/lib/virtualenv_support >copying virtualenv_support/pip-19.2.3-py2.py3-none-any.whl -> build/lib/virtualenv_support >copying virtualenv_support/setuptools-41.2.0-py2.py3-none-any.whl -> build/lib/virtualenv_support >copying virtualenv_support/wheel-0.33.6-py2.py3-none-any.whl -> build/lib/virtualenv_support >running build_sphinx >Running Sphinx v3.5.2 >Traceback (most recent call last): > File "/var/local/ports/usr/ports/devel/py-virtualenv/work-py37/.bin/towncrier", line 10, in <module> > from importlib.metadata import distribution >ModuleNotFoundError: No module named 'importlib.metadata' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/var/local/ports/usr/ports/devel/py-virtualenv/work-py37/.bin/towncrier", line 13, in <module> > from importlib_metadata import distribution >ModuleNotFoundError: No module named 'importlib_metadata' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/var/local/ports/usr/ports/devel/py-virtualenv/work-py37/.bin/towncrier", line 15, in <module> > from pkg_resources import load_entry_point > File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3242, in <module> > @_call_aside > File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3226, in _call_aside > f(*args, **kwargs) > File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3255, in _initialize_master_working_set > working_set = WorkingSet._build_master() > File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 568, in _build_master > ws.require(__requires__) > File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 886, in require > needed = self.resolve(parse_requirements(requirements)) > File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 772, in resolve > raise DistributionNotFound(req, requirers) >pkg_resources.DistributionNotFound: The 'importlib-metadata' distribution was not found and is required by Click > >Configuration error: >There is a programmable error in your configuration file: > >Traceback (most recent call last): > File "/usr/local/lib/python3.7/site-packages/sphinx/config.py", line 327, in eval_config_file > execfile_(filename, namespace) > File "/usr/local/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 88, in execfile_ > exec(code, _globals) > File "/var/local/ports/usr/ports/devel/py-virtualenv/work-py37/virtualenv-16.7.5/docs/conf.py", line 47, in <module> > generate_draft_news() > File "/var/local/ports/usr/ports/devel/py-virtualenv/work-py37/virtualenv-16.7.5/docs/conf.py", line 37, in generate_draft_news > ["towncrier", "--draft", "--version", "DRAFT"], cwd=str(ROOT_SRC_TREE_DIR), env=env > File "/usr/local/lib/python3.7/subprocess.py", line 411, in check_output > **kwargs).stdout > File "/usr/local/lib/python3.7/subprocess.py", line 512, in run > output=stdout, stderr=stderr) >subprocess.CalledProcessError: Command '['towncrier', '--draft', '--version', 'DRAFT']' returned non-zero exit status 1. > >*** Error code 1 > >Stop. >make[1]: stopped in /usr/ports/devel/py-virtualenv >*** Error code 1 > >Stop. >make: stopped in /usr/ports/devel/py-virtualenv
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 261047
:
230832
| 230837 |
230838
|
238343