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

[jira] [Updated] (ARROW-12860) [R] Error when installing R package on Raspbian

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

Nic Crane updated ARROW-12860:
------------------------------
    Description: 
Posting this on behalf of a friend who has a slight allergy to Jira - he's installed the R package via install.packages, but is getting the following error:
 installing vignettes
 testing if installed package can be loaded from temporary location
Error: package or namespace load failed for 'arrow' in dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/home/mds/R/r4pi/00LOCK-arrow/00new/arrow/libs/arrow.so':
  /home/mds/R/r4pi/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/r4pi/arrow
 
{code:java}
> sessionInfo()
 R version 4.1.0 (2021-05-18)
 Platform: armv7l-unknown-linux-gnueabihf (32-bit)
 Running under: Raspbian GNU/Linux 10 (buster)Matrix products: default
 BLAS/LAPACK: /usr/lib/arm-linux-gnueabihf/libopenblas_armv6p-r0.3.5.solocale:
 [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C 
 [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 
 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 
 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C 
 [9] LC_ADDRESS=C LC_TELEPHONE=C 
 [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages:
 [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached):
 [1] compiler_4.1.0
{code}

  was:
Posting this on behalf of a friend who has a slight allergy to Jira - he's installed the R package via install.packages, but is getting the following error:
** installing vignettes
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for 'arrow' in dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/home/mds/R/r4pi/00LOCK-arrow/00new/arrow/libs/arrow.so':
  /home/mds/R/r4pi/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/r4pi/arrow
 
{code:java}
> sessionInfo()
 R version 4.1.0 (2021-05-18)
 Platform: armv7l-unknown-linux-gnueabihf (32-bit)
 Running under: Raspbian GNU/Linux 10 (buster)Matrix products: default
 BLAS/LAPACK: /usr/lib/arm-linux-gnueabihf/libopenblas_armv6p-r0.3.5.solocale:
 [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C 
 [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 
 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 
 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C 
 [9] LC_ADDRESS=C LC_TELEPHONE=C 
 [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages:
 [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached):
 [1] compiler_4.1.0
{code}


> [R] Error when installing R package on Raspbian
> -----------------------------------------------
>
>                 Key: ARROW-12860
>                 URL: https://issues.apache.org/jira/browse/ARROW-12860
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>            Reporter: Nic Crane
>            Priority: Minor
>
> Posting this on behalf of a friend who has a slight allergy to Jira - he's installed the R package via install.packages, but is getting the following error:
>  installing vignettes
>  testing if installed package can be loaded from temporary location
> Error: package or namespace load failed for 'arrow' in dyn.load(file, DLLpath = DLLpath, ...):
>  unable to load shared object '/home/mds/R/r4pi/00LOCK-arrow/00new/arrow/libs/arrow.so':
>   /home/mds/R/r4pi/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/r4pi/arrow
>  
> {code:java}
> > sessionInfo()
>  R version 4.1.0 (2021-05-18)
>  Platform: armv7l-unknown-linux-gnueabihf (32-bit)
>  Running under: Raspbian GNU/Linux 10 (buster)Matrix products: default
>  BLAS/LAPACK: /usr/lib/arm-linux-gnueabihf/libopenblas_armv6p-r0.3.5.solocale:
>  [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C 
>  [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 
>  [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 
>  [7] LC_PAPER=en_US.UTF-8 LC_NAME=C 
>  [9] LC_ADDRESS=C LC_TELEPHONE=C 
>  [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages:
>  [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached):
>  [1] compiler_4.1.0
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)