Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2017 20:32:44 +0200
From:      Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
To:        freebsd-ports@freebsd.org
Subject:   Another error with py3-cairo
Message-ID:  <24b9f5a7-58ff-c923-85ce-0cc062ca61be@utanet.at>

next in thread | raw e-mail | index | archive | help
I got following error for all ".c" files in src:

Traceback (most recent call last):
   File 
"/ram/usr/ports/graphics/py3-cairo/work/pycairo-1.10.0/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_preproc.py", 
line 496, in addlines
     lines=filter_comments(filepath)
   File 
"/ram/usr/ports/graphics/py3-cairo/work/pycairo-1.10.0/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_preproc.py", 
line 47, in filter_comments
     code=Utils.readf(filename)
   File 
"/ram/usr/ports/graphics/py3-cairo/work/pycairo-1.10.0/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Utils.py", 
line 83, in readf
     txt=f.read()
   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 0xc2 in position 54: 
ordinal not in range(128)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?24b9f5a7-58ff-c923-85ce-0cc062ca61be>