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

2019-11-14 Thread Helmut Kudrnovsky
Pedro Venâncio-2 wrote
> Hi Jurgen,
> 
> 
> 
>> Try dependency walker called from the GRASS prompt and load gdal300.dll.
>> There's probably something missing that the dll needs or conflicting in
>> system32 that takes precendence over something shipped with OSGeo4W (see
>> also
>> [0])
>>
>>
> I'm not used with dependency walker, can you tell me the command I should
> run to call it from GRASS cli? I already have it in  %OSGEO4W_ROOT%\bin
> folder.
> 
> Thank you very much!
> 
> Best regards,
> Pedro
> 
> ___
> grass-dev mailing list

> grass-dev@.osgeo

> https://lists.osgeo.org/mailman/listinfo/grass-dev

What is gdalinfo  --version in the OSGeo4W shell telling?



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

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

2019-11-14 Thread Pedro Venâncio
Hi Jurgen,



> Try dependency walker called from the GRASS prompt and load gdal300.dll.
> There's probably something missing that the dll needs or conflicting in
> system32 that takes precendence over something shipped with OSGeo4W (see
> also
> [0])
>
>
I'm not used with dependency walker, can you tell me the command I should
run to call it from GRASS cli? I already have it in  %OSGEO4W_ROOT%\bin
folder.

Thank you very much!

Best regards,
Pedro
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] [GRASS GIS] #3944: Manage access to mapsets gui missing checkboxes

2019-11-14 Thread GRASS GIS
#3944: Manage access to mapsets gui missing checkboxes
---+-
 Reporter:  dnewcomb   |  Owner:  grass-dev@…
 Type:  defect | Status:  new
 Priority:  normal |  Milestone:  7.8.2
Component:  Default|Version:  git-releasebranch78
 Keywords:  gui mapset access  |CPU:  x86-64
 Platform:  MSWindows  |
---+-
 In GRASS 7.8.1 on 64 bit Windows 10 the GUI menu to manage access to
 mapsets displays 0 for each mapset instead of check boxes to control
 access to mapsets

-- 
Ticket URL: 
GRASS GIS 

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

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

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

On Thu, 14. Nov 2019 at 11:54:04 +, Pedro Venâncio wrote:
> Hi Markus and Markus,
> 
> I hope someone else can test, because here in my machine:
> 
> - GRASS 7.8.1 standalone 64bits does not work;
> - GRASS 7.8.0 standalone 64bits work fine;
> - GRASS 7.8.1 from OSGeo4W64 does not work, also inside QGIS;
> - GRASS 7.8.0 from OSGeo4W64 does not work, also inside QGIS;
> - GRASS 7.8.1 installed with QGIS 3.4.13-2 and QGIS 3.10.0-2 does not work,
> also inside QGIS;
> - GRASS 7.6.1 installed with QGIS 3.4.13-1 and QGIS 3.10.0-1 work fine,
> alone and inside QGIS.
> 
> In all of them, when I try to run any GRASS algorithm from grass78 --text,
> I get the gdal300.dll error.

Try dependency walker called from the GRASS prompt and load gdal300.dll.
There's probably something missing that the dll needs or conflicting in
system32 that takes precendence over something shipped with OSGeo4W (see also
[0])


Jürgen


[0] https://github.com/qgis/QGIS/issues/26891#issuecomment-495889169

-- 
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
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [release planning] GRASS GIS 7.8.2

2019-11-14 Thread Helmut Kudrnovsky
Markus Neteler wrote
> Hi devs,
> 
> some important issues have been discovered:
> 
> - gdal300.dll/libgdal.so.26. were not registered in lib/raster/gdal.c
> - missing backport of https://github.com/OSGeo/grass/pull/155 (now done)
> 
> open:
> https://trac.osgeo.org/grass/query?status=new=assigned=reopened=7.8.2=type=1=component
> incl some wxGUI bugs.
> 
> Just started:
> https://trac.osgeo.org/grass/wiki/Release/7.8.2-News

sounds good. more winGRASS testing needed though.




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

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

2019-11-14 Thread Helmut Kudrnovsky
Helmut Kudrnovsky wrote
> Pedro Venâncio-2 wrote
>> Hi Markus and Markus,
>> 
>> I hope someone else can test, because here in my machine:
>> 
>> - GRASS 7.8.1 standalone 64bits does not work;
>> - GRASS 7.8.0 standalone 64bits work fine;
>> - GRASS 7.8.1 from OSGeo4W64 does not work, also inside QGIS;
>> - GRASS 7.8.0 from OSGeo4W64 does not work, also inside QGIS;
>> - GRASS 7.8.1 installed with QGIS 3.4.13-2 and QGIS 3.10.0-2 does not
>> work,
>> also inside QGIS;
>> - GRASS 7.6.1 installed with QGIS 3.4.13-1 and QGIS 3.10.0-1 work fine,
>> alone and inside QGIS.
>> 
>> In all of them, when I try to run any GRASS algorithm from grass78
>> --text,
>> I get the gdal300.dll error.
> 
> now testing standalone installer
> (http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe):
> 
> 
> #
> Starting GRASS GIS...
> WARNUNG: Sperren gleichzeitiger Zugriffe auf ein Mapset ist unter Windows
>  nicht möglich.
> 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.18362.449]
> (c) 2019 Microsoft Corporation. Alle Rechte vorbehalten.
> 
> C:\Users\hkmyr>g.version --help
> Displays GRASS GIS version info.
> 
> Benutzung:
>  g.version [-cxbreg] [--help] [--verbose] [--quiet] [--ui]
> 
> Schalter:
>   -c   Gebe auch die Copyright-Informationen aus
>   -x   Print also the citation options
>   -b   Print also the build information
>   -r   Print also the GIS library revision number and date
>   -e   Print also extended info for additional libraries
>   -g   Print info in shell script style (including Git reference commit)
> 
> C:\Users\hkmyr>g.version -breg
> version=7.8.1
> date=2019
> revision=c865432c9
> build_date=2019-11-10
> build_platform=x86_64-w64-mingw32
> build_off_t_size=8
> 
>  ./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
> libgis_revision=0
> libgis_date="?"
> proj=6.2.1
> gdal=3.0.2
> geos=3.8.0
> sqlite=3.29.0
> 
> C:\Users\hkmyr>gdalinfo --version
> GDAL 3.0.2, released 2019/10/28
> 
> C:\Users\hkmyr>r.slope.aspect --help
> Generates raster maps of slope, aspect, curvatures and partial derivatives
> from an elevation raster map.
> 
> Benutzung:
>  r.slope.aspect [-aen] elevation=name [slope=name] [aspect=name]
>[format=string] [precision=string] [pcurvature=name] [tcurvature=name]
>[dx=name] [dy=name] [dxx=name] [dyy=name] [dxy=name] [zscale=value]
>[min_slope=value] [--overwrite] [--help] [--verbose] [--quiet] [--ui]
> 
> Schalter:
>   -a   Do not align the current region to the raster elevation map
>   -e   Compute output at edges and near NULL values
>   -n   Create aspect as degrees clockwise from North (azimuth), with flat
> =
> -
> 
> C:\Users\hkmyr>v.dissolve --help
> Löst Grenzen zwischen benachbarten Flächen mit gleicher Kategorienummer
> oder
> gleichem Attributwert auf.
> 
> Benutzung:
>  v.dissolve.py input=name [layer=string] [column=name] output=name
>[--overwrite] [--help] [--verbose] [--quiet] [--ui]
> 
> Parameter:
>input   Name der Eingabe-Vektorkarte
>layer   Layer number or name.
> Standard: 1
>   column   Name of attribute column used to dissolve common boundaries
>   output   Name der 

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

2019-11-14 Thread Helmut Kudrnovsky
Pedro Venâncio-2 wrote
> Hi Markus and Markus,
> 
> I hope someone else can test, because here in my machine:
> 
> - GRASS 7.8.1 standalone 64bits does not work;
> - GRASS 7.8.0 standalone 64bits work fine;
> - GRASS 7.8.1 from OSGeo4W64 does not work, also inside QGIS;
> - GRASS 7.8.0 from OSGeo4W64 does not work, also inside QGIS;
> - GRASS 7.8.1 installed with QGIS 3.4.13-2 and QGIS 3.10.0-2 does not
> work,
> also inside QGIS;
> - GRASS 7.6.1 installed with QGIS 3.4.13-1 and QGIS 3.10.0-1 work fine,
> alone and inside QGIS.
> 
> In all of them, when I try to run any GRASS algorithm from grass78 --text,
> I get the gdal300.dll error.

now testing standalone installer
(http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe):


#
Starting GRASS GIS...
WARNUNG: Sperren gleichzeitiger Zugriffe auf ein Mapset ist unter Windows
 nicht möglich.
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.18362.449]
(c) 2019 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\hkmyr>g.version --help
Displays GRASS GIS version info.

Benutzung:
 g.version [-cxbreg] [--help] [--verbose] [--quiet] [--ui]

Schalter:
  -c   Gebe auch die Copyright-Informationen aus
  -x   Print also the citation options
  -b   Print also the build information
  -r   Print also the GIS library revision number and date
  -e   Print also extended info for additional libraries
  -g   Print info in shell script style (including Git reference commit)

C:\Users\hkmyr>g.version -breg
version=7.8.1
date=2019
revision=c865432c9
build_date=2019-11-10
build_platform=x86_64-w64-mingw32
build_off_t_size=8

 ./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
libgis_revision=0
libgis_date="?"
proj=6.2.1
gdal=3.0.2
geos=3.8.0
sqlite=3.29.0

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

C:\Users\hkmyr>r.slope.aspect --help
Generates raster maps of slope, aspect, curvatures and partial derivatives
from an elevation raster map.

Benutzung:
 r.slope.aspect [-aen] elevation=name [slope=name] [aspect=name]
   [format=string] [precision=string] [pcurvature=name] [tcurvature=name]
   [dx=name] [dy=name] [dxx=name] [dyy=name] [dxy=name] [zscale=value]
   [min_slope=value] [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Schalter:
  -a   Do not align the current region to the raster elevation map
  -e   Compute output at edges and near NULL values
  -n   Create aspect as degrees clockwise from North (azimuth), with flat =
-

C:\Users\hkmyr>v.dissolve --help
Löst Grenzen zwischen benachbarten Flächen mit gleicher Kategorienummer oder
gleichem Attributwert auf.

Benutzung:
 v.dissolve.py input=name [layer=string] [column=name] output=name
   [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Parameter:
   input   Name der Eingabe-Vektorkarte
   layer   Layer number or name.
Standard: 1
  column   Name of attribute column used to dissolve common boundaries
  output   Name der Ausgabe-Vektorkarte
#

also winGRASS7.8.1 64 bit standalone is starting and working here.




-
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html
___

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

2019-11-14 Thread Helmut Kudrnovsky
Pedro Venâncio-2 wrote
> Hi Markus and Markus,
> 
> I hope someone else can test, because here in my machine:
> 
> - GRASS 7.8.1 standalone 64bits does not work;
> - GRASS 7.8.0 standalone 64bits work fine;
> - GRASS 7.8.1 from OSGeo4W64 does not work, also inside QGIS;
> - GRASS 7.8.0 from OSGeo4W64 does not work, also inside QGIS;
> - GRASS 7.8.1 installed with QGIS 3.4.13-2 and QGIS 3.10.0-2 does not
> work,
> also inside QGIS;
> - GRASS 7.6.1 installed with QGIS 3.4.13-1 and QGIS 3.10.0-1 work fine,
> alone and inside QGIS.
> 
> In all of them, when I try to run any GRASS algorithm from grass78 --text,
> I get the gdal300.dll error.
> 
> Best regards,
> Pedro

testing here OSGeo4W winGRASS7.8.1 64bit

##
Starting GRASS GIS...
WARNUNG: Sperren gleichzeitiger Zugriffe auf ein Mapset ist unter Windows
 nicht möglich.
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.18362.449]
(c) 2019 Microsoft Corporation. Alle Rechte vorbehalten.

C:\>g.version -breg
version=7.8.1
date=2019
revision=c865432c9
build_date=2019-11-10
build_platform=x86_64-w64-mingw32
build_off_t_size=8

 ./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
libgis_revision=0
libgis_date="?"
proj=6.2.1
gdal=3.0.2
geos=3.8.0
sqlite=3.29.0

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

it works here.

which GDAL version are you using in the OSGeo4W64 shell, here:

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

any other software using GDAL interfering in your %PATH%?




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

[GRASS-dev] [release planning] GRASS GIS 7.8.2

2019-11-14 Thread Markus Neteler
Hi devs,

some important issues have been discovered:

- gdal300.dll/libgdal.so.26. were not registered in lib/raster/gdal.c
- missing backport of https://github.com/OSGeo/grass/pull/155 (now done)

open:
https://trac.osgeo.org/grass/query?status=new=assigned=reopened=7.8.2=type=1=component
incl some wxGUI bugs.

Just started:
https://trac.osgeo.org/grass/wiki/Release/7.8.2-News

Comments welcome,

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

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

2019-11-14 Thread Pedro Venâncio
Hi Markus and Markus,

I hope someone else can test, because here in my machine:

- GRASS 7.8.1 standalone 64bits does not work;
- GRASS 7.8.0 standalone 64bits work fine;
- GRASS 7.8.1 from OSGeo4W64 does not work, also inside QGIS;
- GRASS 7.8.0 from OSGeo4W64 does not work, also inside QGIS;
- GRASS 7.8.1 installed with QGIS 3.4.13-2 and QGIS 3.10.0-2 does not work,
also inside QGIS;
- GRASS 7.6.1 installed with QGIS 3.4.13-1 and QGIS 3.10.0-1 work fine,
alone and inside QGIS.

In all of them, when I try to run any GRASS algorithm from grass78 --text,
I get the gdal300.dll error.

Best regards,
Pedro




Markus Metz  escreveu no dia quarta,
13/11/2019 à(s) 15:03:

>
>
> On Wed, Nov 13, 2019 at 3:39 PM Markus Neteler  wrote:
> >
> > On Wed, Nov 13, 2019 at 3:27 PM Pedro Venâncio
> >  wrote:
> > >
> > > Hi all again,
> > >
> > > I've tested GRASS standalone and I got the same error with
> WinGRASS-7.8.1-1-Setup-x86_64.
> > >
> > > Then I uninstalled this version and installed
> WinGRASS-7.8.0-2-Setup-x86_64 and everything worked fine.
> > >
> > > So, it seems that there is something wrong with GRASS-7.8.1 in my
> machine. Also when running algorithms in CLI, GRASS throws the message
> about gdal300.dll, but that dll is present in the path specified
> (screenshot attached).
> > >
> > > Any hint about what can be wrong?
> >
> > Probably this recent fix is needed?
> >   https://github.com/OSGeo/grass/pull/191
>
> No, because GRASS is actually looking for gdal300.dll.
>
> Looks like a packaging error in WinGRASS-7.8.1-1-Setup-x86_64, if others
> can confirm this.
>
> Markus M
> >
> > It will be part of 7.8.2.
> >
> > Best regards,
> > Markus
> > ___
> > grass-dev mailing list
> > grass-dev@lists.osgeo.org
> > https://lists.osgeo.org/mailman/listinfo/grass-dev
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev