You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Nicola Crane (Jira)" <ji...@apache.org> on 2021/10/21 13:40:00 UTC

[jira] [Assigned] (ARROW-14416) [R] Fix package installation on the Raspberry Pi

     [ https://issues.apache.org/jira/browse/ARROW-14416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicola Crane reassigned ARROW-14416:
------------------------------------

    Assignee: Nicola Crane

> [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
>         Attachments: log_head.txt, log_tail.txt
>
>          Time Spent: 20m
>  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)