Hi, 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. > 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. Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.eu/mentors/landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
