Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker alpine image patch to work with py3.8 #278

Merged
merged 1 commit into from
Jan 10, 2020

Conversation

mmacata
Copy link
Contributor

@mmacata mmacata commented Jan 10, 2020

Currently, some extensions cannot be installed. With these Dockerfile patches for alpine and python3.8, they can be installed again.

@neteler
Copy link
Member

neteler commented Jan 10, 2020

Related discussion: https://trac.osgeo.org/grass/ticket/3880#comment:5

@neteler
Copy link
Member

neteler commented Jan 10, 2020

To remain operative, I'll merge this now.

@neteler neteler merged commit 8a07df9 into OSGeo:master Jan 10, 2020
@neteler
Copy link
Member

neteler commented Jan 10, 2020

Backported to relbr78 in 00afb78

@metzm
Copy link
Contributor

metzm commented Jan 10, 2020

Note that the patch for gisinit.c is not needed, actually it is doing more harm than good. The real bug is in the generated ctypes when using Python 3.8 where not a full string is returned but only the first character of a string. That means, instead of comparing "$Revision$" with "$Revision$", the string "$" is compared to "$Revision$".

neteler added a commit that referenced this pull request Jan 11, 2020
* docker alpine: removed gisinit revision workaround

gisinit revision patch in #278 obsoleted by ec9b6f2

See: https://trac.osgeo.org/grass/ticket/3880

(also improves #117)
neteler added a commit that referenced this pull request Jan 11, 2020
* docker alpine: removed gisinit revision workaround

gisinit revision patch in #278 obsoleted by ec9b6f2

See: https://trac.osgeo.org/grass/ticket/3880

(also improves #117)
landam pushed a commit to landam/grass that referenced this pull request Jan 28, 2020
landam pushed a commit to landam/grass that referenced this pull request Jan 28, 2020
* docker alpine: removed gisinit revision workaround

gisinit revision patch in OSGeo#278 obsoleted by ec9b6f2

See: https://trac.osgeo.org/grass/ticket/3880

(also improves OSGeo#117)
petrasovaa pushed a commit to petrasovaa/grass that referenced this pull request Feb 18, 2020
petrasovaa pushed a commit to petrasovaa/grass that referenced this pull request Feb 18, 2020
* docker alpine: removed gisinit revision workaround

gisinit revision patch in OSGeo#278 obsoleted by ec9b6f2

See: https://trac.osgeo.org/grass/ticket/3880

(also improves OSGeo#117)
@neteler neteler added this to the 8.0.0 milestone Dec 9, 2021
@mmacata mmacata deleted the alpine_docker_patch branch March 29, 2022 07:52
@mmacata mmacata restored the alpine_docker_patch branch March 29, 2022 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants