<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Thanks Markus,<br>
<br>
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):<br>
<br>
<i>/usr/bin/install: Aufruf von stat für
„/usr/lib/grass64/bin/v.vect.stats“ nicht möglich: No such file or
directory.<br>
make: *** [install] Fehler 1<br>
<br>
</i>any idea?<i><br>
</i><br>
patrick<i><br>
<br>
<br>
</i><br>
<u>complete log:</u><br>
<br>
GRASS 6.4.0 (swiss_wgs84_unporjected):~ > g.extension
ext=v.vect.stats<br>
Fetching <v.vect.stats> from GRASS-Addons SVN (be patient)...<br>
A v.vect.stats/grass7.patch<br>
A v.vect.stats/main.c<br>
A v.vect.stats/description.html<br>
A v.vect.stats/grass65.patch<br>
A v.vect.stats/Makefile<br>
U v.vect.stats<br>
Ausgecheckt, Revision 44350.<br>
Compiling <v.vect.stats>...<br>
/usr/lib/grass64/include/Make/Grass.make:426: Warnung: Die Befehle für
das Ziel »/usr/lib/grass64/bin« werden überschrieben<br>
/usr/lib/grass64/include/Make/Grass.make:417: Warnung: Alte Befehle für
das Ziel »/usr/lib/grass64/bin« werden ignoriert<br>
make: Für das Ziel »/usr/lib/grass64/dist.i486-pc-linux-gnu« ist nichts
zu tun.<br>
Installing v.vect.stats...<br>
/usr/lib/grass64/include/Make/Grass.make:426: Warnung: Die Befehle für
das Ziel »/usr/lib/grass64/bin« werden überschrieben<br>
/usr/lib/grass64/include/Make/Grass.make:417: Warnung: Alte Befehle für
das Ziel »/usr/lib/grass64/bin« werden ignoriert<br>
/usr/bin/install -c /usr/lib/grass64/bin/v.vect.stats
/usr/lib/grass64/bin/<br>
/usr/bin/install: Aufruf von stat für
„/usr/lib/grass64/bin/v.vect.stats“ nicht möglich: No such file or
directory<br>
make: *** [install] Fehler 1<br>
FEHLER: Installation failed, sorry. Please check above error messages.<br>
GRASS 6.4.0 (swiss_wgs84_unporjected):~ > ^C<br>
<br>
<br>
<br>
On 16.11.2010 13:41, Markus Metz wrote:
<blockquote
cite="mid:AANLkTimVJdQ888mqtusvsv0_KXnYzKnwg6bL46TVe8_6@mail.gmail.com"
type="cite">
<pre wrap="">I forgot...
On Tue, Nov 16, 2010 at 1:26 PM, Markus Metz
<a class="moz-txt-link-rfc2396E" href="mailto:markus.metz.giswork@googlemail.com"><markus.metz.giswork@googlemail.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">On Tue, Nov 16, 2010 at 12:14 PM, Patrick_schirmer <a class="moz-txt-link-rfc2396E" href="mailto:patrick_GIS@gmx.ch"><patrick_GIS@gmx.ch></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Dear list,
I am trying to install add-ons on GRASS (6.4.0) through g.extension, as
Markus mentioned this should be possible with RC07. Had to import grass-dev
package,
</pre>
</blockquote>
<pre wrap="">
Some of these grass-dev packages seem to have bugs introduced by the packagers:
in /usr/lib/grass64/include/Make/Platform.make, replace
# GRASS dirs
GRASS_HOME = /build/buildd/grass-6.4.0
RUN_GISBASE = /build/buildd/grass-6.4.0/dist.i486-pc-linux-gnu
with
# GRASS dirs
GRASS_HOME = /usr/lib/grass64
# not sure what should be here since
/usr/lib/grass64/dist.i486-pc-linux-gnu does not exist:
RUN_GISBASE = /usr/lib/grass64
</pre>
</blockquote>
<pre wrap="">
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
Markus M
</pre>
</blockquote>
<br>
</body>
</html>