8000 Undefined symbols in sqlite v.1.29.0 · Issue #77 · zombiezen/go-sqlite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Undefined symbols in sqlite v.1.29.0 #77

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

Closed
sbp opened this issue Feb 13, 2024 · 2 comments
Closed

Undefined symbols in sqlite v.1.29.0 #77

sbp opened this issue Feb 13, 2024 · 2 comments

Comments

@sbp
Copy link
sbp commented Feb 13, 2024

I get a bunch of errors when updating the sqlite dependency to v1.29.0, which was released an hour ago.

vendor/zombiezen.com/go/sqlite/vtable.go:184:16: undefined: lib.Sqlite3_index_info
vendor/zombiezen.com/go/sqlite/vtable.go:252:16: undefined: lib.Sqlite3_index_info
vendor/zombiezen.com/go/sqlite/vtable.go:378:61: undefined: lib.Sqlite3_module
vendor/zombiezen.com/go/sqlite/vtable.go:382:62: undefined: lib.Sqlite3_module
vendor/zombiezen.com/go/sqlite/vtable.go:384:19: undefined: lib.Sqlite3_module
vendor/zombiezen.com/go/sqlite/vtable.go:547:16: undefined: lib.Sqlite3_index_info
vendor/zombiezen.com/go/sqlite/vtable.go:892:11: undefined: lib.Sqlite3_vtab
vendor/zombiezen.com/go/sqlite/vtable.go:904:11: undefined: lib.Sqlite3_vtab_cursor
vendor/zombiezen.com/go/sqlite/index_constraint.go:38:16: undefined: lib.Sqlite3_index_info

Not sure if this is an issue with upstream or not, but if it is then you might want to restrict the dependency version range in go-sqlite until it's fixed anyway.

@sbp
Copy link
Author
sbp commented Feb 13, 2024

Using zombiezen.com/go/sqlite v1.1.1, by the way.

@stfn
Copy link
stfn commented Feb 14, 2024

v1.29.1 fixes the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0