grass icon indicating copy to clipboard operation
grass copied to clipboard

[Bug] linux binaries not available

Open janxkoci opened this issue 4 months ago • 14 comments

Describe the bug

Linux binaries are not available at https://grass.osgeo.org/download/linux/. Binaries for Windows and MacOS are available.

To reproduce

  1. Go to https://grass.osgeo.org/download/linux/
  2. See the message "The packaging status does not work"

Expected behavior

I'd like to see links to Linux binaries available for download, just like they are available for other OSs.

Screenshots

Image

System description

  • target OS at HPC: Debian 12

Additional context

In the meantime, I also tried your docker containers using Singularity at our HPC cluster, but I get "permission denied" errors with a python script I need to run (file permissions are different outside vs inside container, but in both cases r is set so I'd expect grass --exec my_script.py to work fine, just like python3 my_script.py does). Compilation also failed while looking for PDAL (which I provided), so binaries are my last hope ATM.

janxkoci avatar May 29 '25 13:05 janxkoci