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

Link error when use r2d2 feature #460

Open
clive0x opened this issue Mar 9, 2025 · 0 comments
Open

Link error when use r2d2 feature #460

clive0x opened this issue Mar 9, 2025 · 0 comments

Comments

@clive0x
Copy link

clive0x commented Mar 9, 2025

Influence version : duckdb = { version = "1.0.0", features = ["bundled", "r2d2"] } ===> duckdb = { version = "1.2.0", features = ["bundled", "r2d2"] }

Link error msg:
ld.lld: error: undefined symbol: typeinfo for duckdb::ListLambdaBindData
>>> referenced by helper.hpp:262 (target/debug/build/libduckdb-sys-b810ccfd717eee37/out/duckdb/src/include/duckdb/common/helper.hpp:262)
>>> 23f72f62d71029c3-ub_src_planner_expression.o:(void duckdb::DynamicCastCheck<duckdb::ListLambdaBindData, duckdb::FunctionData>(duckdb::FunctionData const*)) in archive target/debug/deps/liblibduckdb_sys-f766c64d7d082f02.rlib

Symbol grep result:
nm -C target/debug/deps/liblibduckdb_sys-f766c64d7d082f02.rlib | grep ListLambdaBindData
nm: lib.rmeta: no symbols
0000000000000000 W duckdb::ListLambdaBindData& duckdb::FunctionData::Castduckdb::ListLambdaBindData()
0000000000000000 W void duckdb::DynamicCastCheck<duckdb::ListLambdaBindData, duckdb::FunctionData>(duckdb::FunctionData const*)
U typeinfo for duckdb::ListLambdaBindData

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

1 participant