Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 949876 - dev-db/duckdb-1.2.0: version is set to 0.0.1 instead of built version
Summary: dev-db/duckdb-1.2.0: version is set to 0.0.1 instead of built version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-17 19:33 UTC by Ch. Konrad
Modified: 2025-02-18 05:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ch. Konrad 2025-02-17 19:33:29 UTC
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
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-02-17 21:22:02 UTC
-DDUCKDB_EXPLICIT_VERSION=${PV} may work
Comment 2 Larry the Git Cow gentoo-dev 2025-02-18 05:43:37 UTC
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(-)