[GRASS-user] add-ons installation failure

Markus Metz markus.metz.giswork at googlemail.com
Tue Nov 16 13:26:32 EST 2010


Patrick Schirmer wrote:
> Thanks Markus,
>
> that helped and it will nearly finish installation of add-on v.vect.stats.
> Had to change all rights for the folders grass64 and subfolders to allow
> manipulation. But still one error (tested at home on other computer, so in
> German):
>
> /usr/bin/install: Aufruf von stat für „/usr/lib/grass64/bin/v.vect.stats“
> nicht möglich: No such file or directory.
> make: *** [install] Fehler 1
>
> any idea?

Yes. Because of this line:

> /usr/bin/install -c  /usr/lib/grass64/bin/v.vect.stats /usr/lib/grass64/bin/

it may well be possible that my suggestion below was nonsense:

>
> Markus Metz wrote:
>
> I forgot...
>
>
> and in /usr/lib/grass64/include/Make/GRASS.make, you may need to replace
>
> # GRASS global directories and constants
> # platform specific dirs
> ARCH_DISTDIR	= $(GRASS_HOME)/dist.$(ARCH)
> ARCH_BINDIR     = $(GRASS_HOME)/bin.$(ARCH)
> ERRORLOG        = $(GRASS_HOME)/error.log
>
> with
>
> ARCH_DISTDIR	= $(GRASS_HOME)
> ARCH_BINDIR     = $(GRASS_HOME)/bin
> # point ERRORLOG to somewhere at home, e.g. current dir ???
> ERRORLOG        = grass64_error.log
>
> completely untested, just a guess
>
I am not familiar with the install part of the Make system because I
never do make install and never use g.extension. Maybe someone else
more familiar with it can help...

Markus M


More information about the grass-user mailing list