https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234633
--- Comment #43 from commit-h...@freebsd.org --- A commit references this bug: Author: tcberner Date: Sat Apr 6 07:36:42 UTC 2019 New revision: 498059 URL: https://svnweb.freebsd.org/changeset/ports/498059 Log: devel/cmake-doc: fix build with python3.6 default File "/wrkdirs/usr/ports/devel/cmake-doc/work/cmake-3.14.1/Utilities/Sphinx/create_identifiers.py", line 14, in <module> lines = f.read().splitlines() File "/usr/local/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 38147: ordinal not in range(128) PR: 234633 Reported by: antoine Changes: head/devel/cmake-doc/Makefile -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"