If running duckdb in cli asking for the installed version it reports: `v0.0.1` instead the version from emerge build '1.2.0' runing in command line shell (csh) #> duckdb --version gets v0.0.1 0123456789 asking in dbduck shell: D SELECT version(); gets v0.0.1 Expected is the version 1.2.0 THis wrong version is blocking installing extension (like icu or httpfs), because the actual version is not recognized. Gentoo version is: dev-db/duckdb-1.2.0
-DDUCKDB_EXPLICIT_VERSION=${PV} may work
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad893f8c0d98c6a2a6db2f23104355fab644237 commit 5ad893f8c0d98c6a2a6db2f23104355fab644237 Author: Patrick Lauer <patrick@gentoo.org> AuthorDate: 2025-02-18 05:43:02 +0000 Commit: Patrick Lauer <patrick@gentoo.org> CommitDate: 2025-02-18 05:43:35 +0000 dev-db/duckdb: Fix internal version Closes: https://bugs.gentoo.org/949876 Signed-off-by: Patrick Lauer <patrick@gentoo.org> dev-db/duckdb/{duckdb-1.2.0.ebuild => duckdb-1.2.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)