#160: v.report WinGRASS incompatability issue
-------------------------------------+--------------------------------------
Reporter: isaacullah | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: default | Version: 6.3.0
Keywords: v.report paste WinGRASS |
-------------------------------------+--------------------------------------
v.report currently will not function in WinGRASS. I have determined that
this is because it utilizes the bash command "paste", which is not
supported in the Msys shell (ie. there is no such program as paste.exe in
the Mysys/bin directory). I cannot think of an appropriate replacement for
the way "paste" is being used in the current script, but I'm sure that
some workaround can be discovered.
paste is part of coreutils which is available for msys, and which should
IMHO be installed since it contains elementary programs such as cat, cut,
paste, rm, cp, etc, which I wouldn't be surprised to find in other
scripts.
Replying to [comment:1 mlennert]:
> paste is part of coreutils which is available for msys, and which should
IMHO be installed since it contains elementary programs such as cat, cut,
paste, rm, cp, etc, which I wouldn't be surprised to find in other
scripts.
>
> Until this is done, the coreutils package for MSYS 1.0.11 can be
obtained here:
> http://sourceforge.net/project/showfiles.php?group_id=2435
>
> Moritz
Replying to [comment:2 4everskiff]:
> Replying to [comment:1 mlennert]:
> > paste is part of coreutils which is available for msys, and which
should IMHO be installed since it contains elementary programs such as
cat, cut, paste, rm, cp, etc, which I wouldn't be surprised to find in
other scripts.
> >
> > Until this is done, the coreutils package for MSYS 1.0.11 can be
obtained here:
> > http://sourceforge.net/project/showfiles.php?group_id=2435
> >
> > Moritz
>
> MSYS is already installed by default in WinGRASS.
>
> Marco
It would be good to collect some usefull utils not contained in the
standard MSYS release (such as paste) to be included in the next WinGRASS
releases.