You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ACalleros (via GitHub)" <gi...@apache.org> on 2023/06/09 19:49:33 UTC

[GitHub] [arrow] ACalleros opened a new issue, #36017: Arrow for arch linux and R

ACalleros opened a new issue, #36017:
URL: https://github.com/apache/arrow/issues/36017

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   Hi. The currently available pkgbuild for arch linux version is 10.0.1-8, and it has been flagged out of date. I need to use arrow on R and I tried installing it with the variable `ARROW_USE_PKG_CONFIG=false'`. The installation failed with error. Are you going to update the pkgbuild soon? If not, how can I install the latest version? 
   
   System info: 
   `R version 4.3.0 (2023-04-21)
   Platform: x86_64-pc-linux-gnu (64-bit)
   Running under: EndeavourOS
   
   Matrix products: default
   BLAS:   /usr/lib/libopenblas.so.0.3 
   LAPACK: /usr/lib/liblapack.so.3.11.0
   
   locale:
    [1] LC_CTYPE=en_US.UTF-8    LC_NUMERIC=C            LC_TIME=C               LC_COLLATE=en_US.UTF-8 
    [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8    LC_NAME=C              
    [9] LC_ADDRESS=C            LC_TELEPHONE=C          LC_MEASUREMENT=C        LC_IDENTIFICATION=C    
   
   time zone: America/Mexico_City
   tzcode source: system (glibc)
   
   attached base packages:
   [1] stats     graphics  grDevices utils     datasets  methods   base     
   
   loaded via a namespace (and not attached):
    [1] utf8_1.2.3       R6_2.5.1         tidyselect_1.2.0 magrittr_2.0.3   glue_1.6.2       tibble_3.2.1    
    [7] pkgconfig_2.0.3  dplyr_1.1.2      generics_0.1.3   lifecycle_1.0.3  cli_3.6.1        fansi_1.0.4     
   [13] vctrs_0.6.2      compiler_4.3.0   rstudioapi_0.14  tools_4.3.0      pillar_1.9.0     rlang_1.1.1     `
   
   Error: 
   https://codefile.io/f/scan4FR8El
   
   
   ### Component(s)
   
   R


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ACalleros commented on issue #36017: Arrow for arch linux and R

Posted by "ACalleros (via GitHub)" <gi...@apache.org>.
ACalleros commented on issue #36017:
URL: https://github.com/apache/arrow/issues/36017#issuecomment-1585345834

   Thanks! I missed that one. I solved it increasing temporarily the /tmp/ size with `mount -o remount,size=10G /tmp/` and running `install.packages('arrow', configure.vars =  'ARROW_USE_PKG_CONFIG=false')` again. Closing it now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ACalleros closed issue #36017: Arrow for arch linux and R

Posted by "ACalleros (via GitHub)" <gi...@apache.org>.
ACalleros closed issue #36017: Arrow for arch linux and R
URL: https://github.com/apache/arrow/issues/36017


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] assignUser commented on issue #36017: Arrow for arch linux and R

Posted by "assignUser (via GitHub)" <gi...@apache.org>.
assignUser commented on issue #36017:
URL: https://github.com/apache/arrow/issues/36017#issuecomment-1585439971

   FYI setting `NOT_CRAN=TRUE` in additon to `ARROW_USE_PKG_CONFIG=false` makes it so that the package will download a prebuilt arrow cpp binary with matching version  and only build the R package bits. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #36017: Arrow for arch linux and R

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #36017:
URL: https://github.com/apache/arrow/issues/36017#issuecomment-1585065742

   Arch Linux package: It's not maintained by us. Please contact to Arch Linux packagers or send a patch to Arch Linux: https://archlinux.org/packages/extra/x86_64/arrow/
   
   Build from source error: You need more disk space:
   
   ```text
   1236   No space left on device.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org