Re: [R] Install arrow package: arrow.so undefined symbol

2022-05-13 Thread Neal Richardson
ibs-only-l --static --silence-errors ${PKG_CONFIG_NAME}`" > PKG_LIBS="$PKG_LIBS `PKG_CONFIG_PATH=${LIB_DIR}/pkgconfig pkg-config > --libs-only-other --static --silence-errors ${PKG_CONFIG_NAME}`" > > > Thanks, > -- > kou > > In > "Re: [R] Insta

Re: [R] Install arrow package: arrow.so undefined symbol

2022-05-03 Thread Sutou Kouhei
DIR}/pkgconfig pkg-config --libs-only-l --static --silence-errors ${PKG_CONFIG_NAME}`" PKG_LIBS="$PKG_LIBS `PKG_CONFIG_PATH=${LIB_DIR}/pkgconfig pkg-config --libs-only-other --static --silence-errors ${PKG_CONFIG_NAME}`" Thanks, -- kou In "Re: [R] Install arrow packa

Re: [R] Install arrow package: arrow.so undefined symbol

2022-05-03 Thread Neal Richardson
Hmm, I see a couple of things: * There are two errors at the end, one about pthread_cancel and one about undefined symbols for snappy. I can't tell if the pthread issue is fatal. * On the latter, I see that we're using snappy and lz4 from the system (cmake finds them in the Arrow C++ build) but wh

Re: [R] Install arrow package: arrow.so undefined symbol

2022-05-03 Thread Rares Vernica
Hi Dragos, It still fails after setting the environment variable. Here is the log. Cheers, Rares Setup: centos:7 Docker container, R and related packages installed with yum /> cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) /> export ARROW_R_DEV=true /> R R version 3.6.0 (2019-04-2

Re: [R] Install arrow package: arrow.so undefined symbol

2022-05-03 Thread Dragoș Moldovan-Grünfeld
Hi Rares, Thanks for getting in touch. Would you be able to set the environment variable ARROW_R_DEV=true, retry the installation, and then, if it still fails, share the log with us? Kind regards, Dragos > On 30 Apr 2022, at 03:05, Rares Vernica wrote: > > Hello, > > I'm trying to do insta

[R] Install arrow package: arrow.so undefined symbol

2022-04-29 Thread Rares Vernica
Hello, I'm trying to do install.packages("arrow") in R 3.6.0 on CentOS 7 and it errors out like this: $ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) $ R R version 3.6.0 (2019-04-26) -- "Planting of a Tree" > install.packages("arrow") ... ** building package indices ** installing