OSGeo / grass-addons

GRASS GIS Addons Repository
https://grass.osgeo.org/grass-stable/manuals/addons/
GNU General Public License v2.0
103 stars 154 forks source link

[Bug] GRASS GIS addons: ctypes "ImportError: Could not load grass_vector.8.2" and "error while loading shared libraries: libgrass_gis.8.2.dll" #771

Closed neteler closed 2 years ago

neteler commented 2 years ago

Name of the addon

All ctypes-related addons on Windows:

https://wingrass.fsv.cvut.cz/grass82/addons/grass-8.2.0/logs/

Describe the bug

File "C:\msys64\usr\src\grass820\dist.x86_64-w64-mingw32\etc\python\grass\lib\ctypes_loader.py", line 105,
 in __call__
    raise ImportError("Could not load %s." % libname)
ImportError: Could not load grass_vector.8.2.

and

C:/Users/landamar/grass_packager/grass820/addons/r.stream.segment/bin/r.stream.segment.exe: 
error while loading shared libraries: libgrass_gis.8.2.dll: cannot open shared object file: No such file or directory

To Reproduce Steps to reproduce the behavior:

  1. Go to wingrass.fsv.cvut.cz

Expected behavior

Restore compilation of numerous addons for winGRASS.

System description (please complete the following information):

tmszi commented 2 years ago

GRASS GIS issue https://github.com/OSGeo/grass/issues/2497 and https://github.com/OSGeo/grass/issues/2288.

neteler commented 2 years ago

@landam I close this in favour of the other reports mentioned above.