Re: [GRASS-dev] ZSTD compression error on Windows

2020-05-01 Thread Martin Landa
Hi,

pá 1. 5. 2020 v 15:06 odesílatel Markus Neteler  napsal:
> There was some issue with specific ZSTD lib versions:
> There is also a related old ticket:
>
> https://trac.osgeo.org/grass/ticket/3815

reported, https://trac.osgeo.org/osgeo4w/ticket/632

Martin

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

[GRASS-dev] GRASS GIS 7.8.3RC2 released

2020-05-01 Thread Markus Neteler
Hi,

I have tagged GRASS 7.8.3RC2 and uploaded the source code tarball to the server:

https://github.com/OSGeo/grass/releases/tag/7.8.3RC2

This GRASS GIS 7.8.3RC2 release provides more than 206 fixes and
improvements with respect to the previous release 7.8.2:
https://github.com/OSGeo/grass/compare/releasebranch_7_8@%7B12-11-19%7D...releasebranch_7_8@%7B05-01-20%7D

TODO
* final check before hopefully promoting this RC2 to "final 7.8.3"
* update: https://trac.osgeo.org/grass/wiki/Release/7.8.3-News

Congrats to all contributors and happy testing!

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

Re: [GRASS-dev] ZSTD compression error on Windows

2020-05-01 Thread Markus Neteler
Hi

Helmut Kudrnovsky  schrieb am Fr., 1. Mai 2020, 13:15:

> Helmut Kudrnovsky wrote
> > Martin Landa wrote
> >> Hi,
> >>
> >> I have problem to read raster data created on Linux machine.
> >>
> >> With the same data I am getting on Windows error below.
> >>
> >> WARNING: ZSTD compression error -14: Unsupported frame parameter
> >> ERROR: Error uncompressing fp raster data for row 30 of
> >>
> > 
> >> : error code -1
> >>
> >> But ZSTD seems to be enabled on Windows...
> >>
> >> C:\>g.version -b
> >> GRASS 7.9.dev (2020)
>
> ...
>


Helli wrote:

>
>
> In OSGeo4W we have 1.3.2
> (http://download.osgeo.org/osgeo4w/x86_64/release/zstd/),
>
> Actual version is 1.4.4.
>
> AFAIR there are some zstd configure options, maybe some not default
> activated here or there?
>


There was some issue with specific ZSTD lib versions:
There is also a related old ticket:

https://trac.osgeo.org/grass/ticket/3815

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

Re: [GRASS-dev] ZSTD compression error on Windows

2020-05-01 Thread Helmut Kudrnovsky
Helmut Kudrnovsky wrote
> Martin Landa wrote
>> Hi,
>> 
>> I have problem to read raster data created on Linux machine.
>> 
>> With the same data I am getting on Windows error below.
>> 
>> WARNING: ZSTD compression error -14: Unsupported frame parameter
>> ERROR: Error uncompressing fp raster data for row 30 of 
>> 
> 
>> : error code -1
>> 
>> But ZSTD seems to be enabled on Windows...
>> 
>> C:\>g.version -b
>> GRASS 7.9.dev (2020)
>> 
>>  ./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/grass79/mswindows/osgeo4w/lib
>> --with-postgres --with-postgres-includes=/c/OSGeo4W64/include
>> --with-postgres-libs=/usr/src/grass79/mswindows/osgeo4w/lib
>> --with-gdal=/usr/src/grass79/mswindows/osgeo4w/gdal-config
>> --with-geos=/usr/src/grass79/mswindows/osgeo4w/geos-config
>> --with-sqlite --with-sqlite-includes=/c/OSGeo4W64/include
>> --with-sqlite-libs=/usr/src/grass79/mswindows/osgeo4w/lib --with-regex
>> --with-nls --with-zstd --with-odbc --with-cairo --with-opengl=windows
>> --with-bzlib
>> --with-liblas=/usr/src/grass79/mswindows/osgeo4w/liblas-config
>> 
>> Any idea? Thanks, Martin
>> 
>> -- 
>> Martin Landa
>> http://geo.fsv.cvut.cz/gwiki/Landa
>> http://gismentors.cz/mentors/landa
>> ___
>> grass-dev mailing list
> 
>> grass-dev@.osgeo
> 
>> https://lists.osgeo.org/mailman/listinfo/grass-dev
> 
> Maybe different zstd versions in linux and windows? Maybe we should update
> zstd in osgeo4w?
> 
> 
> 
> -
> best regards
> Helmut
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html
> ___
> grass-dev mailing list

> grass-dev@.osgeo

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

In OSGeo4W we have 1.3.2
(http://download.osgeo.org/osgeo4w/x86_64/release/zstd/),

Actual version is 1.4.4.

AFAIR there are some zstd configure options, maybe some not default
activated here or there?



-
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] ZSTD compression error on Windows

2020-05-01 Thread Helmut Kudrnovsky
Martin Landa wrote
> Hi,
> 
> I have problem to read raster data created on Linux machine.
> 
> With the same data I am getting on Windows error below.
> 
> WARNING: ZSTD compression error -14: Unsupported frame parameter
> ERROR: Error uncompressing fp raster data for row 30 of 
> 
> : error code -1
> 
> But ZSTD seems to be enabled on Windows...
> 
> C:\>g.version -b
> GRASS 7.9.dev (2020)
> 
>  ./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/grass79/mswindows/osgeo4w/lib
> --with-postgres --with-postgres-includes=/c/OSGeo4W64/include
> --with-postgres-libs=/usr/src/grass79/mswindows/osgeo4w/lib
> --with-gdal=/usr/src/grass79/mswindows/osgeo4w/gdal-config
> --with-geos=/usr/src/grass79/mswindows/osgeo4w/geos-config
> --with-sqlite --with-sqlite-includes=/c/OSGeo4W64/include
> --with-sqlite-libs=/usr/src/grass79/mswindows/osgeo4w/lib --with-regex
> --with-nls --with-zstd --with-odbc --with-cairo --with-opengl=windows
> --with-bzlib
> --with-liblas=/usr/src/grass79/mswindows/osgeo4w/liblas-config
> 
> Any idea? Thanks, Martin
> 
> -- 
> Martin Landa
> http://geo.fsv.cvut.cz/gwiki/Landa
> http://gismentors.cz/mentors/landa
> ___
> grass-dev mailing list

> grass-dev@.osgeo

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

Maybe different zstd versions in linux and windows? Maybe we should update
zstd in osgeo4w?



-
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] ZSTD compression error on Windows

2020-05-01 Thread Martin Landa
Hi,

I have problem to read raster data created on Linux machine.

With the same data I am getting on Windows error below.

WARNING: ZSTD compression error -14: Unsupported frame parameter
ERROR: Error uncompressing fp raster data for row 30 of : error code -1

But ZSTD seems to be enabled on Windows...

C:\>g.version -b
GRASS 7.9.dev (2020)

 ./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/grass79/mswindows/osgeo4w/lib
--with-postgres --with-postgres-includes=/c/OSGeo4W64/include
--with-postgres-libs=/usr/src/grass79/mswindows/osgeo4w/lib
--with-gdal=/usr/src/grass79/mswindows/osgeo4w/gdal-config
--with-geos=/usr/src/grass79/mswindows/osgeo4w/geos-config
--with-sqlite --with-sqlite-includes=/c/OSGeo4W64/include
--with-sqlite-libs=/usr/src/grass79/mswindows/osgeo4w/lib --with-regex
--with-nls --with-zstd --with-odbc --with-cairo --with-opengl=windows
--with-bzlib --with-liblas=/usr/src/grass79/mswindows/osgeo4w/liblas-config

Any idea? Thanks, Martin

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

[GRASS-dev] Passed: OSGeo/grass#676 (7.8.3RC2 - cfa670b)

2020-05-01 Thread Travis CI
Build Update for OSGeo/grass
-

Build: #676
Status: Passed

Duration: 8 mins and 31 secs
Commit: cfa670b (7.8.3RC2)
Author: Markus Neteler
Message: GRASS GIS 7.8.3RC2

View the changeset: https://github.com/OSGeo/grass/compare/7.8.3RC2

View the full build log and details: 
https://travis-ci.org/github/OSGeo/grass/builds/681884493?utm_medium=notification_source=email

--

You can unsubscribe from build emails from the OSGeo/grass repository going to 
https://travis-ci.org/account/preferences/unsubscribe?repository=24610258_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.

___
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.3

2020-05-01 Thread Markus Neteler
Hi,

I have tagged GRASS 7.8.3RC2 and uploaded the source code tarball to the server:

https://github.com/OSGeo/grass/releases/tag/7.8.3RC2

The GRASS GIS 7.8.3RC1 release provides more than 206 fixes and
improvements with respect to the release 7.8.2.:
https://github.com/OSGeo/grass/compare/releasebranch_7_8@%7B12-11-19%7D...releasebranch_7_8@%7B05-01-20%7D

TODO
* final check before hopefully promoting RC2 to final
* update: https://trac.osgeo.org/grass/wiki/Release/7.8.3-News
* please test RC2!

Congrats to all contributors [1]

Best,
Markus

[1] still wanted: is there a way in GH to identify them?
___
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.3

2020-05-01 Thread Martin Landa
Hi,

čt 30. 4. 2020 v 22:39 odesílatel Markus Neteler  napsal:
> RC1 was broken for Mac.

OK, it's acceptable reason :-)

I just dreaming about next release without RC2 :-)

Martin

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