Re: [GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-26 Thread Helmut Kudrnovsky
Paul Schrum wrote > My GSoC mentor (Vashek) just now helped me work through this. > > I turns out that in my newbie confusion I was calling ./configure from > ./configure, so it wasn't an endless loop, it was an endless recursion. good to hear that's working now. - best regards Helmut --

Re: [GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-26 Thread Paul Schrum
Helmut, My GSoC mentor (Vashek) just now helped me work through this. I turns out that in my newbie confusion I was calling ./configure from ./configure, so it wasn't an endless loop, it was an endless recursion. Thank you very much for your help. - Paul On Thu, May 25, 2017 at 3:58 AM,

Re: [GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-25 Thread Helmut Kudrnovsky
Paul Schrum wrote > Going by > https://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu#GRASS_GIS and > focusing on GRASS GIS 7 trunk: > > 1. Last week I did > > svn co https://svn.osgeo.org/grass/grass/trunk grass7_trunk > > On a directory under my ownership. > > 2. Today in that same

Re: [GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-24 Thread Paul Schrum
user@osgeolive:~/ALL/SourceModules/cpp/grass7_trunk$ CFLAGS="-O2 -Wall" LDFLAGS="-s" ./configure --enable-largefile=yes --with-nls --with-cxx --with-readline --with-pthread --with-proj-share=/usr/local/share/proj/ --with-geos=/usr/local/bin/geos-config --with-wxwidgets --with-cairo

Re: [GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-24 Thread Anna Petrášová
On Wed, May 24, 2017 at 1:28 PM, Paul Schrum wrote: > Going by > https://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu#GRASS_GIS and > focusing on GRASS GIS 7 trunk: > > 1. Last week I did > > svn co https://svn.osgeo.org/grass/grass/trunk grass7_trunk > > On a

Re: [GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-24 Thread Paul Schrum
Going by https://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu#GRASS_GIS and focusing on GRASS GIS 7 trunk: 1. Last week I did svn co https://svn.osgeo.org/grass/grass/trunk grass7_trunk On a directory under my ownership. 2. Today in that same directory I ran svn up 3. I ran the large

Re: [GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-23 Thread Helmut Kudrnovsky
Paul Schrum wrote > I started off trying to build it in a directory under my home directory > using the instructions here > https://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu#Dependencies;, > but I could not get it to build. The only part of those instructions that > I was not following

Re: [GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-23 Thread Paul Schrum
I started off trying to build it in a directory under my home directory using the instructions here , but I could not get it to build. The only part of those instructions that I was not following were the path. So I

Re: [GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-23 Thread Helmut Kudrnovsky
Paul Schrum wrote > Is there a way I can give myself privileges in my own usr/local to write > to > it and its subdirectories? > > In following the directions to build grass7_trunk, I put the source under > /usr/local/src/grass7_trunk, and now everything I do which modifies > anything must be

Re: [GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-23 Thread Moritz Lennert
On 23/05/17 17:21, Martin Landa wrote: Hi, 2017-05-23 17:12 GMT+02:00 Paul Schrum : In following the directions to build grass7_trunk, I put the source under /usr/local/src/grass7_trunk, and now everything I do which modifies anything must be preceeded with sudo. I

Re: [GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-23 Thread Martin Landa
Hi, 2017-05-23 17:12 GMT+02:00 Paul Schrum : > In following the directions to build grass7_trunk, I put the source under > /usr/local/src/grass7_trunk, and now everything I do which modifies anything > must be preceeded with sudo. I would like to eliminate this requirement

[GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-23 Thread Paul Schrum
Is there a way I can give myself privileges in my own usr/local to write to it and its subdirectories? In following the directions to build grass7_trunk, I put the source under /usr/local/src/grass7_trunk, and now everything I do which modifies anything must be preceeded with sudo. I would like