Nicola Crane created ARROW-14416:
------------------------------------
Summary: [R] Fix package installation on the Raspberry Pi
Key: ARROW-14416
URL: https://issues.apache.org/jira/browse/ARROW-14416
Project: Apache Arrow
Issue Type: Improvement
Reporter: Nicola Crane
Installing the latest version fails with the error below. I think we may need
to change how linking against the R package works as this is still a libatomic
error.
{code:r}
Error: package or namespace load failed for 'arrow' in dyn.load(file, DLLpath =
DLLpath, ...):
unable to load shared object
'/home/mds/R/armv7l-unknown-linux-gnueabihf-library/4.1/00LOCK-arrow/00new/arrow/libs/arrow.so':
/home/mds/R/armv7l-unknown-linux-gnueabihf-library/4.1/00LOCK-arrow/00new/arrow/libs/arrow.so:
undefined symbol: __atomic_fetch_add_8
Error: loading failed
Execution halted
ERROR: loading failed
* removing '/home/mds/R/armv7l-unknown-linux-gnueabihf-library/4.1/arrow'
* restoring previous
'/home/mds/R/armv7l-unknown-linux-gnueabihf-library/4.1/arrow'
The downloaded source packages are in
'/tmp/Rtmp756lFB/downloaded_packages'
Warning message:
In install.packages("arrow", repos =
c("https://arrow-r-nightly.s3.amazonaws.com", :
installation of package 'arrow' had non-zero exit status
>
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)