From owner-freebsd-python@freebsd.org Sat Sep 21 06:11:39 2019 Return-Path: Delivered-To: freebsd-python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 238DAF7BE6 for ; Sat, 21 Sep 2019 06:11:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46b0bH09lLz48r7 for ; Sat, 21 Sep 2019 06:11:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 06022F7BE5; Sat, 21 Sep 2019 06:11:39 +0000 (UTC) Delivered-To: python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 05C62F7BE4 for ; Sat, 21 Sep 2019 06:11:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46b0bG6Lrdz48r6 for ; Sat, 21 Sep 2019 06:11:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A33A09EE6 for ; Sat, 21 Sep 2019 06:11:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x8L6BcCa044042 for ; Sat, 21 Sep 2019 06:11:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x8L6Bcgq044035 for python@FreeBSD.org; Sat, 21 Sep 2019 06:11:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 240705] devel/py-virtualenv: 16.7.5 fails to build with DOCS=on Date: Sat, 21 Sep 2019 06:11:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa, regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rhurlin@gwdg.de X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: nivit@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2019 06:11:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240705 Rainer Hurling changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rhurlin@gwdg.de --- Comment #6 from Rainer Hurling --- 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 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 . 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 "", line 1, in File "conf.py", line 7, in ImportError: No module named pathlib --=20 You are receiving this mail because: You are on the CC list for the bug.=