Re: [GRASS-user] error in g.extension, add-ons not written in GUI

2019-07-18 Thread Anna Petrášová
Could you create a ticket for this with info on Python version, locale etc.? This happens with any addon? (at least couple randomly tried ones) On Thu, Jul 18, 2019 at 9:49 AM Veronica Andreo wrote: > Hi all, > > I just compiled grass77 in a Linux Mint 19.1 Cinamon laptop following the >

Re: [GRASS-user] Build error: git repo master [FIXED]

2019-07-18 Thread Rich Shepard
On Thu, 18 Jul 2019, Rich Shepard wrote: proj-5.2.0 and geos-3.7.2 installed; gdal-2.2.4 still building; will re-install and run ldconfig again. That was the problem: I thought that proj, geos, and gdal were all up to date and re-built in that order. Apparently not. Now that they're rebuilt

Re: [GRASS-user] Build error: git repo master

2019-07-18 Thread Rich Shepard
On Thu, 18 Jul 2019, Markus Metz wrote: No. Only libgeos-3.7.2.so on all hosts. $ locate libgeos /usr/lib/libgeos_c.so.1.11.2 /usr/lib/libgeos.so /usr/lib/libgeos_c.la /usr/lib/libgeos-3.7.2.so /usr/lib/libgeos_c.so.1 /usr/lib/libgeos.la /usr/lib/libgeos_c.so how does this match with

Re: [GRASS-user] Build error: git repo master

2019-07-18 Thread Markus Metz
On Thu, Jul 18, 2019 at 6:39 PM Rich Shepard wrote: > > On Thu, 18 Jul 2019, Markus Metz wrote: > > > You wrote > > "On my systems there's libgeos-3.7.2.so." > > Is there also libgeos-3.7.1.so? > > Markus M, > > No. Only libgeos-3.7.2.so on all hosts. > > $ locate libgeos >

Re: [GRASS-user] Build error: git repo master

2019-07-18 Thread Rich Shepard
On Thu, 18 Jul 2019, Markus Metz wrote: You wrote "On my systems there's libgeos-3.7.2.so." Is there also libgeos-3.7.1.so? Markus M, No. Only libgeos-3.7.2.so on all hosts. $ locate libgeos /usr/lib/libgeos_c.so.1.11.2 /usr/lib/libgeos.so /usr/lib/libgeos_c.la /usr/lib/libgeos-3.7.2.so

Re: [GRASS-user] Build error: git repo master

2019-07-18 Thread Markus Metz
On Thu, Jul 18, 2019 at 6:24 PM Rich Shepard wrote: > > On Thu, 18 Jul 2019, Markus Metz wrote: > > > that does not make sense to me. Other software/libraries also link against > > geos, e.g. gdal, maybe one of those needs to be updated because of updated > > geos. Is "gdalinfo --formats"

Re: [GRASS-user] Build error: git repo master

2019-07-18 Thread Rich Shepard
On Thu, 18 Jul 2019, Markus Metz wrote: that does not make sense to me. Other software/libraries also link against geos, e.g. gdal, maybe one of those needs to be updated because of updated geos. Is "gdalinfo --formats" working? Nope. gdalinfo looks for libgeos-3.7.1. I thought I rebuilt

Re: [GRASS-user] Build error: git repo master

2019-07-18 Thread Markus Metz
On Thu, Jul 18, 2019 at 5:58 PM Rich Shepard wrote: > > On Thu, 18 Jul 2019, Markus Metz wrote: > > >> Aha! On my systems there's libgeos-3.7.2.so. > > > yes, that's the error. Either "make distclean" or if that does not help > > figure out if there are two different GEOS installations, then

Re: [GRASS-user] Build error: git repo master

2019-07-18 Thread Rich Shepard
On Thu, 18 Jul 2019, Markus Metz wrote: Aha! On my systems there's libgeos-3.7.2.so. yes, that's the error. Either "make distclean" or if that does not help figure out if there are two different GEOS installations, then remove one of them. Also check where libgeos.so is and where it points

Re: [GRASS-user] Build error: git repo master

2019-07-18 Thread Markus Metz
On Thu, Jul 18, 2019 at 5:48 PM Rich Shepard wrote: > > On Thu, 18 Jul 2019, Rich Shepard wrote: > > > / error while loading shared libraries: libgeos-3.7.0.so: cannot open shared > > Aha! On my systems there's libgeos-3.7.2.so. yes, that's the error. Either "make distclean" or if that does not

Re: [GRASS-user] Build error: git repo master

2019-07-18 Thread Rich Shepard
On Thu, 18 Jul 2019, Rich Shepard wrote: / error while loading shared libraries: libgeos-3.7.0.so: cannot open shared Aha! On my systems there's libgeos-3.7.2.so. Should I make a symlink to -3.7.0 or fix it elsewhere? Rich ___ grass-user mailing

Re: [GRASS-user] Build error: git repo master

2019-07-18 Thread Rich Shepard
On Thu, 18 Jul 2019, Markus Metz wrote: can you go into any of the subdirs listed, run make and paste the full output? I had the same error some hours ago, it was a library in a non-standard place that caused the problem. Markus M, I started the top of the list of failed builds:

Re: [GRASS-user] Build error: git repo master

2019-07-18 Thread Markus Metz
Hi Rich, On Thu, Jul 18, 2019 at 4:49 PM Rich Shepard wrote: > > On Thu, 18 Jul 2019, Markus Neteler wrote: > > > Please check in the lines above (there must have been output in the > > terminal in which you compile) for error messages. > > Markus, > > My apologies for not doing this before. > >

Re: [GRASS-user] Build error: git repo master

2019-07-18 Thread Rich Shepard
On Thu, 18 Jul 2019, Markus Neteler wrote: Please check in the lines above (there must have been output in the terminal in which you compile) for error messages. Markus, My apologies for not doing this before. It is defined in include/Make/... (I'm traveling and have no computer available

Re: [GRASS-user] Build error: git repo master

2019-07-18 Thread Markus Neteler
Rich, Rich Shepard schrieb am Fr., 12. Juli 2019, 16:43: > This is a new one for me: > > Finished compilation: Fri Jul 12 07:16:54 PDT 2019 > Makefile:57: recipe for target 'default' failed > make: *** [default] Error 1 > Please check in the lines above (there must have been output in the

[GRASS-user] error in g.extension, add-ons not written in GUI

2019-07-18 Thread Veronica Andreo
Hi all, I just compiled grass77 in a Linux Mint 19.1 Cinamon laptop following the instructions here: https://grasswiki.osgeo.org/wiki/Compile_and_Install#Linux_Mint All is fine, but when we install any add-on, we get:. g.extension r.seasons Fetching from GRASS GIS Addons repository (be

Re: [GRASS-user] Build error: git repo master

2019-07-18 Thread Rich Shepard
On Mon, 15 Jul 2019, Markus Neteler wrote: Hard to say... Which Makefile is it? Markus, The Makefile that was in the cloned repository. Never before had any issue like this, and not on three separate hosts all failing at the same point). I'm on a hard deadline for flowline analyses and

Re: [GRASS-user] v.overlay snapping

2019-07-18 Thread Markus Metz
On Thu, Jul 18, 2019 at 6:07 AM Stephane Goldstein wrote: > > I am getting a weird result when using v.overlay since I upgraded from version 7.4 to 7.6. this was a bug in finding line intersections, fixed in d729e94: https://github.com/OSGeo/grass/commit/d729e9406ac1bff0d68b0e10b3de44b62bc2d064