benz0li commented on issue #34675: URL: https://github.com/apache/arrow/issues/34675#issuecomment-1479053800
Installation of R package fails, too: https://gitlab.b-data.ch/r/tidyverse/-/pipelines/17678. --- ### Steps to reproduce On a machine with docker: ```bash docker run --rm -e ARROW_R_DEV=true -ti glcr.b-data.ch/r/base bash ``` In the container: ```bash apt-get update \ && apt-get -y install --no-install-recommends \ cmake \ default-libmysqlclient-dev \ libfribidi-dev \ libgit2-dev \ libharfbuzz-dev \ libpq-dev \ libsasl2-dev \ libsqlite3-dev \ libssh2-1-dev \ libtiff-dev \ libxtst6 \ unixodbc-dev \ && install2.r --error --skipinstalled -n $NCPUS arrow ``` 👉 [Logfile.txt](https://github.com/apache/arrow/files/11037591/Logfile.txt) --- FYI @eitsupi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
