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

[GitHub] [arrow] thisisnic opened a new issue, #35883: [R] Error when attempting dev setup with the nightlies builds

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

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   I'm trying to help a user get set up to contribute via the simpler instructions for creating a dev setup, and attempted to test this myself in a container first.  I:
   
   1. started a Docker container via `docker run -it -e ARROW_DEPENDENCY_SOURCE=AUTO -v $(pwd):/arrow apache/arrow-dev:r-rhub-ubuntu-gcc-release-latest`
   2. Followed the instructions in `https://arrow.apache.org/docs/r/articles/developers/setup.html` and created a `libarrow` directory inside the `r` directory containing the nightly Arrow binary (https://nightlies.apache.org/arrow/r/libarrow/bin/linux-openssl-3.0/arrow-12.0.0.100000148.zip), which I then unzipped
   3. Installed the R `devtools` package and ran `load_all()`
   
   This is the error message I got:
   
   ```
   > devtools::load_all(".")
   ℹ Loading arrow
   Error in dyn.load(dll_copy_file) : 
     unable to load shared object '/tmp/RtmpsBx2HE/pkgload3b6f1df49a/arrow.so':
     libarrow_substrait.so.1300: cannot open shared object file: No such file or directory
   ```
   
   ### 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] paleolimbot commented on issue #35883: [R] Error when attempting dev setup with the nightlies builds

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

   Just linking #35049 since there's also a discussion there about finding the latest nightly build when building a development version. On Windows it is particularly time-consuming to get a development setup going without the nightly builds.


-- 
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] amoeba commented on issue #35883: [R] Error when attempting dev setup with the nightlies builds

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

   I tried to reproduce this and can't. Maybe I'm not doing the steps exactly the same? Before I run `devtools::load_all()`, I have:
   
   ```
   root@4caba7cd0a01:/arrow/r/libarrow# ls
   arrow-12.0.0.100000148.zip  include  lib
   ```
   
   But then `devtools::load_all()` tries to build from source,
   
   ```
   > devtools::load_all()
   ℹ Loading arrow
   Re-compiling arrow
   ─  installing *source* package ‘arrow’ ... (452ms)
      ** using staged installation
      *** Generating code with data-raw/codegen.R
      *** > 529 functions decorated with [[arrow|acero|dataset|substrait|parquet|s3|gcs|json::export]]
      *** > `src/arrowExports.cpp` not modified
      *** > `R/arrowExports.R` not modified
      *** Found libcurl and OpenSSL >= 1.1
      trying URL 'https://nightlies.apache.org/arrow/r/libarrow/bin/linux-openssl-1.1/arrow-12.0.0.9000.zip'
      Error in download.file(from_url, to_file, quiet = hush) :
        cannot open URL 'https://nightlies.apache.org/arrow/r/libarrow/bin/linux-openssl-1.1/arrow-12.0.0.9000.zip'
      *** Downloading libarrow binary failed for version 12.0.0.9000 (linux-openssl-1.1)
          at https://nightlies.apache.org/arrow/r/libarrow/bin/linux-openssl-1.1/arrow-12.0.0.9000.zip
      *** Found local C++ source: '../cpp'
   ...snip
   ```


-- 
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] thisisnic commented on issue #35883: [R] Error when attempting dev setup with the nightlies builds

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

   I'm closing this one as I think I just needed to clear previous build artifacts from my Arrow folder in the end...


-- 
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] thisisnic closed issue #35883: [R] Error when attempting dev setup with the nightlies builds

Posted by "thisisnic (via GitHub)" <gi...@apache.org>.
thisisnic closed issue #35883: [R] Error when attempting dev setup with the nightlies builds
URL: https://github.com/apache/arrow/issues/35883


-- 
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