Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2019 06:11:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 240705] devel/py-virtualenv: 16.7.5 fails to build with DOCS=on
Message-ID:  <bug-240705-21822-uw8ercs13a@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240705-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240705-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240705

Rainer Hurling <rhurlin@gwdg.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rhurlin@gwdg.de

--- Comment #6 from Rainer Hurling <rhurlin@gwdg.de> ---
Me too. After the patch, on a HEAD amd64 box I get:

[..snip..]
running build_sphinx
creating
/usr/ports/devel/py-virtualenv/work-py27/virtualenv-16.7.5/build/sphinx
creating
/usr/ports/devel/py-virtualenv/work-py27/virtualenv-16.7.5/build/sphinx/doc=
trees
creating
/usr/ports/devel/py-virtualenv/work-py27/virtualenv-16.7.5/build/sphinx/html
Running Sphinx v1.6.5

Exception occurred:
  File "conf.py", line 7, in <module>
ImportError: No module named pathlib
The full traceback has been saved in /tmp/sphinx-err-AluUXD.log, if you wan=
t to
report the issue to the developers.
Please also report this if it was a user error, so that a better error mess=
age
can be provided next time.
A bug report can be filed in the tracker at
<https://github.com/sphinx-doc/sphinx/issues>. Thanks!
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/py-virtualenv
*** Error code 1


The conf.py ImportError is 'pathlib' now, not 'virtualenv' anymore. The full
traceback is

 /tmp/sphinx-err-AluUXD.log=20
# Sphinx version: 1.6.5
# Python version: 2.7.16 (CPython)
# Docutils version: 0.15.2 release
# Jinja2 version: 2.10.1
# Last messages:

# Loaded extensions:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/sphinx/setup_command.py", li=
ne
191, in run
    warningiserror=3Dself.warning_is_error)
  File "/usr/local/lib/python2.7/site-packages/sphinx/application.py", line
168, in __init__
    confoverrides or {}, self.tags)
  File "/usr/local/lib/python2.7/site-packages/sphinx/config.py", line 150,=
 in
__init__
    execfile_(filename, config)
  File "/usr/local/lib/python2.7/site-packages/sphinx/util/pycompat.py", li=
ne
150, in execfile_
    exec_(code, _globals)
  File "/usr/local/lib/python2.7/site-packages/six.py", line 709, in exec_
    exec("""exec _code_ in _globs_, _locs_""")
  File "<string>", line 1, in <module>
  File "conf.py", line 7, in <module>
ImportError: No module named pathlib

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240705-21822-uw8ercs13a>