Hi Martin, thanks for looking into this!
> 2015-02-09 16:10 GMT+01:00 Robert Nuske <[email protected]>: > > mkdir -p /usr/lib/grass70/docs/man > > mkdir: cannot create directory '/usr/lib/grass70/docs/man': Permission > > denied make: *** [/usr/lib/grass70/docs/man] Error 1 > > ERROR: Compilation failed, sorry. Please check above error messages. > > I fixed this bug in r64534 (trunk only), after some testing I will > backport it to relbr70. I will test again when the patch landed in relbr70 > > VERSION_NUMBER=7.0.0svn /usr/lib/grass70/tools/g.html2man.py > > /tmp/tmptZNptI/r.grow.shrink/docs/html/r.grow.shrink.html > > /tmp/tmptZNptI/r.grow.shrink/docs/man/man1/r.grow.shrink.1 > > /bin/sh: 1: /usr/lib/grass70/tools/g.html2man.py: not found > > make: *** [/tmp/tmptZNptI/r.grow.shrink/docs/man/man1/r.grow.shrink.1] > > Error 127 > > Right, `/usr/lib/grass70/tools/` contains `g.html2man`. This is > probably related to the packaging, my local sample installation (make > install from source code) contains `g.html2man.py` in the `tools` > directory. weird g.html2man.py loses its '.py' but mkhtml.py stays untouched Any clue about the missing python module 'html' reported by g.html2man.py? Traceback (most recent call last): File "/usr/lib/grass70/tools/g.html2man.py", line 4, in <module> from html import HTMLParser, HTMLParseError ImportError: No module named html cheers robert _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
