Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-12 Thread Pedro Venâncio
Hi Martin,

Hum, it can be related, because starting GRASS with

grass --text

and then

v.buffer

I get a windows message saying that the gdal300.dll is missing. However, I
have a gdal300.dll file in OSGeoW folder: C:\OSGeo4W64\bin.

GRASS config gives:

C:\>grass78 --config
x86_64-w64-mingw32
./configure  --host=x86_64-w64-mingw32 '--with-libs=C:\\OS3944~1/lib'
--with-includes=/c/OSGeo4W64/include --libexecdir=/c/OSGeo4W64/bin
--prefix=/c/OSGeo4W64/apps/grass --bindir=/c/OSGeo4W64/bin
--includedir=/c/OSGeo4W64/include --without-x --with-cxx --enable-shared
--enable-largefile --with-fftw --with-freetype
--with-freetype-includes=/mingw64/include/freetype2
--with-proj-share=/c/OSGeo4W64/share/proj
--with-proj-includes=/c/OSGeo4W64/include
--with-proj-libs=/usr/src/grass781/mswindows/osgeo4w/lib --with-postgres
--with-postgres-includes=/c/OSGeo4W64/include
--with-postgres-libs=/usr/src/grass781/mswindows/osgeo4w/lib
--with-gdal=/usr/src/grass781/mswindows/osgeo4w/gdal-config
--with-geos=/usr/src/grass781/mswindows/osgeo4w/geos-config --with-sqlite
--with-sqlite-includes=/c/OSGeo4W64/include
--with-sqlite-libs=/usr/src/grass781/mswindows/osgeo4w/lib --with-regex
--with-nls --with-zstd --with-odbc --with-cairo --with-opengl=windows
--with-bzlib --with-liblas=/usr/src/grass781/mswindows/osgeo4w/liblas-config
gcc
C:\OSGEO4~1\apps\grass\grass78
Traceback (most recent call last):
  File "C:\OSGEO4~1\apps\grass\grass78\etc\grass78.py", line 2025, in main
index = sys.argv.index(batch_exec_param)
ValueError: '--exec' is not in list

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\OSGEO4~1\apps\grass\grass78\etc\grass78.py", line 2216, in

main()
  File "C:\OSGEO4~1\apps\grass\grass78\etc\grass78.py", line 2030, in main
params = parse_cmdline(sys.argv[1:], default_gui=default_gui)
  File "C:\OSGEO4~1\apps\grass\grass78\etc\grass78.py", line 1951, in
parse_cmdline
print_params()
  File "C:\OSGEO4~1\apps\grass\grass78\etc\grass78.py", line 1862, in
print_params
"%s\n" % val[0].split(':')[1].rstrip('$"\n').strip())
IndexError: list index out of range
Press any key to continue . . .



Martin Landa  escreveu no dia terça, 12/11/2019
à(s) 14:26:

> Hi,
>
> út 12. 11. 2019 v 15:14 odesílatel Pedro Venâncio
>  napsal:
> > GDAL version: 3.1.0dev
> > GEOS version: 3.8.0-CAPI-1.13.1
> > PROJ version: Rel. 7.0.0, March 1st, 2020
>
> it's probably unrelated, but GRASS 7.8.1 is compiled with GDAL 3.0 and
> PROJ 6.0.
>
> Ma
>
> --
> Martin Landa
> http://geo.fsv.cvut.cz/gwiki/Landa
> http://gismentors.cz/mentors/landa
>
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-12 Thread Martin Landa
Hi,

út 12. 11. 2019 v 15:14 odesílatel Pedro Venâncio
 napsal:
> GDAL version: 3.1.0dev
> GEOS version: 3.8.0-CAPI-1.13.1
> PROJ version: Rel. 7.0.0, March 1st, 2020

it's probably unrelated, but GRASS 7.8.1 is compiled with GDAL 3.0 and PROJ 6.0.

Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-12 Thread Pedro Venâncio
Hi all,

Thank you very much for this release!

I'm trying to use it, installed from OSGeo4W 64bits, but I get this error:

Starting GRASS GIS...
ATENÇÃO: Concurrent mapset locking is not supported on Windows
Cleaning up temporary files...

  __  ___   _____
 / / __ \/   | / ___/ ___/   / /  _/ ___/
/ / __/ /_/ / /| | \__ \\_  \   / / __ / / \__ \
   / /_/ / _, _/ ___ |___/ /__/ /  / /_/ // / ___/ /
   \/_/ |_/_/  |_///   \/___///

Welcome to GRASS GIS 7.8.1
GRASS GIS homepage:  https://grass.osgeo.org
This version running through:Command Prompt
(C:\WINDOWS\system32\cmd.exe)
Help is available with the command:  g.manual -i
See the licence terms with:  g.version -c
See citation options with:   g.version -x
If required, restart the GUI with:   g.gui wxpython
When ready to quit enter:exit

Launching  GUI in the background, please wait...
Microsoft Windows [Version 10.0.17763.805]
(c) 2018 Microsoft Corporation. Todos os direitos reservados.

C:\>Traceback (most recent call last):
  File "C:\OSGEO4~1\apps\grass\grass78\gui\wxpython\wxgui.py", line 107, in
OnInit
workspace=self.workspaceFile)
  File "C:\OSGEO4~1\apps\grass\grass78\gui\wxpython\lmgr\frame.py", line
143, in __init__
self.notebook = self._createNoteBook()
  File "C:\OSGEO4~1\apps\grass\grass78\gui\wxpython\lmgr\frame.py", line
338, in _createNoteBook
gcstyle=GC_PROMPT)
  File "C:\OSGEO4~1\apps\grass\grass78\gui\wxpython\gui_core\goutput.py",
line 118, in __init__
self.cmdPrompt = GPromptSTC(parent=self, menuModel=self._menuModel)
  File "C:\OSGEO4~1\apps\grass\grass78\gui\wxpython\gui_core\prompt.py",
line 138, in __init__
GPrompt.__init__(self, parent=parent, menuModel=menuModel)
  File "C:\OSGEO4~1\apps\grass\grass78\gui\wxpython\gui_core\prompt.py",
line 56, in __init__
self.mapList = self._getListOfMaps()
  File "C:\OSGEO4~1\apps\grass\grass78\gui\wxpython\gui_core\prompt.py",
line 100, in _getListOfMaps
result['raster'] = grass.list_strings('raster')
  File "C:\OSGEO4~1\apps\grass\grass78\etc\python\grass\script\core.py",
line 1288, in list_strings
mapset=mapset).splitlines():
  File "C:\OSGEO4~1\apps\grass\grass78\etc\python\grass\script\core.py",
line 503, in read_command
return handle_errors(returncode, stdout, args, kwargs)
  File "C:\OSGEO4~1\apps\grass\grass78\etc\python\grass\script\core.py",
line 343, in handle_errors
returncode=returncode)
grass.exceptions.CalledModuleError: Module run None g.list --q -m
type=raster ended with error
Process ended with non-zero return code 3221225785. See errors in the
(error) output.
OnInit returned false, exiting...
Error in atexit._run_exitfuncs:
wx._core.wxAssertionError: C++ assertion "GetEventHandler() == this" failed
at ..\..\src\common\wincmn.cpp(478) in wxWindowBase::~wxWindowBase(): any
pushed event handlers must have been removed

Also trying to use GRASS from QGIS (3.10 and master) Processing, I always
get an error, and no output.

QGIS version: 3.10.0-A Coruña
QGIS code revision: c48ee4df4b
Qt version: 5.11.2
GDAL version: 3.1.0dev
GEOS version: 3.8.0-CAPI-1.13.1
PROJ version: Rel. 7.0.0, March 1st, 2020
Processing algorithm…
Algorithm 'v.net.salesman' starting…
Input parameters:
{ '-g' : False, 'GRASS_MIN_AREA_PARAMETER' : 0.0001,
'GRASS_OUTPUT_TYPE_PARAMETER' : 0, 'GRASS_REGION_PARAMETER' : None,
'GRASS_SNAP_TOLERANCE_PARAMETER' : -1, 'GRASS_VECTOR_DSCO' : '',
'GRASS_VECTOR_EXPORT_NOCAT' : False, 'GRASS_VECTOR_LCO' : '',
'arc_backward_column' : 'tmpo_unico', 'arc_column' : 'tmpo_duplo',
'arc_type' : [0,1], 'center_cats' : '1-10', 'input' :
'D:/SIG/dados_exercicio_analise_redes/dados_exercicio/rede_viaria_distrito_porto_break.shp',
'output' : 'TEMPORARY_OUTPUT', 'points' :
'D:/SIG/dados_exercicio_analise_redes/dados_exercicio/campanha_museus_distrito_porto.shp',
'sequence' : 'TEMPORARY_OUTPUT', 'threshold' : 250 }

g.proj -c proj4="+proj=tmerc +lat_0=39.668258333
+lon_0=-8.133108 +k=1 +x_0=0 +y_0=0 +ellps=GRS80
+towgs84=0,0,0,0,0,0,0 +units=m +no_defs"
v.in.ogr min_area=0.0001 snap=-1.0
input="D:\SIG\dados_exercicio_analise_redes\dados_exercicio\rede_viaria_distrito_porto_break.shp"
output="vector_5dcab9fef40e92" --overwrite -o
v.in.ogr min_area=0.0001 snap=-1.0
input="D:\SIG\dados_exercicio_analise_redes\dados_exercicio\campanha_museus_distrito_porto.shp"
output="vector_5dcab9fef40e93" --overwrite -o
g.region n=200265.16624542486 s=149098.80678702804 e=21170.13407058691
w=-54560.42845699884
v.net -s input=vector_5dcab9fef40e92 points=vector_5dcab9fef40e93
output=net5dcab9ff00a5a4 operation=connect threshold=250.0
v.db.connect -o map=net5dcab9ff00a5a4 table=vector_5dcab9fef40e93 layer=2
v.net.salesman input=net5dcab9ff00a5a4 arc_type="line,boundary"
center_cats="1-10" arc_column=tmpo_duplo arc_backward_column=tmpo_unico

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-11 Thread Martin Landa
Hi Juergen,

po 11. 11. 2019 v 11:39 odesílatel Jürgen E. Fischer  napsal:
> Done - including GRASS.

thanks, Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-11 Thread Jürgen E . Fischer
Hi Martin,

On Mon, 11. Nov 2019 at 00:49:49 +0100, Martin Landa wrote:
> st 6. 11. 2019 v 10:03 odesílatel Martin Landa  
> napsal:
> 
> GRASS 7.8.1 has been uploaded to OSGeo4W (testing area). Feel free to
> switch to GDAL3 and PROJ6. Just let me know when I can set 7.8.1
> builds as current.

Done - including GRASS.


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Juergen Fischer, Nils Kutscher HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-10 Thread Martin Landa
Hi Jurgen,

st 6. 11. 2019 v 10:03 odesílatel Martin Landa  napsal:

GRASS 7.8.1 has been uploaded to OSGeo4W (testing area). Feel free to
switch to GDAL3 and PROJ6. Just let me know when I can set 7.8.1
builds as current.

Thanks, Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-06 Thread Markus Metz
On Wed, Nov 6, 2019 at 8:30 PM Martin Landa  wrote:
>
> Hi Markus,
>
> st 6. 11. 2019 v 20:27 odesílatel Markus Metz
>  napsal:
>
> > Fixed in master 43fae79
>
> thanks for hard work! Are you planning backport to grass78?

no, because this is a cosmetic change.

Markus M
>
> Martin
>
> --
> Martin Landa
> http://geo.fsv.cvut.cz/gwiki/Landa
> http://gismentors.cz/mentors/landa
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-06 Thread Martin Landa
Hi Markus,

st 6. 11. 2019 v 20:27 odesílatel Markus Metz
 napsal:

> Fixed in master 43fae79

thanks for hard work! Are you planning backport to grass78?

Martin

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-06 Thread Markus Metz
On Wed, Nov 6, 2019 at 4:54 PM Markus Metz 
wrote:
>
>
>
> On Wed, Nov 6, 2019 at 9:43 AM Helmut Kudrnovsky  wrote:
> >
> > >next daily builds (32/64bit) should be built against GDAL3/PROJ6.
> >
> > daily build 78:
> >
> >
https://wingrass.fsv.cvut.cz/grass78/x86_64/logs/log-r9c8923eb9-9/package.log
> >
> > ##
> >
> > [...]
> > checking for location of External PROJ includes... /c/OSGeo4W64/include
> > checking for proj.h... yes
> > checking External PROJ major version... 6
> > checking External PROJ minor version... 2
> > checking External PROJ patch version... 1
> > found PROJ version 6.2.1
> > using new PROJ version 5+ API
> > checking for location of External PROJ library...
/usr/src/grass78/mswindows/osgeo4w/lib
> > checking for proj_pj_info in -lproj... yes
> > checking for location of External PROJ data files...
/c/OSGeo4W64/share/proj
> > checking for /c/OSGeo4W64/share/proj/epsg... no
> > configure: warning: *** Unable to locate PROJ data files.
> > [...]
> > GDAL support:   yes
> >
> > ##
> >
> > daily build 79:
> >
> >
https://wingrass.fsv.cvut.cz/grass79/x86_64/logs/log-r39af5f541-9/package.log
> >
> > ##
> >
> > [...]
> > checking for location of External PROJ data files...
/c/OSGeo4W64/share/proj
> > checking for /c/OSGeo4W64/share/proj/epsg... no
> > configure: warning: *** Unable to locate PROJ data files.
>
> Harmless, but not nice. From PROJ 6 onwards, there is no epsg file any
more in share/proj/, I will fix the test in master.

Fixed in master 43fae79

Markus M

>
> > [...]
> > GDAL support:   yes
> >
> > ##
> >
> > daily builds with proj6/gdal3 in OSGeo4W looks good so far.
> >
> > regards
> > Helmut
> >
> >
> >
> > ___
> > grass-user mailing list
> > grass-user@lists.osgeo.org
> > https://lists.osgeo.org/mailman/listinfo/grass-user
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-06 Thread Markus Metz
On Wed, Nov 6, 2019 at 9:43 AM Helmut Kudrnovsky  wrote:
>
> >next daily builds (32/64bit) should be built against GDAL3/PROJ6.
>
> daily build 78:
>
>
https://wingrass.fsv.cvut.cz/grass78/x86_64/logs/log-r9c8923eb9-9/package.log
>
> ##
>
> [...]
> checking for location of External PROJ includes... /c/OSGeo4W64/include
> checking for proj.h... yes
> checking External PROJ major version... 6
> checking External PROJ minor version... 2
> checking External PROJ patch version... 1
> found PROJ version 6.2.1
> using new PROJ version 5+ API
> checking for location of External PROJ library...
/usr/src/grass78/mswindows/osgeo4w/lib
> checking for proj_pj_info in -lproj... yes
> checking for location of External PROJ data files...
/c/OSGeo4W64/share/proj
> checking for /c/OSGeo4W64/share/proj/epsg... no
> configure: warning: *** Unable to locate PROJ data files.
> [...]
> GDAL support:   yes
>
> ##
>
> daily build 79:
>
>
https://wingrass.fsv.cvut.cz/grass79/x86_64/logs/log-r39af5f541-9/package.log
>
> ##
>
> [...]
> checking for location of External PROJ data files...
/c/OSGeo4W64/share/proj
> checking for /c/OSGeo4W64/share/proj/epsg... no
> configure: warning: *** Unable to locate PROJ data files.

Harmless, but not nice. From PROJ 6 onwards, there is no epsg file any more
in share/proj/, I will fix the test in master.

Markus M

> [...]
> GDAL support:   yes
>
> ##
>
> daily builds with proj6/gdal3 in OSGeo4W looks good so far.
>
> regards
> Helmut
>
>
>
> ___
> grass-user mailing list
> grass-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-user
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-06 Thread Helmut Kudrnovsky
>next daily builds (32/64bit) should be built against GDAL3/PROJ6.

daily build 78:
 
https://wingrass.fsv.cvut.cz/grass78/x86_64/logs/log-r9c8923eb9-9/package.log

##

[...]
checking for location of External PROJ includes... /c/OSGeo4W64/include
checking for proj.h... yes
checking External PROJ major version... 6
checking External PROJ minor version... 2
checking External PROJ patch version... 1
found PROJ version 6.2.1
using new PROJ version 5+ API
checking for location of External PROJ library... 
/usr/src/grass78/mswindows/osgeo4w/lib
checking for proj_pj_info in -lproj... yes
checking for location of External PROJ data files... /c/OSGeo4W64/share/proj
checking for /c/OSGeo4W64/share/proj/epsg... no
configure: warning: *** Unable to locate PROJ data files.
[...]
GDAL support:   yes

##

daily build 79:

https://wingrass.fsv.cvut.cz/grass79/x86_64/logs/log-r39af5f541-9/package.log

##

[...]
checking for location of External PROJ includes... /c/OSGeo4W64/include
checking for proj.h... yes
checking External PROJ major version... 6
checking External PROJ minor version... 2
checking External PROJ patch version... 1
found PROJ version 6.2.1
using new PROJ version 5+ API
checking for location of External PROJ library... 
/usr/src/grass79/mswindows/osgeo4w/lib
checking for proj_pj_info in -lproj... yes
checking for location of External PROJ data files... /c/OSGeo4W64/share/proj
checking for /c/OSGeo4W64/share/proj/epsg... no
configure: warning: *** Unable to locate PROJ data files.
[...]
GDAL support:   yes

##

daily builds with proj6/gdal3 in OSGeo4W looks good so far.

regards
Helmut
 


___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-05 Thread Helmut Kudrnovsky
Jürgen:

>> not sure how ready Martin's build environment is to switch also to build
>> addons ?!
>
>No clue about that.

Martin [1]:

>> not sure how ready Martin's build environment is to switch also to build
>> addons ?!
>
>next daily builds (32/64bit) should be built against GDAL3/PROJ6.
>
>We are close 7.8.RC2, BTW.

so lets wait how it works, then lets do the final switch.

[1] https://lists.osgeo.org/pipermail/grass-user/2019-November/080980.html




-
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-05 Thread Helmut Kudrnovsky
>> I could do a test compilation with OSGeo4W testing/experimental mode and issue a
>>
>> grass-7.8.1RC1-2.tar.bz2
>>
>> with test in setup.hint.
>
>Thanks.
 

now locally switched to gdal3/proj6 for compiling winGRASS, see

 

###

 


C:\>gdalinfo --version
GDAL 3.0.2, released 2019/10/28

C:\>cs2cs --version
Rel. 6.2.1, November 1st, 2019

 

###

GRASS is now configured for:  x86_64-w64-mingw32

  Source directory:   /usr/src/rc_nexgen/grass-7.8.1RC1
  Build directory:    /usr/src/rc_nexgen/grass-7.8.1RC1
  Installation directory: ${prefix}/grass78
  Startup script in directory:/c/OSGeo4W64/bin
  C compiler: gcc -g -O2
  C++ compiler:   c++ -g -O2
  Building shared libraries:  yes
  OpenGL platform:    Windows

  MacOSX application: no
  MacOSX architectures:   
  MacOSX SDK:     

  BLAS support:   no
  BZIP2 support:  yes
  C++ support:    yes
  Cairo support:  yes
  DWG support:    no
  FFTW support:   yes
  FreeType support:   yes
  GDAL support:   yes
  GEOS support:   yes
  LAPACK support: no
  Large File support (LFS):   yes
  libLAS support: yes
  MySQL support:  no
  NetCDF support: no
  NLS support:    yes
  ODBC support:   yes
  OGR support:    yes
  OpenCL support: no
  OpenGL support: yes
  OpenMP support: no
  PDAL support:   no
  PNG support:    yes
  POSIX thread support:   no
  PostgreSQL support: yes
  Readline support:   no
  Regex support:  yes
  SQLite support: yes
  TIFF support:   yes
  X11 support:    no
  Zstandard support:  yes

  using new PROJ 5+ API

 

###

GRASS GIS 7.8.1RC1 exported compilation log
--
Started compilation: Tue Nov  5 22:20:43 CET 2019
--
Errors in:
No errors detected.
--
Finished compilation: Tue Nov  5 23:04:48 CET 2019

 

###

System Info     
GRASS Version: 7.8.1RC1     
Code revision: exported     
Build date: 2019-11-05  
Build platform: x86_64-w64-mingw32  
GDAL: 3.0.2 <=    
PROJ: 6.2.1 <= 
GEOS: 3.8.0     
SQLite: 3.29.0  
Python: 3.7.0   
wxPython: 4.0.3     
Platform: Windows-10-10.0.18362-SP0 (OSGeo4W)

###

 

will promote it now as testing to OSGeo4W 64 bit

 

regards

Helmut


___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-05 Thread Martin Landa
Hi,

út 5. 11. 2019 v 20:31 odesílatel Helmut Kudrnovsky  napsal:
> I could do a test compilation with OSGeo4W testing/experimental mode and 
> issue a
>
> grass-7.8.1RC1-2.tar.bz2
>
> with test in setup.hint.
>
> not sure how ready Martin's build environment is to switch also to build 
> addons ?!

next daily builds (32/64bit) should be built against GDAL3/PROJ6.

We are close 7.8.RC2, BTW.

Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-05 Thread Jürgen E . Fischer
Hi Helmut,

On Tue, 05. Nov 2019 at 20:31:36 +0100, Helmut Kudrnovsky wrote:
> I could do a test compilation with OSGeo4W testing/experimental mode and 
> issue a
> 
> grass-7.8.1RC1-2.tar.bz2
> 
> with test in setup.hint.

Thanks.

> not sure how ready Martin's build environment is to switch also to build 
> addons ?!

No clue about that.


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Juergen Fischer, Nils Kutscher HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-05 Thread Helmut Kudrnovsky
Hi Jürgen,

>Or just build GRASS with the "test" packages, upload it and then we can remove
>all the "experimental" tags.

just checked OSGeo4W, to be sure:

OSGeo4W normal mode

GDAL 2.4.1-1
PROJ 5.2.0-1
GEOS 3.8.0-1

OSGeo4W testing/experimental mode, update would be

GDAL 2.4.1-1 => GDAL 3.0.2-1
PROJ 5.2.0-1 => PROJ 6.2.1-1
GEOS 3.8.0-1

I could do a test compilation with OSGeo4W testing/experimental mode and issue a

grass-7.8.1RC1-2.tar.bz2

with test in setup.hint.

not sure how ready Martin's build environment is to switch also to build addons 
?!

regards
Helmut
 
 

Gesendet: Dienstag, 05. November 2019 um 18:56 Uhr
Von: "Jürgen E. Fischer"

Betreff: Re: Re: WinGRASS build up (WIP)
Hi Helmut,

On Tue, 05. Nov 2019 at 18:30:18 +0100, Helmut Kudrnovsky wrote:
> >Any idea when GRASS will be updated with the new dependencies?
>
> see https://github.com/OSGeo/grass/pull/136#issuecomment-547497328

> "Sure it is still GDAL2"

> is OSGeo4W still default in gdal2/proj5? is gdal3/proj6 still in OSGeo4W 
> experimental/testing?

I went ahead an did all what is proposed there and now you can build GRASS with
GDAL3 and PROJ6 using the "experimental" packages. Once that's done we can
flip the switch and take all the "experimental" packages live - they are only
waiting for GRASS.


> in #136, environment is pointing to gdal-dev proj-dev, which I assume is 
> gdal3/proj6, right?

No, GDAL master (3.1 2b) and PROJ master (7.0 2b). And #136 is for master
(ie. grass-daily)

#137 was for the release branch and was merged.


> GRASS is in a RC cycle for GRASS 7.8.1: RC1

With #118 merged - so it should already work with GDAL3 and PROJ6.


> a possible workflow may be (?):

> (1) update/adapt #136 to reflect a default gdal3/proj6 in OSGeo4W
> (2) apply updated PR to issue a GRASS 7.8.1 RC2
> (3) switch OSGeo4W to a default gdal3/proj6
> (4) binary release GRASS 7.8.1 RC2 in OSGeo4W

Or just build GRASS with the "test" packages, upload it and then we can remove
all the "experimental" tags.


Jürgen

--
Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50
Software Engineer D-26506 Norden https://www.norbit.de[https://www.norbit.de]
QGIS release manager (PSC) Germany IRC: jef on FreeNode
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Juergen Fischer, Nils Kutscher HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/[https://www.norbit.de/83/]
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-05 Thread Jürgen E . Fischer
Hi Helmut,

On Tue, 05. Nov 2019 at 18:30:18 +0100, Helmut Kudrnovsky wrote:
> >Any idea when GRASS will be updated with the new dependencies?
> 
> see https://github.com/OSGeo/grass/pull/136#issuecomment-547497328
 
> "Sure it is still GDAL2"
 
> is OSGeo4W still default in gdal2/proj5? is gdal3/proj6 still in OSGeo4W 
> experimental/testing?

I went ahead an did all what is proposed there and now you can build GRASS with
GDAL3 and PROJ6 using the "experimental" packages.  Once that's done we can
flip the switch and take all the "experimental" packages live - they are only
waiting for GRASS.


> in #136, environment is pointing to gdal-dev proj-dev, which I assume is 
> gdal3/proj6, right?

No, GDAL master (3.1 2b) and PROJ master (7.0 2b).   And #136 is for master
(ie. grass-daily)

#137 was for the release branch and was merged.

 
> GRASS is in a RC cycle for GRASS 7.8.1: RC1

With #118 merged - so it should already work with GDAL3 and PROJ6.


> a possible workflow may be (?):
 
> (1) update/adapt #136 to reflect a default gdal3/proj6 in OSGeo4W
> (2) apply updated PR to issue a GRASS 7.8.1 RC2
> (3) switch OSGeo4W to a default gdal3/proj6
> (4) binary release GRASS 7.8.1 RC2 in OSGeo4W

Or just build GRASS with the "test" packages, upload it and then we can remove
all the "experimental" tags.


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Juergen Fischer, Nils Kutscher HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-05 Thread Helmut Kudrnovsky
>Any idea when GRASS will be updated with the new dependencies?

see https://github.com/OSGeo/grass/pull/136#issuecomment-547497328

"Sure it is still GDAL2"

is OSGeo4W still default in gdal2/proj5? is gdal3/proj6 still in OSGeo4W 
experimental/testing?

in #136, environment is pointing to gdal-dev proj-dev, which I assume is 
gdal3/proj6, right?

GRASS is in a RC cycle for GRASS 7.8.1: RC1

a possible workflow may be (?):

(1) update/adapt #136 to reflect a default gdal3/proj6 in OSGeo4W
(2) apply updated PR to issue a GRASS 7.8.1 RC2
(3) switch OSGeo4W to a default gdal3/proj6
(4) binary release GRASS 7.8.1 RC2 in OSGeo4W

@Martin: any opinion?

Kind regards
Helmut


___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-05 Thread Jürgen E . Fischer
Hi Helmut,

On Mon, 04. Nov 2019 at 18:54:00 +0100, Helmut Kudrnovsky wrote:
> just updated my OSGeo4W in normal mode (not tick Exp), QGIS, GRASS 7.8.0, I'm
> getting an error that gdal300.dll and proj6.2.x.dlll is missing.
 
Was probably fixed, while you were hitting it.

Any idea when GRASS will be updated with the new dependencies?


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Juergen Fischer, Nils Kutscher HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-04 Thread Helmut Kudrnovsky
Hi Jürgen,

just updated my OSGeo4W in normal mode (not tick Exp), QGIS, GRASS 7.8.0, I'm 
getting an error that gdal300.dll and proj6.2.x.dlll is missing.


regards
Helmut
 
 

Gesendet: Montag, 04. November 2019 um 18:39 Uhr
Von: "Jürgen E. Fischer" 
An: "Martin Landa" 
Cc: grass-user@lists.osgeo.org, qgis-develo...@lists.osgeo.org, 
osgeo4w-...@lists.osgeo.org, "Helmut Kudrnovsky" 
Betreff: Re: WinGRASS build up (WIP)
Hi Martin,

I added "experimental" packages to OSGeo4W (ie. only available if you tick Exp
in the OSGeo4W installer):

- PROJ 6.2.1
- GDAL 3.0.2
- liblwgeom 3.0.0
- OGDI 4.1.0
- Rebuilds of QGIS 3.10.0, QGIS 3.4.13 and spatialite 4.3.0a against the above
packages
- Backward compatibility packages gdal204dll and proj5dll that carry the 
original
DLLs from PROJ 5.2.0 and GDAL 2.4.1

The only missing bit is GRASS built against new GDAL and PROJ. Once that's is
available I can remove the "experimental" tag.


Jürgen

--
Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50
Software Engineer D-26506 Norden https://www.norbit.de
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Juergen Fischer, Nils Kutscher HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/[https://www.norbit.de/83/]
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-04 Thread Jürgen E . Fischer
Hi Martin,

I added "experimental" packages to OSGeo4W (ie. only available if you tick Exp
in the OSGeo4W installer):

- PROJ 6.2.1
- GDAL 3.0.2
- liblwgeom 3.0.0
- OGDI 4.1.0
- Rebuilds of QGIS 3.10.0, QGIS 3.4.13 and spatialite 4.3.0a against the above
  packages
- Backward compatibility packages gdal204dll and proj5dll that carry the 
original
  DLLs from PROJ 5.2.0 and GDAL 2.4.1

The only missing bit is GRASS built against new GDAL and PROJ.  Once that's is
available I can remove the "experimental" tag.


Jürgen

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-31
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden  https://www.norbit.de


signature.asc
Description: PGP signature
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Juergen Fischer, Nils Kutscher HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WinGRASS build up (WIP)

2019-11-02 Thread Martin Landa
Hi,

pá 1. 11. 2019 v 12:04 odesílatel Martin Landa  napsal:
> Addons for version 7.8.0 will be restored soon.

updates:

1) first build of Addons for version 7.8.0 published [1]. I have also
uploaded new osgeo4w and standloane builds of 7.8.0 (*-2) containing
locally applied fix [2], see standalone installer [3].

2) also 32bit builds uploaded, both osgeo4w and standalone [4]

Please test. With the new builds you should be able to install addons.

Ma

[1] https://wingrass.fsv.cvut.cz/grass78/x86_64/addons/grass-7.8.0/
[2] https://github.com/OSGeo/grass/pull/176
[3] 
https://grass.osgeo.org/grass78/binary/mswindows/native/x86_64/WinGRASS-7.8.0-2-Setup-x86_64.exe
[4] 
https://grass.osgeo.org/grass78/binary/mswindows/native/x86/WinGRASS-7.8.0-2-Setup-x86.exe

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] WinGRASS build up (WIP)

2019-11-01 Thread Martin Landa
Dear all,

after several months of having WinGRASS builds down I have finally
good news. I am slowly restoring daily builds (including addons). I
will keep you informed.

You can test WinGRASS builds of version 7.8.0 (first Python3-ready
GRASS version!) from OSGeo4W network and standalone installer [1].
Addons for version 7.8.0 will be restored soon.

BIG THANKS especially to Juergen for PR [2] and Helli for testing it!!!

Martin

[1] 
https://grass.osgeo.org/grass78/binary/mswindows/native/x86_64/WinGRASS-7.8.0-1-Setup-x86_64.exe
[2] https://github.com/osgeo/grass/pull/137

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user