-
-
Notifications
You must be signed in to change notification settings - Fork 353
[Bug] v.extract fails on macOS 15.4.1 with libgfortran.5.dylib error #5610
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
Comments
As this issue is quite urgent, I copy my session here:
|
On macOS, now, isn't the non-Fortran compiler LLVM-based? Packaging is now conda-based. Is gfortran and its runtime libraries playing well with all this? |
Also, I find it surprising that the paths of "nicklas" leak through the trace shown, like '/Users/nicklas/dev/grass/dist.aarch64-apple-darwin23.6.0/lib/libgfortran.5.dylib' |
It looks like it is openblas that bring in dependency of gfortran, which is not unexpected. I'll look into that ASAP.
That have been stripped on latest releases, but shouldn't be a problem in itself (that is the build path, the install path is included too, both are searched). |
Describe the bug
v.extract
fails to execute on macOS 15.4.1 with GRASS 8.4.1 and 8.5.0dev due to libgfortran.5.dylib error. This issue also occurs when attempting to executer.in.pdal
, where the same libgfortran.5.dylib error message appears.To reproduce
Type
v.extract
at the GRASS GIS terminal.When running
v.extract
at the GRASS terminal, the following error is encountered:Expected behavior
The
v.extract
help content should appear printed in the terminal.Screenshots
System description
This error is produced when using both GRASS 8.4.1 (Code revision: 45ca317) and development preview version 8.5.0dev (Code revision: 0095480) on macOS 15.4.1 (24E263). In testing these GRASS GIS builds on macOS 14.3.1 we have not encountered any issue with v.extract.
GRASS version: 8.5.0dev
Code revision: 0095480
Build date: 2025-03-13
Build platform: aarch64-apple-darwin23.6.0
GDAL: 3.10.1
PROJ: 9.5.1
GEOS: 3.13.0
SQLite: 3.48.0
Python: 3.12.8
wxPython: 4.2.2
Platform: macOS-15.4.1-arm64-arm-64bit
GRASS version: 8.4.1
Code revision: 45ca317
Build date: 2025-02-25
Build platform: aarch64-apple-darwin23.6.0
GDAL: 3.10.1
PROJ: 9.5.1
GEOS: 3.13.0
SQLite: 3.48.0
Python: 3.12.8
wxPython: 4.2.2
Platform: macOS-15.4.1-arm64-arm-64bit
Additional context
The text was updated successfully, but these errors were encountered: