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

Hi,

As for the changes in g.extension, I think they are necessary as e.g. here:

https://github.com/OSGeo/grass/blob/70e0c0ef9c7ce4e971c5197a4010ce5eaf354433/scripts/g.extension/g.extension.py#L1615

“grass7” is hardcoded in the URL.

A solution would be to first check if the “source_url” with “grass7”

(https://github.com/OSGeo/grass-addons/tree/master/grass7/) exists and otherwise assign the new URL without “grass7”.

As Vasek points out, first a decision has to be made about the final URL (or branch) in

https://github.com/OSGeo/grass-addons/issues/528

Here:

https://github.com/OSGeo/grass/pull/1678

is a draft PR for a possible approach to this. It may have to be backported to 7.6 or even 7.4?

g.extension in G7.8 already supports branches, so if there will be a branch for different versions, that should be easy to adjust in g.extension.

We should probably wait a bit with restructuring the addon repo until a modified version of g.extension has been packaged for the most essential OS/distros at least…

See: https://repology.org/project/grass/versions

g.extension in G8 can then be streamlined to the new repo structure…

Cheers

Stefan

···

From: grass-dev grass-dev-bounces@lists.osgeo.org On Behalf Of Vaclav Petras
Sent: torsdag 24. juni 2021 04:45
To: Markus Neteler neteler@osgeo.org
Cc: GRASS developers list grass-dev@lists.osgeo.org
Subject: Re: [GRASS-dev] [release planning] GRASS GIS 7.8.6

On Wed, Jun 23, 2021 at 7:58 AM Markus Neteler <neteler@osgeo.org> wrote:

Important question: with the planned Addon repo structure affect
g.extension of G7?

If we want to make backports from v8 to v7 addons easier, then we need to create another branch for v7 (besides the one for v8) and restructure v7 as we did v6 and will restructure the v8 branch.

The master branch would stay as a read-only legacy in this scenario. The alternative is leaving the master branch for v7.

https://github.com/OSGeo/grass-addons/issues/528

The grass7 branch is created. See #571 for the changes in the structure.

I think releasing now without the changes and then releasing again soon with the extension changes is an okay solution.

https://github.com/OSGeo/grass-addons/pull/571

On Thu, Jun 24, 2021 at 4:12 AM Stefan Blumentrath <Stefan.Blumentrath@nina.no> wrote:

Hi,

As for the changes in g.extension, I think they are necessary as e.g. here:

https://github.com/OSGeo/grass/blob/70e0c0ef9c7ce4e971c5197a4010ce5eaf354433/scripts/g.extension/g.extension.py#L1615

“grass7” is hardcoded in the URL.

A solution would be to first check if the “source_url” with “grass7”

(https://github.com/OSGeo/grass-addons/tree/master/grass7/) exists and otherwise assign the new URL without “grass7”.

As Vasek points out, first a decision has to be made about the final URL (or branch) in

https://github.com/OSGeo/grass-addons/issues/528

Here:

https://github.com/OSGeo/grass/pull/1678

is a draft PR for a possible approach to this. It may have to be backported to 7.6 or even 7.4?

g.extension in G7.8 already supports branches, so if there will be a branch for different versions, that should be easy to adjust in g.extension.

We should probably wait a bit with restructuring the addon repo until a modified version of g.extension has been packaged for the most essential OS/distros at least…

See: https://repology.org/project/grass/versions

g.extension in G8 can then be streamlined to the new repo structure…

Cheers

Stefan

From: grass-dev <grass-dev-bounces@lists.osgeo.org> On Behalf Of Vaclav Petras
Sent: torsdag 24. juni 2021 04:45
To: Markus Neteler <neteler@osgeo.org>
Cc: GRASS developers list <grass-dev@lists.osgeo.org>
Subject: Re: [GRASS-dev] [release planning] GRASS GIS 7.8.6

On Wed, Jun 23, 2021 at 7:58 AM Markus Neteler <neteler@osgeo.org> wrote:

Important question: with the planned Addon repo structure affect
g.extension of G7?

If we want to make backports from v8 to v7 addons easier, then we need to create another branch for v7 (besides the one for v8) and restructure v7 as we did v6 and will restructure the v8 branch.

The master branch would stay as a read-only legacy in this scenario. The alternative is leaving the master branch for v7.

https://github.com/OSGeo/grass-addons/issues/528

Yes. Agreed. If the master branch in addons remains unchanged, #1678 is actually not needed. For the new structure only default branch and url need to be changed in g.extension…

···

From: Vaclav Petras wenzeslaus@gmail.com
Sent: Monday, June 28, 2021 4:52:39 AM
To: Stefan Blumentrath Stefan.Blumentrath@nina.no
Cc: Markus Neteler neteler@osgeo.org; GRASS developers list grass-dev@lists.osgeo.org
Subject: Re: [GRASS-dev] [release planning] GRASS GIS 7.8.6

The grass7 branch is created. See #571 for the changes in the structure.

I think releasing now without the changes and then releasing again soon with the extension changes is an okay solution.

https://github.com/OSGeo/grass-addons/pull/571

On Thu, Jun 24, 2021 at 4:12 AM Stefan Blumentrath <Stefan.Blumentrath@nina.no> wrote:

Hi,

As for the changes in g.extension, I think they are necessary as e.g. here:

https://github.com/OSGeo/grass/blob/70e0c0ef9c7ce4e971c5197a4010ce5eaf354433/scripts/g.extension/g.extension.py#L1615

“grass7” is hardcoded in the URL.

A solution would be to first check if the “source_url” with “grass7”

(https://github.com/OSGeo/grass-addons/tree/master/grass7/) exists and otherwise assign the new URL without “grass7”.

As Vasek points out, first a decision has to be made about the final URL (or branch) in

https://github.com/OSGeo/grass-addons/issues/528

Here:

https://github.com/OSGeo/grass/pull/1678

is a draft PR for a possible approach to this. It may have to be backported to 7.6 or even 7.4?

g.extension in G7.8 already supports branches, so if there will be a branch for different versions, that should be easy to adjust in g.extension.

We should probably wait a bit with restructuring the addon repo until a modified version of g.extension has been packaged for the most essential OS/distros at least…

See: https://repology.org/project/grass/versions

g.extension in G8 can then be streamlined to the new repo structure…

Cheers

Stefan

From: grass-dev <grass-dev-bounces@lists.osgeo.org> On Behalf Of Vaclav Petras
Sent: torsdag 24. juni 2021 04:45
To: Markus Neteler <neteler@osgeo.org>
Cc: GRASS developers list <grass-dev@lists.osgeo.org>
Subject: Re: [GRASS-dev] [release planning] GRASS GIS 7.8.6

On Wed, Jun 23, 2021 at 7:58 AM Markus Neteler <neteler@osgeo.org> wrote:

Important question: with the planned Addon repo structure affect
g.extension of G7?

If we want to make backports from v8 to v7 addons easier, then we need to create another branch for v7 (besides the one for v8) and restructure v7 as we did v6 and will restructure the v8 branch.

The master branch would stay as a read-only legacy in this scenario. The alternative is leaving the master branch for v7.

https://github.com/OSGeo/grass-addons/issues/528

The grass7 branch of the grass-addons repo is now in the state we want and is usable. Now we need to make the official switch. Do you plan it for 7.8.6 or will leave it for 7.8.7? The other part is to redirect contributions to the grass7 branch instead of the master branch.

I will do the “Create branch (from grass7 branch) for v8 (named grass8)” step once this is settled.

On Mon, Jun 28, 2021 at 7:44 AM Stefan Blumentrath <Stefan.Blumentrath@nina.no> wrote:

Yes. Agreed. If the master branch in addons remains unchanged, #1678 is actually not needed. For the new structure only default branch and url need to be changed in g.extension…

Get Outlook for Android


From: Vaclav Petras <wenzeslaus@gmail.com>
Sent: Monday, June 28, 2021 4:52:39 AM
To: Stefan Blumentrath <Stefan.Blumentrath@nina.no>
Cc: Markus Neteler <neteler@osgeo.org>; GRASS developers list <grass-dev@lists.osgeo.org>
Subject: Re: [GRASS-dev] [release planning] GRASS GIS 7.8.6

The grass7 branch is created. See #571 for the changes in the structure.

I think releasing now without the changes and then releasing again soon with the extension changes is an okay solution.

https://github.com/OSGeo/grass-addons/pull/571

On Thu, Jun 24, 2021 at 4:12 AM Stefan Blumentrath <Stefan.Blumentrath@nina.no> wrote:

Hi,

As for the changes in g.extension, I think they are necessary as e.g. here:

https://github.com/OSGeo/grass/blob/70e0c0ef9c7ce4e971c5197a4010ce5eaf354433/scripts/g.extension/g.extension.py#L1615

“grass7” is hardcoded in the URL.

A solution would be to first check if the “source_url” with “grass7”

(https://github.com/OSGeo/grass-addons/tree/master/grass7/) exists and otherwise assign the new URL without “grass7”.

As Vasek points out, first a decision has to be made about the final URL (or branch) in

https://github.com/OSGeo/grass-addons/issues/528

Here:

https://github.com/OSGeo/grass/pull/1678

is a draft PR for a possible approach to this. It may have to be backported to 7.6 or even 7.4?

g.extension in G7.8 already supports branches, so if there will be a branch for different versions, that should be easy to adjust in g.extension.

We should probably wait a bit with restructuring the addon repo until a modified version of g.extension has been packaged for the most essential OS/distros at least…

See: https://repology.org/project/grass/versions

g.extension in G8 can then be streamlined to the new repo structure…

Cheers

Stefan

From: grass-dev <grass-dev-bounces@lists.osgeo.org> On Behalf Of Vaclav Petras
Sent: torsdag 24. juni 2021 04:45
To: Markus Neteler <neteler@osgeo.org>
Cc: GRASS developers list <grass-dev@lists.osgeo.org>
Subject: Re: [GRASS-dev] [release planning] GRASS GIS 7.8.6

On Wed, Jun 23, 2021 at 7:58 AM Markus Neteler <neteler@osgeo.org> wrote:

Important question: with the planned Addon repo structure affect
g.extension of G7?

If we want to make backports from v8 to v7 addons easier, then we need to create another branch for v7 (besides the one for v8) and restructure v7 as we did v6 and will restructure the v8 branch.

The master branch would stay as a read-only legacy in this scenario. The alternative is leaving the master branch for v7.

https://github.com/OSGeo/grass-addons/issues/528

On Mon, Jun 28, 2021 at 1:59 PM Vaclav Petras <wenzeslaus@gmail.com> wrote:

The grass7 branch of the grass-addons repo is now in the state we want and is usable. Now we need to make the official switch. Do you plan it for 7.8.6 or will leave it for 7.8.7?

I strongly recommend to change it now, i.e. 7.8.6. Otherwise it may
take another year to be propagated in the various distros.

Best
Markus

The other part is to redirect contributions to the grass7 branch instead of the master branch.

I will do the "Create branch (from grass7 branch) for v8 (named grass8)" step once this is settled.

On Mon, Jun 28, 2021 at 7:44 AM Stefan Blumentrath <Stefan.Blumentrath@nina.no> wrote:

Yes. Agreed. If the master branch in addons remains unchanged, #1678 is actually not needed. For the new structure only default branch and url need to be changed in g.extension...

...

On Sun, Jul 4, 2021 at 11:18 AM Markus Neteler <neteler@osgeo.org> wrote:

On Mon, Jun 28, 2021 at 1:59 PM Vaclav Petras <wenzeslaus@gmail.com> wrote:

The grass7 branch of the grass-addons repo is now in the state we want and is usable. Now we need to make the official switch. Do you plan it for 7.8.6 or will leave it for 7.8.7?

I strongly recommend to change it now, i.e. 7.8.6. Otherwise it may
take another year to be propagated in the various distros.

The default branch is now grass7 which has the relevant code under src (and not under the grass7 directory).

Best
Markus

The other part is to redirect contributions to the grass7 branch instead of the master branch.

I will do the “Create branch (from grass7 branch) for v8 (named grass8)” step once this is settled.

On Mon, Jun 28, 2021 at 7:44 AM Stefan Blumentrath <Stefan.Blumentrath@nina.no> wrote:

Yes. Agreed. If the master branch in addons remains unchanged, #1678 is actually not needed. For the new structure only default branch and url need to be changed in g.extension…

Hi,

Vaclav Petras <wenzeslaus@gmail.com> schrieb am So., 4. Juli 2021, 20:29:

On Sun, Jul 4, 2021 at 11:18 AM Markus Neteler <neteler@osgeo.org> wrote:

On Mon, Jun 28, 2021 at 1:59 PM Vaclav Petras <wenzeslaus@gmail.com> wrote:

The grass7 branch of the grass-addons repo is now in the state we want and is usable.

The default branch is now grass7 which has the relevant code under src (and not under the grass7 directory).

Let me suggest to publish a notice in the news section of the web site that the installation of add-ons is currently failing and will be fixed with 7.8.6, (and later) i.e. an updated g.extension will be published.

Makes sense?

Markus

Hello everybody,

El vie, 23 jul 2021 a las 8:41, Markus Neteler (<neteler@osgeo.org>) escribió:

Hi,

Vaclav Petras <wenzeslaus@gmail.com> schrieb am So., 4. Juli 2021, 20:29:

On Sun, Jul 4, 2021 at 11:18 AM Markus Neteler <neteler@osgeo.org> wrote:

On Mon, Jun 28, 2021 at 1:59 PM Vaclav Petras <wenzeslaus@gmail.com> wrote:

The grass7 branch of the grass-addons repo is now in the state we want and is usable.

The default branch is now grass7 which has the relevant code under src (and not under the grass7 directory).

Let me suggest to publish a notice in the news section of the web site that the installation of add-ons is currently failing and will be fixed with 7.8.6, (and later) i.e. an updated g.extension will be published.

I just did here: https://github.com/OSGeo/grass-website/pull/259

please review

Vero

Hi All!

I have now merged configure update [1, 2] to autoconf-2.69 to 7.8 branch

[1]https://github.com/OSGeo/grass/pull/1867
[2]
[3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992810

On Sunday, 21 March 2021, 09:22:06 CET, Markus Neteler neteler@osgeo.org wrote:

Hi devs,

Since the last stable release 7.8.5 almost 70 commits have been accumulated:

https://github.com/OSGeo/grass/compare/7.8.5…releasebranch_7_8

I suggest the following time schedule:

  • Soft freeze of release branch: 26 March 2021

  • RC1: 6 Apr 2021

  • RC2: 16 Apr 2021, if needed

  • Final release: 27 Apr 2021

What’s still to be done for 7.8.6? See the 7.8.6 milestone, it is

showing the remaining open issues:

https://github.com/OSGeo/grass/milestone/6

→ 78% complete

Please check what really applies to the upcoming 7.8.6 release.

Best,

Markus


grass-dev mailing list

grass-dev@lists.osgeo.org

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

Hi All again!

(Sorry about previous half-letter. Just went away without notice. It’s a real pain with the online interface for my email provider, and sending from an email application will likely be blocked.)

I have now merged configure update to autoconf-2.69 to 7.8 branch [1, 2].

This seems to work fine everywhere, now including Debian unstable too [3], for which this autoconf update was an uttermost urgent issue [4].

What remains to be tested is Windows builds. I urge whoever has the possibility to test the daily build of 7.8.6dev for Windows to do so.

Best regards,
Nicklas

[1] https://github.com/OSGeo/grass/pull/1867
[2] https://github.com/OSGeo/grass/pull/1870
[3] https://github.com/OSGeo/grass/issues/560
[4] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992810

On Thursday, 16 September 2021, 22:12:39 CEST, Nicklas Larsson <n_larsson@yahoo.com> wrote:

Hi All!

I have now merged configure update [1, 2] to autoconf-2.69 to 7.8 branch

[1]https://github.com/OSGeo/grass/pull/1867
[2]
[3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992810

On Sunday, 21 March 2021, 09:22:06 CET, Markus Neteler <neteler@osgeo.org> wrote:

Hi devs,

Since the last stable release 7.8.5 almost 70 commits have been accumulated:
https://github.com/OSGeo/grass/compare/7.8.5...releasebranch_7_8

I suggest the following time schedule:

- Soft freeze of release branch: 26 March 2021
- RC1: 6 Apr 2021
- RC2: 16 Apr 2021, if needed
- Final release: 27 Apr 2021

What's still to be done for 7.8.6? See the 7.8.6 milestone, it is
showing the remaining open issues:
https://github.com/OSGeo/grass/milestone/6
--> 78% complete

Please check what really applies to the upcoming 7.8.6 release.

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

Hi,

Thanks. I am running tests against OSGeo4W V2 here:
https://github.com/ninsbl/grass/actions/runs/1243152783

At present ODBC (sql.h in particular) is not found (see here: https://github.com/ninsbl/grass/runs/3625717798?check_suite_focus=true), which was found before. That is no very big issue to deactivate it I guess, but I will investigate where that was supposed to be found and if/how we could get it back.

Cheers
Stefan

-----Original Message-----
From: grass-dev <grass-dev-bounces@lists.osgeo.org> On Behalf Of Nicklas Larsson via grass-dev
Sent: torsdag 16. september 2021 22:32
To: GRASS developers list <grass-dev@lists.osgeo.org>; Markus Neteler <neteler@osgeo.org>
Subject: Re: [GRASS-dev] [release planning] GRASS GIS 7.8.6

Hi All again!

(Sorry about previous half-letter. Just went away without notice. It's a real pain with the online interface for my email provider, and sending from an email application will likely be blocked.)

I have now merged configure update to autoconf-2.69 to 7.8 branch [1, 2].

This seems to work fine everywhere, now including Debian unstable too [3], for which this autoconf update was an uttermost urgent issue [4].

What remains to be tested is Windows builds. I urge whoever has the possibility to test the daily build of 7.8.6dev for Windows to do so.

Best regards,
Nicklas

[1] https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOSGeo%2Fgrass%2Fpull%2F1867&amp;data=04|01|Stefan.Blumentrath%40nina.no|45ab42f6358b4abd8bb708d979510a17|6cef373021314901831055b3abf02c73|0|0|637674212552010394|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|3000&amp;sdata=9gEtET%2FqmmCyfPfQz3SdsPj5lBrQUXl6yx3S5tB9DGQ%3D&amp;reserved=0
[2] https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOSGeo%2Fgrass%2Fpull%2F1870&amp;data=04|01|Stefan.Blumentrath%40nina.no|45ab42f6358b4abd8bb708d979510a17|6cef373021314901831055b3abf02c73|0|0|637674212552010394|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|3000&amp;sdata=NQnXBHRSkHaJh9Gw1cFV5nXEfM8c7k7sqV05zVxE%2BKg%3D&amp;reserved=0
[3] https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOSGeo%2Fgrass%2Fissues%2F560&amp;data=04|01|Stefan.Blumentrath%40nina.no|45ab42f6358b4abd8bb708d979510a17|6cef373021314901831055b3abf02c73|0|0|637674212552010394|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|3000&amp;sdata=uMXPmVU363eyt53iJ2YsvMMC9Zr7hu9LRcyCPJ6krzw%3D&amp;reserved=0
[4] https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugs.debian.org%2Fcgi-bin%2Fbugreport.cgi%3Fbug%3D992810&amp;data=04|01|Stefan.Blumentrath%40nina.no|45ab42f6358b4abd8bb708d979510a17|6cef373021314901831055b3abf02c73|0|0|637674212552010394|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|3000&amp;sdata=H1lenduOtpRk7jARcAwlmUEJqUYpG0QZG6scL8LXyMk%3D&amp;reserved=0

On Thursday, 16 September 2021, 22:12:39 CEST, Nicklas Larsson <n_larsson@yahoo.com> wrote:

Hi All!

I have now merged configure update [1, 2] to autoconf-2.69 to 7.8 branch

[1]https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOSGeo%2Fgrass%2Fpull%2F1867&amp;data=04|01|Stefan.Blumentrath%40nina.no|45ab42f6358b4abd8bb708d979510a17|6cef373021314901831055b3abf02c73|0|0|637674212552010394|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|3000&amp;sdata=9gEtET%2FqmmCyfPfQz3SdsPj5lBrQUXl6yx3S5tB9DGQ%3D&amp;reserved=0
[2]
[3] https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugs.debian.org%2Fcgi-bin%2Fbugreport.cgi%3Fbug%3D992810&amp;data=04|01|Stefan.Blumentrath%40nina.no|45ab42f6358b4abd8bb708d979510a17|6cef373021314901831055b3abf02c73|0|0|637674212552010394|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|3000&amp;sdata=H1lenduOtpRk7jARcAwlmUEJqUYpG0QZG6scL8LXyMk%3D&amp;reserved=0

On Sunday, 21 March 2021, 09:22:06 CET, Markus Neteler <neteler@osgeo.org> wrote:

Hi devs,

Since the last stable release 7.8.5 almost 70 commits have been accumulated:
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOSGeo%2Fgrass%2Fcompare%2F7.8.5...releasebranch_7_8&amp;data=04|01|Stefan.Blumentrath%40nina.no|45ab42f6358b4abd8bb708d979510a17|6cef373021314901831055b3abf02c73|0|0|637674212552010394|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|3000&amp;sdata=Vl65wFH63u49hlLa2J9%2FRLhulibt9FmqujaNZw9%2FNsY%3D&amp;reserved=0

I suggest the following time schedule:

- Soft freeze of release branch: 26 March 2021
- RC1: 6 Apr 2021
- RC2: 16 Apr 2021, if needed
- Final release: 27 Apr 2021

What's still to be done for 7.8.6? See the 7.8.6 milestone, it is showing the remaining open issues:
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOSGeo%2Fgrass%2Fmilestone%2F6&amp;data=04|01|Stefan.Blumentrath%40nina.no|45ab42f6358b4abd8bb708d979510a17|6cef373021314901831055b3abf02c73|0|0|637674212552010394|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|3000&amp;sdata=RjDndRJZb9mkXgY8uKaPFYZNY2v6vWNVB8R7qd49xLM%3D&amp;reserved=0
--> 78% complete

Please check what really applies to the upcoming 7.8.6 release.

Best,
Markus
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fgrass-dev&amp;data=04|01|Stefan.Blumentrath%40nina.no|45ab42f6358b4abd8bb708d979510a17|6cef373021314901831055b3abf02c73|0|0|637674212552010394|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|3000&amp;sdata=iw%2Bp6nWPQTiuexES0ypGE5zRCa8fI1e8RyeqDPAvmt0%3D&amp;reserved=0

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fgrass-dev&amp;data=04|01|Stefan.Blumentrath%40nina.no|45ab42f6358b4abd8bb708d979510a17|6cef373021314901831055b3abf02c73|0|0|637674212552010394|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|3000&amp;sdata=iw%2Bp6nWPQTiuexES0ypGE5zRCa8fI1e8RyeqDPAvmt0%3D&amp;reserved=0

OK, it seems to be probably just a missing entry in the include path.

The header is supposed to be somewhere in an SDK:
https://stackoverflow.com/questions/30365059/sql-h-and-sqlext-h-not-found-in-odbc-program-in-c-c/47135222
as it is seemingly not part of ODBC packages shipped by OSGeo4W.

Cheers
Stefan

-----Original Message-----
From: grass-dev <grass-dev-bounces@lists.osgeo.org> On Behalf Of Stefan Blumentrath
Sent: torsdag 16. september 2021 23:00
To: Nicklas Larsson <n_larsson@yahoo.com>
Cc: GRASS developers list <grass-dev@lists.osgeo.org>
Subject: Re: [GRASS-dev] [release planning] GRASS GIS 7.8.6

Hi,

Thanks. I am running tests against OSGeo4W V2 here:
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fninsbl%2Fgrass%2Factions%2Fruns%2F1243152783&amp;data=04|01|Stefan.Blumentrath%40nina.no|8a3fe09b2cca423ddd8708d97954e66e|6cef373021314901831055b3abf02c73|0|0|637674227821772096|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&amp;sdata=zYm%2Bt7NvdPlaLuVMh9ilFVhnEN8XL9erBJy3%2B0Boghc%3D&amp;reserved=0

At present ODBC (sql.h in particular) is not found (see here: https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fninsbl%2Fgrass%2Fruns%2F3625717798%3Fcheck_suite_focus%3Dtrue&amp;data=04|01|Stefan.Blumentrath%40nina.no|8a3fe09b2cca423ddd8708d97954e66e|6cef373021314901831055b3abf02c73|0|0|637674227821772096|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&amp;sdata=sXTPRElghOG5RzVjTdTdTdUdXYUv4z%2FhQt7%2BiGHXzSA%3D&amp;reserved=0), which was found before. That is no very big issue to deactivate it I guess, but I will investigate where that was supposed to be found and if/how we could get it back.

Cheers
Stefan

-----Original Message-----
From: grass-dev <grass-dev-bounces@lists.osgeo.org> On Behalf Of Nicklas Larsson via grass-dev
Sent: torsdag 16. september 2021 22:32
To: GRASS developers list <grass-dev@lists.osgeo.org>; Markus Neteler <neteler@osgeo.org>
Subject: Re: [GRASS-dev] [release planning] GRASS GIS 7.8.6

Hi All again!

(Sorry about previous half-letter. Just went away without notice. It's a real pain with the online interface for my email provider, and sending from an email application will likely be blocked.)

I have now merged configure update to autoconf-2.69 to 7.8 branch [1, 2].

This seems to work fine everywhere, now including Debian unstable too [3], for which this autoconf update was an uttermost urgent issue [4].

What remains to be tested is Windows builds. I urge whoever has the possibility to test the daily build of 7.8.6dev for Windows to do so.

Best regards,
Nicklas

[1] https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOSGeo%2Fgrass%2Fpull%2F1867&amp;data=04|01|Stefan.Blumentrath%40nina.no|8a3fe09b2cca423ddd8708d97954e66e|6cef373021314901831055b3abf02c73|0|0|637674227821772096|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&amp;sdata=oFsfKgw1OIutH4hMOuouPQMYgD2GVeol8%2BoS7X1QTIU%3D&amp;reserved=0
[2] https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOSGeo%2Fgrass%2Fpull%2F1870&amp;data=04|01|Stefan.Blumentrath%40nina.no|8a3fe09b2cca423ddd8708d97954e66e|6cef373021314901831055b3abf02c73|0|0|637674227821772096|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&amp;sdata=pzxGrWA6RGGmJ8L6YNT19HA4kKXsJvk4wae7ciJsEYY%3D&amp;reserved=0
[3] https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOSGeo%2Fgrass%2Fissues%2F560&amp;data=04|01|Stefan.Blumentrath%40nina.no|8a3fe09b2cca423ddd8708d97954e66e|6cef373021314901831055b3abf02c73|0|0|637674227821772096|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&amp;sdata=gvYYa8DLGsBXccgw8hKcO09O9Y7oMDrf08%2FqVS9TrLA%3D&amp;reserved=0
[4] https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugs.debian.org%2Fcgi-bin%2Fbugreport.cgi%3Fbug%3D992810&amp;data=04|01|Stefan.Blumentrath%40nina.no|8a3fe09b2cca423ddd8708d97954e66e|6cef373021314901831055b3abf02c73|0|0|637674227821772096|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&amp;sdata=lvmYtIxTa9D4hGNN9RuF4GhgdVkSy2%2FLGsGOQrj87d4%3D&amp;reserved=0

On Thursday, 16 September 2021, 22:12:39 CEST, Nicklas Larsson <n_larsson@yahoo.com> wrote:

Hi All!

I have now merged configure update [1, 2] to autoconf-2.69 to 7.8 branch

[1]https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOSGeo%2Fgrass%2Fpull%2F1867&amp;data=04|01|Stefan.Blumentrath%40nina.no|8a3fe09b2cca423ddd8708d97954e66e|6cef373021314901831055b3abf02c73|0|0|637674227821782084|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&amp;sdata=ilWrlxM28kAZPztsylO4QKmE%2F6W6CWIFkndj5QZgkHM%3D&amp;reserved=0
[2]
[3] https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugs.debian.org%2Fcgi-bin%2Fbugreport.cgi%3Fbug%3D992810&amp;data=04|01|Stefan.Blumentrath%40nina.no|8a3fe09b2cca423ddd8708d97954e66e|6cef373021314901831055b3abf02c73|0|0|637674227821782084|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&amp;sdata=MvcirLx1caycE2zLh3vMbhHF8DN%2BNO2cjymsnjcE08A%3D&amp;reserved=0

On Sunday, 21 March 2021, 09:22:06 CET, Markus Neteler <neteler@osgeo.org> wrote:

Hi devs,

Since the last stable release 7.8.5 almost 70 commits have been accumulated:
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOSGeo%2Fgrass%2Fcompare%2F7.8.5...releasebranch_7_8&amp;data=04|01|Stefan.Blumentrath%40nina.no|8a3fe09b2cca423ddd8708d97954e66e|6cef373021314901831055b3abf02c73|0|0|637674227821782084|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&amp;sdata=Aj3K44RDtedu3sj4qRxx3c4d2LixtyXuCY%2BsQqEeRR0%3D&amp;reserved=0

I suggest the following time schedule:

- Soft freeze of release branch: 26 March 2021
- RC1: 6 Apr 2021
- RC2: 16 Apr 2021, if needed
- Final release: 27 Apr 2021

What's still to be done for 7.8.6? See the 7.8.6 milestone, it is showing the remaining open issues:
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOSGeo%2Fgrass%2Fmilestone%2F6&amp;data=04|01|Stefan.Blumentrath%40nina.no|8a3fe09b2cca423ddd8708d97954e66e|6cef373021314901831055b3abf02c73|0|0|637674227821782084|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&amp;sdata=fXwEPTjl5tpAUjNbD54bA8xWF4rNI1rcu8EQgsoDrb8%3D&amp;reserved=0
--> 78% complete

Please check what really applies to the upcoming 7.8.6 release.

Best,
Markus
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fgrass-dev&amp;data=04|01|Stefan.Blumentrath%40nina.no|8a3fe09b2cca423ddd8708d97954e66e|6cef373021314901831055b3abf02c73|0|0|637674227821782084|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&amp;sdata=4YZx7K%2F7%2BqFLK%2Fb3mj4hlSGMci03%2BlPz%2BG7OdQdd79g%3D&amp;reserved=0

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fgrass-dev&amp;data=04|01|Stefan.Blumentrath%40nina.no|8a3fe09b2cca423ddd8708d97954e66e|6cef373021314901831055b3abf02c73|0|0|637674227821782084|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&amp;sdata=4YZx7K%2F7%2BqFLK%2Fb3mj4hlSGMci03%2BlPz%2BG7OdQdd79g%3D&amp;reserved=0
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fgrass-dev&amp;data=04|01|Stefan.Blumentrath%40nina.no|8a3fe09b2cca423ddd8708d97954e66e|6cef373021314901831055b3abf02c73|0|0|637674227821782084|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&amp;sdata=4YZx7K%2F7%2BqFLK%2Fb3mj4hlSGMci03%2BlPz%2BG7OdQdd79g%3D&amp;reserved=0