[GRASS-dev] r.plane commits breaks winGRASS builds

Martin Landa landa.martin at gmail.com
Fri Oct 20 01:03:17 PDT 2017


Hi,

2017-10-20 9:16 GMT+02:00 Helmut Kudrnovsky <hellik at web.de>:
> looking into winGRASS build logs:
>
> https://wingrass.fsv.cvut.cz/grass73/x86_64/logs/log-r71566-385/error.log
> https://wingrass.fsv.cvut.cz/grass73/x86_64/logs/log-r71567-385/error.log

see https://wingrass.fsv.cvut.cz/grass73/x86_64/logs/log-r71567-385/package.log

"""
SyntaxError: Non-ASCII character '\xc3' in file
C:/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/scripts/r.plane.py
on line 6, but no encoding declared; see
http://python.org/dev/peps/pep-0263/ for details
../../include/Make/Html.make:14: recipe for target 'r.plane.tmp.html' failed
make[3]: *** [r.plane.tmp.html] Error 1
GISRC=/c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/demolocation/.grassrc7
"""

putting

"""
# -*- coding: utf-8 -*-
"""

in r.plane.py should fix the issue.

Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa


More information about the grass-dev mailing list