-
-
Notifications
You must be signed in to change notification settings - Fork 295
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
Conversation
|
Related discussion: https://trac.osgeo.org/grass/ticket/3880#comment:5 |
|
To remain operative, I'll merge this now. |
|
Backported to relbr78 in 00afb78 |
|
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$". |
* 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)
* 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)
* 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)
* 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)
Currently, some extensions cannot be installed. With these Dockerfile patches for alpine and python3.8, they can be installed again.