Hello everybody
i'm using ubuntu 10.04 and i've installed GRASS following the instructions of this page http://grass.osgeo.org/grass64/binary/linux/snapshot/ . I'm trying to install an addon with g.extension but the result is the following message:
(Sat May 14 10:49:23 2011)
g.extension extension=r.basin svnurl=https://svn.osgeo.org/grass/grass-addons/ prefix=$GISBASE
Fetching <r.basin> from GRASS-Addons SVN (be patient)...
A r.basin/r.basin1.gif
A r.basin/r.basin2.gif
A r.basin/r.basin.py
A r.basin/description.html
A r.basin/Makefile
Estratta revisione 46265.
Compiling <r.basin>...
mkdir: impossibile creare la directory "/build": Permesso
negato
mkdir -p /build/buildd/grass-6.4.0/bin.x86_64-pc-linux-gnu
make: *** [/build/buildd/grass-6.4.0/bin.x86_64-pc-linux-
gnu] Errore 1
ERROR: Compilation failed, sorry. Please check above error messages.
(Sat May 14 10:49:32 2011) Comando terminato (9 sec)
could you help me to solve this problem, please ?
thanks
On Sat, May 14, 2011 at 10:59 AM, Matteo Mura <mur.teo@gmail.com> wrote:
Hello everybody
i'm using ubuntu 10.04 and i've installed GRASS following the instructions of this page http://grass.osgeo.org/grass64/binary/linux/snapshot/ .
When did you download it? I forced recreation on 12-May-2011 to
include (almost) latest g.extension fixes.
I'm trying to install an addon with g.extension but the result is the following message:
(Sat May 14 10:49:23 2011)
g.extension extension=r.basin svnurl=https://svn.osgeo.org/grass/grass-addons/ prefix=$GISBASE
Fetching <r.basin> from GRASS-Addons SVN (be patient)...
A r.basin/r.basin1.gif
A r.basin/r.basin2.gif
A r.basin/r.basin.py
A r.basin/description.html
A r.basin/Makefile
Estratta revisione 46265.
Compiling <r.basin>...
mkdir: impossibile creare la directory "/build": Permesso
negato
mkdir -p /build/buildd/grass-6.4.0/bin.x86_64-pc-linux-gnu
make: *** [/build/buildd/grass-6.4.0/bin.x86_64-pc-linux-
gnu] Errore 1
To me that indicates that you use an Ubuntu version and
not the snapshot version since you should get a different
error
Please verify first that you run the right GRASS version,
then we'll fix the rest.
Markus
Thank you for you answer Mark,
yes, you are all right because my Ubuntu version (downloaded from ubuntu gis repository) is:
GRASS 6.4.0 (location):~ > g.version
GRASS 6.4.0 (2010)
instead your snapshot, if i remember, is written for the 6.4.2.
how can i update my GRASS version to your snapshot or how can i run g.extension correctly on mine?
i wait your help, please
Il giorno 14/mag/2011, alle ore 11.10, Markus Neteler ha scritto:
On Sat, May 14, 2011 at 10:59 AM, Matteo Mura <mur.teo@gmail.com> wrote:
Hello everybody
i’m using ubuntu 10.04 and i’ve installed GRASS following the instructions of this page http://grass.osgeo.org/grass64/binary/linux/snapshot/ .
When did you download it? I forced recreation on 12-May-2011 to
include (almost) latest g.extension fixes.
I’m trying to install an addon with g.extension but the result is the following message:
(Sat May 14 10:49:23 2011)
g.extension extension=r.basin svnurl=https://svn.osgeo.org/grass/grass-addons/ prefix=$GISBASE
Fetching <r.basin> from GRASS-Addons SVN (be patient)…
A r.basin/r.basin1.gif
A r.basin/r.basin2.gif
A r.basin/r.basin.py
A r.basin/description.html
A r.basin/Makefile
Estratta revisione 46265.
Compiling <r.basin>…
mkdir: impossibile creare la directory “/build”: Permesso
negato
mkdir -p /build/buildd/grass-6.4.0/bin.x86_64-pc-linux-gnu
make: *** [/build/buildd/grass-6.4.0/bin.x86_64-pc-linux-
gnu] Errore 1
To me that indicates that you use an Ubuntu version and
not the snapshot version since you should get a different
error
Please verify first that you run the right GRASS version,
then we’ll fix the rest.
Markus
On Sat, May 14, 2011 at 12:34 PM, Matteo Mura <mur.teo@gmail.com> wrote:
Thank you for you answer Mark,
yes, you are all right because my Ubuntu version (downloaded from ubuntu gis
repository) is:
GRASS 6.4.0 (location):~ > g.version
GRASS 6.4.0 (2010)
instead your snapshot, if i remember, is written for the 6.4.2.
how can i update my GRASS version to your snapshot
Did you actually *install* the snapshot? Then you should have
it available. Just select the right GRASS start script on your
computer.
Markus
Ok Markus,
i’ve found your script “grass-run.sh”, i try to launch it (as a root) and i get this:
matteo@ubuntu:/$ ‘/usr/local/grass6.4.2svn-x86_64-unknown-linux-gnu-12_05_2011/etc/grass-run.sh’
=================================================================
If you wish to resize the X monitor, do so now. Window size is
locked while interactive modules are running.
“” complete. Press to continue.
matteo@ubuntu:/$
i press enter but i get nothing,
where am i wrong?
Matteo
Il giorno 14/mag/2011, alle ore 13.25, Markus Neteler ha scritto:
On Sat, May 14, 2011 at 12:34 PM, Matteo Mura <mur.teo@gmail.com> wrote:
Thank you for you answer Mark,
yes, you are all right because my Ubuntu version (downloaded from ubuntu gis
repository) is:
GRASS 6.4.0 (location):~ > g.version
GRASS 6.4.0 (2010)
instead your snapshot, if i remember, is written for the 6.4.2.
how can i update my GRASS version to your snapshot
Did you actually install the snapshot? Then you should have
it available. Just select the right GRASS start script on your
computer.
Markus
On Sat, May 14, 2011 at 2:53 PM, Matteo Mura <mur.teo@gmail.com> wrote:
Ok Markus,
i've found your script "grass-run.sh", i try to launch it (as a root) and i
get this:
Please don't do this. That is an internal script. Also running applications
as root user is not a good idea.
The GRASS start script is likely in /usr/bin/.
Markus