hns - 日記自動生成システム - Version 2.19.9

先月 2021年01月 来月
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
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.log
CF-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)



最近の日記
2024年03月10日
停電 (瞬電)
2024年03月03日
the second try on bare-metal
useradd
2024年02月29日
opendkim and senmail
2024年01月24日
chat/iam 0.0.8
2024年01月21日
uselocale vs setlocale (textproc/R-readxl)
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)