Re: [GRASS-user] g.extension not working behind proxy

2018-01-10 Thread Markus Neteler
On Wed, Jan 10, 2018 at 11:26 AM, Markus Neteler wrote: > On Wed, Jan 10, 2018 at 9:00 AM, Gra wrote: ... >> g.extension extension=v.centerpoint operation=add >> proxy="http://10.168.209.72:8012"; >> >> - error message - In addition: - sure it is not https? - what about proxy authentication?

Re: [GRASS-user] g.extension not working behind proxy

2018-01-10 Thread Markus Neteler
Hi Grazia, On Wed, Jan 10, 2018 at 9:00 AM, Gra wrote: > Hi Markus > > here the details: > the command line: > > I tried: > > g.extension extension=v.centerpoint operation=add > proxy="http://10.168.209.72:8012"; > > - error message - > > - GRASS GIS version - 7.2.1 > - operating system > ub

Re: [GRASS-user] g.extension not working behind proxy

2018-01-10 Thread Gra
operating system Ubuntu 16.04 xenial ciao 2018-01-10 9:00 GMT+01:00 Gra : > Hi Markus > > here the details: > the command line: > > I tried: > > g.extension extension=v.centerpoint operation=add proxy="http:// > 10.168.209.72:8012" > > - error message - > > > > Traceback (most recent call last)

Re: [GRASS-user] g.extension not working behind proxy

2018-01-10 Thread Gra
Hi Markus here the details: the command line: I tried: g.extension extension=v.centerpoint operation=add proxy=" http://10.168.209.72:8012"; - error message - Traceback (most recent call last): File "/usr/lib/grass72/scripts/g.extension", line 1733, in sys.exit(main()) File "/usr/lib/g

Re: [GRASS-user] g.extension not working behind proxy

2018-01-09 Thread Markus Neteler
On Tue, Jan 9, 2018 at 2:28 PM, Gra wrote: > any other comment? > > I have the same problem We need to have a bit more details: - error message - GRASS GIS version - operating system - Python version Markus ___ grass-user mailing list grass-user@lists.

Re: [GRASS-user] g.extension not working behind proxy

2018-01-09 Thread Gra
any other comment? I have the same problem Grazia 2016-10-11 10:07 GMT+02:00 Margherita Di Leo : > Ciao Vero, > > On Mon, Oct 10, 2016 at 6:47 PM, Veronica Andreo > wrote: > >> Ciao Madi, Pietro >> >> Dunno if related or not at all, but I get the same error when trying to >> install db.join...

Re: [GRASS-user] g.extension not working behind proxy

2016-10-11 Thread Margherita Di Leo
Ciao Vero, On Mon, Oct 10, 2016 at 6:47 PM, Veronica Andreo wrote: > Ciao Madi, Pietro > > Dunno if related or not at all, but I get the same error when trying to > install db.join... No proxy involved, though. I just do: > > g.extension db.join > > However, I did install other add-on today with

Re: [GRASS-user] g.extension not working behind proxy

2016-10-10 Thread Veronica Andreo
Ciao Madi, Pietro Dunno if related or not at all, but I get the same error when trying to install db.join... No proxy involved, though. I just do: g.extension db.join However, I did install other add-on today without any problem (v.centerpoint). No idea Best, Vero El oct. 10, 2016 3:05 PM, "M

Re: [GRASS-user] g.extension not working behind proxy

2016-10-10 Thread Margherita Di Leo
On Mon, Oct 10, 2016 at 2:28 PM, Margherita Di Leo wrote: > Ciao Pietro, > > On Mon, Oct 10, 2016 at 12:19 PM, Pietro wrote: > >> >> >> Looking at manual and the code here it seems that you have t specify: >> >> {{{ >> proxy="http=,ftp=" >> }}} >> >> so you should use: >> >> {{{ >> g.extension e

Re: [GRASS-user] g.extension not working behind proxy

2016-10-10 Thread Margherita Di Leo
Ciao Pietro, On Mon, Oct 10, 2016 at 12:19 PM, Pietro wrote: > > > Looking at manual and the code here it seems that you have t specify: > > {{{ > proxy="http=,ftp=" > }}} > > so you should use: > > {{{ > g.extension ext=i.segment.hierarchical proxy="http=http://xx.xxx.xxx. > xx:" > }}} > >

Re: [GRASS-user] g.extension not working behind proxy

2016-10-10 Thread Pietro
Hi, I'm not behaind a proxy, so I can not test by myself. On Mon, Oct 10, 2016 at 11:39 AM, Margherita Di Leo wrote: > g.extension ext=i.segment.hierarchical proxy="http://xx.xxx.xxx.xx:"; > for ptype, purl in (p.split('=') for p in options['proxy'].split(',')): Looking at manual and th

[GRASS-user] g.extension not working behind proxy

2016-10-10 Thread Margherita Di Leo
Dear All, when i try to use g.extension behind a proxy, it gives me the following error: g.extension ext=i.segment.hierarchical proxy="http://xx.xxx.xxx.xx:"; Traceback (most recent call last): File "/usr/local/grass-7.3.svn/scripts/g.extension", line 1730, in sys.exit(main()) File "

Re: [GRASS-user] g.extension not working

2011-09-12 Thread Hamish
Edgar wrote: > After installing subversion the following message. > g.extension extension=r.fuzzy > Fetching from GRASS-Addons SVN (be patient)... > > Ar.fuzzy/local_proto.h > Ar.fuzzy/shape.png > Ar.fuzzy/main.c > Ar.fuzzy/boundary.png > Ar.fuzzy/description.html > Ar.fuz

Re: [GRASS-user] g.extension not working

2011-09-12 Thread Edgar Pimiento
Hamish wrote: >sudo apt-get install subversion Edgar After installing subversion the following message. g.extension extension=r.fuzzy Fetching from GRASS-Addons SVN (be patient)... A    r.fuzzy/local_proto.h A    r.fuzzy/shape.png A    r.fuzzy/main.c A    r.fuzzy/boundary.png A    r.fuzzy/descr

Re: [GRASS-user] g.extension not working

2011-09-11 Thread Hamish
Edgar wrote: > g.extension did not work, it required svn sudo apt-get install subversion Hamish ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] g.extension not working

2011-09-11 Thread Edgar Pimiento
Hamish: > >what version of ubuntu? 32 or 64 bit? > > I installed 6.4.1 and grass-dev for ubuntu 32 bit >did g.extension then work? >which version of ubuntu? 10.04/lucid? 11.04/natty? ubuntu 10.4 g.extension did not work, it required svn Edgar ___ g

Re: [GRASS-user] g.extension not working

2011-09-09 Thread Hamish
Hamish: > >what version of ubuntu? 32 or 64 bit? > > I installed 6.4.1 and grass-dev for ubuntu 32 bit did g.extension then work? which version of ubuntu? 10.04/lucid? 11.04/natty? Hamish ___ grass-user mailing list grass-user@lists.osgeo.org http:/

Re: [GRASS-user] g.extension not working

2011-09-09 Thread Edgar Pimiento
> Edgar wrote: > > I don't understand the instruction for compiling > > at http://grass.osgeo.org/wiki/Compile_and_Install#Addons Hamish: > can you be more specific about what bits are confusing? > sometimes that is hard to see without fresh eyes, and it > would be good if we could improve it for

Re: [GRASS-user] g.extension not working

2011-09-08 Thread Hamish
> Edgar wrote: > > I don't understand the instruction for compiling > > at http://grass.osgeo.org/wiki/Compile_and_Install#Addons Hamish: > can you be more specific about what bits are confusing? > sometimes that is hard to see without fresh eyes, and it > would be good if we could improve it for f

Re: [GRASS-user] g.extension not working

2011-09-07 Thread Markus Neteler
On Wed, Sep 7, 2011 at 1:00 PM, Edgar Pimiento wrote: > I would like to install GRASS addons for Windows, and since g.extension does > not work, Could you please try the graphical Addons installer in the wxGUI: Settings -> Install extensions from Addons -> Fetch -> Select modu

Re: [GRASS-user] g.extension not working

2011-09-07 Thread Edgar Pimiento
- Original Message - Subject: Re: [GRASS-user] g.extension not working Edgar wrote: > I don't understand the instruction for compiling > at http://grass.osgeo.org/wiki/Compile_and_Install#Addons can you be more specific about what bits are confusing? sometimes that is

Re: [GRASS-user] g.extension not working

2011-09-06 Thread Hamish
Edgar wrote: > I don't understand the instruction for compiling > at http://grass.osgeo.org/wiki/Compile_and_Install#Addons can you be more specific about what bits are confusing? sometimes that is hard to see without fresh eyes, and it would be good if we could improve it for future readers. Ha

Re: [GRASS-user] g.extension not working

2011-09-06 Thread Edgar Pimiento
Edgar Pimiento Chamorro e_pimiento at yahoo.com - Original Message - From: Markus Neteler To: Martin Landa Cc: Edgar Pimiento ; "grass-user@lists.osgeo.org" Sent: Tuesday, September 6, 2011 4:13 AM Subject: Re: [GRASS-user] g.extension not working On Mon, Sep 5, 2011 at 3:33 P

Re: [GRASS-user] g.extension not working

2011-09-06 Thread Markus Neteler
On Tue, Sep 6, 2011 at 12:47 AM, Hamish wrote: > Edgar wrote: >> > I like to install add-ons to Windows > > Martin: >> g.extension simply doesn't work on Windows. > > Even if gcc is fundamentally problematic (is it? or just usual lot > of bugs to crush?) downloading and making .bat wrappers for sc

Re: [GRASS-user] g.extension not working

2011-09-05 Thread Hamish
Hamish wrote: > Even if gcc is fundamentally problematic (is it? or just > usual lot of bugs to crush?) downloading and making .bat > wrappers for scripts should be workable enough. (while Edgar was trying r.fuzzy (C), we get the same exact series of error messages when trying with a shell script)

Re: [GRASS-user] g.extension not working

2011-09-05 Thread Hamish
Edgar wrote: > > I like to install add-ons to Windows Martin: > g.extension simply doesn't work on Windows. Even if gcc is fundamentally problematic (is it? or just usual lot of bugs to crush?) downloading and making .bat wrappers for scripts should be workable enough. Downloading a script shoul

Re: [GRASS-user] g.extension not working

2011-09-05 Thread Markus Neteler
On Mon, Sep 5, 2011 at 3:33 PM, Martin Landa wrote: > Hi, > > 2011/9/4 Edgar Pimiento : >> I like to install add-ons to Windows > > g.extension simply doesn't work on Windows. We should finally ship > pre-compiled binaries for GRASS add-ons. Yes - I have already added most makefiles, so a compila

Re: [GRASS-user] g.extension not working

2011-09-05 Thread Martin Landa
Hi, 2011/9/4 Edgar Pimiento : > I like to install add-ons to Windows g.extension simply doesn't work on Windows. We should finally ship pre-compiled binaries for GRASS add-ons. Martin -- Martin Landa * http://geo.fsv.cvut.cz/~landa ___ grass-user ma

[GRASS-user] g.extension not working

2011-09-03 Thread Edgar Pimiento
Hi I like to install add-ons to Windows GRASS 6.4 and get the below message. I also tried with Ubuntu, but the module does not exist. I appreciate any help with Windows or Ubuntu. g.extension extension=r.fuzzy Fetching from GRASS-Addons SVN (be patient)... Ar.fuzzy\local_proto.h Ar.fuzzy

Re: [GRASS-user] g.extension not working

2010-09-02 Thread Markus Neteler
On Thu, Sep 2, 2010 at 9:08 PM, Glynn Clements wrote: > Hamish wrote:... >> (does g.extension work at all with standalone WinGrass?) To my knowledge only the Python version in GRASS 7. >> addons should really be installed to $GRASS_ADDON_PATH, right? not $GISBASE >> (typically that will be read-

Re: [GRASS-user] g.extension not working

2010-09-02 Thread Markus Neteler
On Thu, Sep 2, 2010 at 8:44 AM, Hamish wrote: ... > ps- I suspect 'svn commit' uploaded a bit more than you planned in this one: >  https://trac.osgeo.org/grass/changeset/43379 Yes, but reverted that immediately https://trac.osgeo.org/grass/changeset/43385 Please double check... Markus

Re: [GRASS-user] g.extension not working

2010-09-02 Thread Glynn Clements
Hamish wrote: > > > Otherwise, if you installed grass as root (make install as root), you > > > most probably also have to install addons as root. > Markus Neteler wrote: > > Perhaps we need to add some sudo magic...? > > will that work with MSys? (does g.extension work at all with standalone >

Re: [GRASS-user] g.extension not working

2010-09-01 Thread Hamish
> > Otherwise, if you installed grass as root (make install as root), you > > most probably also have to install addons as root. Markus Neteler wrote: > Perhaps we need to add some sudo magic...? will that work with MSys? (does g.extension work at all with standalone WinGrass?) addons should real

Re: [GRASS-user] g.extension not working

2010-09-01 Thread Markus Metz
Markus Neteler: > Markus Metz: >> Daniel Victoria wrote: >>> I just issued "make install" and installed grass65 at >>> /usr/local/grass-6.5.svn. Now, g.extension tries to install >>> r.stream.order but complains about permissions. Taking ownership of >>> the install dir fixes the problem. So, what

Re: [GRASS-user] g.extension not working

2010-09-01 Thread Markus Neteler
On Wed, Sep 1, 2010 at 8:52 PM, Markus Metz wrote: > Daniel Victoria wrote: >> I just issued "make install" and installed grass65 at >> /usr/local/grass-6.5.svn. Now, g.extension tries to install >> r.stream.order but complains about permissions. Taking ownership of >> the install dir fixes the pr

Re: [GRASS-user] g.extension not working

2010-09-01 Thread Markus Metz
Daniel Victoria wrote: > I just issued "make install" and installed grass65 at > /usr/local/grass-6.5.svn. Now, g.extension tries to install > r.stream.order but complains about permissions. Taking ownership of > the install dir fixes the problem. So, what would be the "correct" way > to use g.exte

Re: [GRASS-user] g.extension not working

2010-09-01 Thread Daniel Victoria
I just issued "make install" and installed grass65 at /usr/local/grass-6.5.svn. Now, g.extension tries to install r.stream.order but complains about permissions. Taking ownership of the install dir fixes the problem. So, what would be the "correct" way to use g.extension, run grass as root or take

Re: [GRASS-user] g.extension not working

2010-08-31 Thread Daniel Victoria
I do have /usr/bin/install installed. I run Ubuntu and coreutils is the latest version. One small quirk though. I compiled Grass 6.5svn running make but I did not install it (make install). I'm running it straigh from the build directory (start script at ./bin.i686-pc-linux-gnu and binaries at ./d

Re: [GRASS-user] g.extension not working

2010-08-31 Thread Hamish
Daniel wrote: > Ok, g.extension works and downloads svn addons great! thanks for the confirmation. > but r.stream.extract compilation fails. ... > Bellow is the r.stream.order compilation log error. ... > make[1]: Leaving directory ok, so actually it built ok, but fails during installation: > I

Re: [GRASS-user] g.extension not working

2010-08-31 Thread Daniel Victoria
Ok, g.extension works and downloads svn addons but r.stream.extract compilation fails. I removed all -W flags from grass configure script and I'm running version 6.5svn checked out today. Bellow is the r.stream.order compilation log error. Thanks Daniel --

Re: [GRASS-user] g.extension not working

2010-08-26 Thread Markus Neteler
On Wed, Aug 18, 2010 at 3:14 PM, Markus Neteler wrote: > On Wed, Aug 18, 2010 at 2:28 PM, Daniel Victoria > wrote: >> Hi all, >> >> Just got 6.5svn compiled in Ubuntu 9.04 and I'm now trying to install >> r.stream.order using g.extension. When I give the command >> >> g.extension extension=r.stre

Re: [GRASS-user] g.extension not working

2010-08-23 Thread Hamish
Daniel wrote: > Compiling a fresh svn checkout got rid of the [: 196 problem in > g.extension I guess that is thanks to the removal of a bash-ism in the shell script (a == b instead of a = b). some distros (Ubuntu) now use /bin/dash for /bin/sh instead of /bin/bash, so these things only show up on

Re: [GRASS-user] g.extension not working

2010-08-23 Thread Daniel Victoria
Compiling a fresh svn checkout got rid of the [: 196 problem in g.extension but I still can't compile r.stream.order. Also, I don't know which -W parameters I should remove from the configure script. I'm using a configure script written by Markus Neteler :) in 2007 - Anne Ghisla kindly sent me a c

Re: [GRASS-user] g.extension not working

2010-08-18 Thread Markus Neteler
On Wed, Aug 18, 2010 at 2:28 PM, Daniel Victoria wrote: > Hi all, > > Just got 6.5svn compiled in Ubuntu 9.04 and I'm now trying to install > r.stream.order using g.extension. When I give the command > > g.extension extension=r.stream.order prefix=${GISBASE} (it should work without the prefix par

[GRASS-user] g.extension not working

2010-08-18 Thread Daniel Victoria
Hi all, Just got 6.5svn compiled in Ubuntu 9.04 and I'm now trying to install r.stream.order using g.extension. When I give the command g.extension extension=r.stream.order prefix=${GISBASE} I get: [: 196: /home/daniel/grass/grass6_devel/dist.i686-pc-linux-gnu: unexpected operator [: 219: add: u