[
https://issues.apache.org/jira/browse/ARROW-14416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neal Richardson resolved ARROW-14416.
-------------------------------------
Fix Version/s: 7.0.0
Resolution: Fixed
Issue resolved by pull request 11506
[https://github.com/apache/arrow/pull/11506]
> [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
> Components: R
> Reporter: Nicola Crane
> Assignee: Nicola Crane
> Priority: Major
> Labels: pull-request-available
> Fix For: 7.0.0
>
> Attachments: log_head.txt, log_tail.txt
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> Installing the latest version fails with the error below. Looks like it's
> still a libatomic error even though in the logs the linking looks successful.
> {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}
> I don't have all of the logs, but I do have the start and finish.
> [^log_head.txt] [^log_tail.txt]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)