Date: Mon, 05 Nov 2018 14:11:26 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 232982] devel/cmake: ImportError: cannot import name md5 during sphinx docs compilation Message-ID: <bug-232982-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232982 Bug ID: 232982 Summary: devel/cmake: ImportError: cannot import name md5 during sphinx docs compilation Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: dch@freebsd.org Assignee: kde@FreeBSD.org Flags: maintainer-feedback?(kde@FreeBSD.org) Attachment #198967 text/plain mime type: Created attachment 198967 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D198967&action= =3Dedit poudriere build log for 12.0-BETA3 amd64 for devel/cmake 3.12.3 from ports r484187 uname: 12.0-BETA3 amd64 (r340109) ports: (r484187) full poudriere log attached, snippet follows: [ 99%] Linking CXX executable ../bin/ccmake [ 99%] Built target ccmake Scanning dependencies of target documentation [100%] sphinx-build man: see Utilities/Sphinx/build-man.log ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] =3D __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type md5 ERROR:root:code for hash sha1 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] =3D __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha1 ERROR:root:code for hash sha224 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] =3D __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha224 ERROR:root:code for hash sha256 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] =3D __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha256 ERROR:root:code for hash sha384 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] =3D __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha384 ERROR:root:code for hash sha512 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] =3D __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha512 Traceback (most recent call last): File "/usr/local/bin/sphinx-build", line 11, in <module> load_entry_point('Sphinx=3D=3D1.6.5', 'console_scripts', 'sphinx-build'= )() File "/usr/local/lib/python2.7/site-packages/sphinx/__init__.py", line 71= , in main return build_main(argv) File "/usr/local/lib/python2.7/site-packages/sphinx/__init__.py", line 82= , in build_main from sphinx import cmdline File "/usr/local/lib/python2.7/site-packages/sphinx/cmdline.py", line 24,= in <module> from sphinx.application import Sphinx File "/usr/local/lib/python2.7/site-packages/sphinx/application.py", line= 43, in <module> from sphinx.util.tags import Tags File "/usr/local/lib/python2.7/site-packages/sphinx/util/tags.py", line 1= 1, in <module> from jinja2 import nodes File "/usr/local/lib/python2.7/site-packages/jinja2/__init__.py", line 36= , in <module> from jinja2.loaders import BaseLoader, FileSystemLoader, PackageLoader,= \ File "/usr/local/lib/python2.7/site-packages/jinja2/loaders.py", line 16,= in <module> from hashlib import sha1 ImportError: cannot import name sha1 *** Error code 1 Stop. make[3]: stopped in /tmp/usr/ports/devel/cmake/work/cmake-3.12.3 *** Error code 1 Stop. make[2]: stopped in /tmp/usr/ports/devel/cmake/work/cmake-3.12.3 *** Error code 1 Stop. make[1]: stopped in /tmp/usr/ports/devel/cmake/work/cmake-3.12.3 *** Error code 1 Stop. make: stopped in /usr/ports/devel/cmake =3D>> Cleaning up wrkdir =3D=3D=3D> Cleaning for cmake-3.12.3 build of devel/cmake | cmake-3.12.3 ended at Mon Nov 5 13:19:09 UTC 2018 build time: 00:00:51 !!! build failure encountered !!! --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232982-7788>