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

[GitHub] [arrow] amoeba commented on issue #35883: [R] Error when attempting dev setup with the nightlies builds

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