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

Some GDAL alg fails on vcpkg windows build: .bat files missing #60611

Open
1 of 2 tasks
nicogodet opened this issue Feb 14, 2025 · 2 comments
Open
1 of 2 tasks

Some GDAL alg fails on vcpkg windows build: .bat files missing #60611

nicogodet opened this issue Feb 14, 2025 · 2 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!

Comments

@nicogodet
Copy link
Member

What is the bug or the crash?

Like GDAL calc

Image

Exhaustive list can be found here: https://github.com/search?q=repo%3Aqgis%2FQGIS+.bat+path%3A%2F%5Epython%5C%2Fplugins%5C%2Fprocessing%5C%2Falgs%5C%2Fgdal%5C%2F%2F&type=code

Steps to reproduce the issue

  1. Download Qt6 Windows build artifact
  2. Execute GDAL calc
  3. See error :)

Versions

Version de QGIS3.41.0-Master
Révision du code76bb6905
 
Libraries
Version de Qt6.8.1
Version de Python3.11.10
Version de GDAL/OGR3.9.3
Version de Proj9.5.1
Version de la base de données du registre EPSG ()
Version de GEOS3.13.0-CAPI-1.19.0
Version de SQLite3.47.2
Version de PDAL2.8.1
Version du client PostgreSQLunknown
Version de SpatiaLite5.1.0
Version de QWT6.3.0
Version de QScintilla22.14.1
Version de l'OSWindows 10 Version 22H2
 
Extensions Python actives
french_locator_filter1.1.1
menu_from_project2.3.0-DEV
plugin_reloader0.17
profiletool4.3.0
swiss_locator4.0.0
db_manager0.1.20
grassprovider2.12.99
MetaSearch0.3.6
processing2.12.99

Supported QGIS version

  • I'm running a supported QGIS version according to the roadmap.

New profile

Additional context

No response

@nicogodet nicogodet added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label Feb 14, 2025
@agiudiceandrea
Copy link
Member

The same occurs using the MinGW64 builds.

@m-kuhn
Copy link
Member

m-kuhn commented Feb 18, 2025

See also #59953

We could manually create the wrapper .bat or follow up with the fix from there.
One thing that will require additional attention is that IIRC the created entrypoint exe's are not relocatable yet (they contain a hardcoded path to python on the build system).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
Development

No branches or pull requests

3 participants