On Sat, Nov 3, 2012 at 6:29 PM, Glynn Clements <[email protected]> wrote: ... > general/g.cloud: > > ImportError: No module named pexpect > > g.cloud.py imports pexpect (which isn't part of the standard library) > but doesn't use it. cloud_ssh.py does use pexpect for scripting "ssh". > It appears to be doing this primarily so that it can feed it a > password, which is a bad idea (use ssh-agent if you want to be able to > use ssh without having to provide a password). > > Also: includes a couple of shell scripts. cloud_collect.sh deals with > GRASS and could probably be converted to Python. cloud_mail.sh relies > upon a command-line "mail" program which is not particularly portable.
Luca Delucchi and me will work on this. ... > raster/r.agent: > > make: *** No targets specified and no makefile found. Stop. This is slow work in progress (the author and me). The Makefile will be added once the module starts to become usable. > raster/r.convert: > > make: *** No targets specified and no makefile found. Stop. > > Also: consists entirely of shell scripts. Hamish's script for a new raster directory layout in GRASS. Likely not happening in GRASS7, so better don't add a Makefile to avoid a mess for "innocent" users. > vector/v.in.redwg: > > dwg.h: No such file or directory Needs http://www.gnu.org/software/libredwg/ on the server. Markus _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
