thisisnic opened a new issue, #47277:
URL: https://github.com/apache/arrow/issues/47277
### Describe the bug, including details regarding any error messages,
version, and platform.
I was doing some dev work and trying to load the package but got this:
```
> devtools::load_all(".")
ℹ Loading arrow
ℹ Re-compiling arrow (debug build)
── R CMD INSTALL
────────────────────────────────────────────────────────────────────────────────────────────────────────────
─ installing *source* package ‘arrow’ ... (647ms)
** this is package ‘arrow’ version ‘21.0.0.9000’
** using staged installation
*** Generating code with data-raw/codegen.R
*** > 545 functions decorated with
[[arrow|acero|dataset|substrait|parquet|s3|gcs|json::export]]
*** > `src/arrowExports.cpp` not modified
*** > `R/arrowExports.R` not modified
*** pkg-config found.
*** Trying Arrow C++ in ARROW_HOME: /home/nic/arrow-dist
**** Not using: C++ library version (21.0.0-SNAPSHOT): not supported by R
package version 21.0.0.9000
*** No nightly binaries were found for version 21.0.0.9000: falling back
to libarrow build from source
*** Found libcurl and OpenSSL >= 3.0.0
trying URL
'https://nightlies.apache.org/arrow/r/libarrow/bin/linux-openssl-3.0/arrow-21.0.0.9000.zip'
Error in download.file(from_url, to_file, quiet = hush, mode = "wb") :
cannot open URL
'https://nightlies.apache.org/arrow/r/libarrow/bin/linux-openssl-3.0/arrow-21.0.0.9000.zip'
*** Unable to retrieve libarrow for version 21.0.0.9000
(linux-openssl-3.0)
*** Attempted to download the libarrow binary from:
https://nightlies.apache.org/arrow/r/libarrow/bin/linux-openssl-3.0/arrow-21.0.0.9000.zip
*** Proceeding without libarrow (build not authorized)
------------------------- NOTE ---------------------------
There was an issue building the Arrow C++ libraries.
See https://arrow.apache.org/docs/r/articles/install.html
---------------------------------------------------------
ERROR: configuration failed for package ‘arrow’
─ removing ‘/tmp/Rtmp1KHc3a/devtools_install_7d3475db6622/arrow’
Error in `(function (command = NULL, args = character(), error_on_status =
TRUE, …`:
! System command 'R' failed
---
Exit status: 1
stdout & stderr: <printed>
---
Type .Last.error to see the more details.
```
When I look at
https://nightlies.apache.org/arrow/r/libarrow/bin/linux-openssl-3.0/ I see that
there haven't been any nightly libarrow binaries built since 7th July
### 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]