Package Details: duckdb-bin 1.3.2-1

Git Clone URL: https://aur.archlinux.org/duckdb-bin.git (read-only, click to copy)
Package Base: duckdb-bin
Description: An in-process SQL OLAP database management system
Upstream URL: https://duckdb.org
Licenses: MIT
Conflicts: duckdb, duckdb-git
Provides: duckdb
Submitter: freevryheid
Maintainer: freevryheid (tee)
Last Packager: tee
Votes: 17
Popularity: 0.90
First Submitted: 2023-02-23 20:52 (UTC)
Last Updated: 2025-07-08 12:54 (UTC)

Dependencies (0)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

freevryheid commented on 2025-05-19 17:31 (UTC)

@gabx - I suspect you posted to the wrong page. This package doesn't build the duckdb binaries.

gabx commented on 2025-05-12 01:36 (UTC) (edited on 2025-05-12 01:52 (UTC) by gabx)

a lot of errors when building package:

error: ‘class duckdb::EncryptionTransport’ has no member named ‘borrow’
735 |   const uint8_t* borrowed = trans_->borrow(buf, &buf_size);
error: ‘class duckdb::EncryptionTransport’ has no member named ‘readAll’
760 |       rsize += trans_->readAll(&byte, 1);

make[2]: *** [extension/parquet/CMakeFiles/parquet_loadable_extension.dir/                                  build.make:107: extension/parquet/CMakeFiles/parquet_loadable_extension.dir/parquet_crypto.cpp.o]   Error 1
make[1]: *** [CMakeFiles/Makefile2:10260: extension/parquet/CMakeFiles/              parquet_loadable_extension.dir/all] Error 2
 make: *** [Makefile:136: all] Error 2
 ==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: duckdb-exit status 4

freevryheid commented on 2024-10-21 11:32 (UTC) (edited on 2024-10-21 11:34 (UTC) by freevryheid)

Notes to self
+ change pkgver (in PKBUILD & duckdb.pc)
updpkgsums
makepkg --printsrcinfo > .SRCINFO
git add PKGBUILD .SRCINFO duckdb.pc
git commit -m "update to v?.?.?"
git push
git clean -dfx

freevryheid commented on 2024-09-28 15:15 (UTC)

added tee as co-maintainer

tee commented on 2024-09-27 10:33 (UTC)

I am keen to co-maintain this package to update it faster.

evopen commented on 2024-02-29 08:25 (UTC)

Hi. Can you include the static library in the package? Thanks.

freevryheid commented on 2024-02-12 15:55 (UTC) (edited on 2024-02-12 15:58 (UTC) by freevryheid)

Personally I prefer using pip install vs pacman -S python-pkg

duckdb-bin works OK with duckdb installed using

pip install duckdb

I typically install this into a virtual env:

python -m venv venv

and then source the venv

. venv/bin/activate

Once the venv has been activated you can

pip install duckdb
import duckdb

nixit commented on 2024-02-10 22:39 (UTC)

with this installed, do you know why when I install python-duckdb, duckdb is still compiled. am I missing something?

freevryheid commented on 2023-10-02 11:53 (UTC)

Updated to v0.9.0. This release does NOT include armv7h and i386 binaries since these were not included with the release.

freevryheid commented on 2023-09-25 14:04 (UTC) (edited on 2023-09-25 19:20 (UTC) by freevryheid)

v0.8.1-4 is a multi-arch version including linux binaries for aarch64, armv7h(rpi), i686(i386) and x86_64(amd64). Please test and let me know if this DOESN'T work on these archs or if it breaks anything.