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

error: too many initializers for 'const sqlite3_module' #3547

Closed
bcherkezovtf opened this issue Mar 7, 2021 · 3 comments
Closed

error: too many initializers for 'const sqlite3_module' #3547

bcherkezovtf opened this issue Mar 7, 2021 · 3 comments
Labels
awaiting_feedback Awaiting feedback from reporter

Comments

@bcherkezovtf
Copy link

I'm receiving the following error when I try to build docker alpine small image for gdal >= 3

#11 1743.4 ogrsqlitevirtualogr.cpp:1720:1: error: too many initializers for 'const sqlite3_module'

@rouault
Copy link
Member

rouault commented Mar 8, 2021

Can you tell exactly how to reproduce the error ? The alpine small image builds fine for me, and I'd expect for anyone else...

@rouault rouault added the awaiting_feedback Awaiting feedback from reporter label Mar 8, 2021
@bcherkezovtf
Copy link
Author

I'm building only the builder stage of the Dockerfile as a part of my custom file.
I'm using Alpine 3.12 and I'm trying to build GDAL 3.0.2. The build fails with the above error message.

I'm running the build on MacOS.

@rouault
Copy link
Member

rouault commented Mar 8, 2021

This is a too custom case for us to support, and we only support GDAL >= 3.2 at this stage. Probably something to do with SQLite3. Closing as not upstream bug

@rouault rouault closed this as completed Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting_feedback Awaiting feedback from reporter
Projects
None yet
Development

No branches or pull requests

2 participants