|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||||||
2021年01月09日(土) 旧暦 [n年日記] [更新:"2021/01/09 00:11:03"]#1 [pkgsrc]
NetBSD-9.0/20210105.0408/py36-colorama-0.4.4/build.log
Traceback (most recent call last):
File "setup.py", line 36, in <module>
long_description=read_file('README.rst'),
File "setup.py", line 19, in read_file
return fp.read()
File "/usr/pkg/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 0xc2 in position 852: ordinal not in range(128)
*** Error code 1
Stop.
make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/comms/py-colorama
*** Error code 1
backup-u@makoto 08:38:14/210109(..current/NetBSD-9.0)% grep -lr "UnicodeDecodeError: " . ./20200219.2303/py36-ephem-3.7.7.0/build.log ./20200219.2303/py36-test-testmon-0.9.19/build.log ./20200219.2303/py36-xmlschema-1.1.0/build.log ./20200219.2303/py36-z3-4.8.3/configure.logCF-SX3@makoto 08:40:26/210109(..textproc/py-xmlschema)% cat patches/patch-setup.py
$NetBSD: patch-setup.py,v 1.1 2020/05/31 20:49:34 joerg Exp $
--- setup.py.orig 2020-05-31 18:07:15.361949598 +0000
+++ setup.py
@@ -8,12 +8,13 @@
#
# @author Davide Brunato <brunato@sissa.it>
#
+import sys
import importlib
from setuptools import setup
from setuptools.command.develop import develop
from setuptools.command.install import install
-with open("README.rst") as readme:
+with open("README.rst", **({'encoding': 'UTF-8'} if sys.version_info.major>=3 else {})) as readme:
long_description = readme.read()
./20200223.1203/py36-xmlschema-1.1.1/build.log
Traceback (most recent call last):
File "setup.py", line 17, in <module>
long_description = readme.read()
File "/usr/pkg/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 0xc3 in position 4839: ordinal not in range(128)
( つっこみ )
|
最近の日記 2026年02月28日 ・my first script-fu 2026年01月29日 ・Die Fledermaus at New National theatre 2026/01/29 2025年12月25日 ・pbulk 11.99.3 (emacs30) 2025年11月22日 ・crash dump 2025年10月25日 ・recover from disk error | ||