What happens?
R Package installation on aarch64 fails for v3.0.2: duckdb-0.3.2_aarch64_install-log.txt
To Reproduce (on aarch64)
- Shell:
docker run --rm -ti registry.gitlab.b-data.ch/r/r-ver
- R:
install.packages("duckdb")
Environment (please complete the following information):
- OS: Debian GNU/Linux 11 (bullseye)
- DuckDB Version: 0.3.2
- DuckDB Client: R
> sessionInfo()
R version 4.1.2 (2021-11-01)
Platform: aarch64-unknown-linux-gnu (64-bit)
Running under: Debian GNU/Linux 11 (bullseye)
Matrix products: default
BLAS/LAPACK: /usr/lib/aarch64-linux-gnu/openblas-pthread/libopenblasp-r0.3.13.so
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.1.2
Before Submitting
- Python:
pip install duckdb --upgrade --pre
- R:
install.packages("https://github.com/duckdb/duckdb/releases/download/master-builds/duckdb_r_src.tar.gz", repos = NULL)
- Other Platforms: You can find binaries here or compile from source.
👉 R Package successfully installs on aarch64 for branch master: duckdb-master_aarch64_install-log.txt
What happens?
R Package installation on
aarch64fails for v3.0.2: duckdb-0.3.2_aarch64_install-log.txtTo Reproduce (on
aarch64)install.packages("duckdb")Environment (please complete the following information):
Before Submitting
masterbranch?pip install duckdb --upgrade --preinstall.packages("https://github.com/duckdb/duckdb/releases/download/master-builds/duckdb_r_src.tar.gz", repos = NULL)👉 R Package successfully installs on
aarch64for branchmaster: duckdb-master_aarch64_install-log.txt